diff --git a/rebar.config b/rebar.config index 4190ce4..8c2a607 100644 --- a/rebar.config +++ b/rebar.config @@ -39,7 +39,7 @@ {verbose} ]}. -{deps, [{jpparse, {git, "https://github.com/K2InformaticsGmbH/jpparse.git", {tag, "1.3.0"}}}]}. +{deps, [{jpparse, {git, "https://github.com/K2InformaticsGmbH/jpparse.git", {tag, "1.3.1"}}}]}. {deps_error_on_conflict, true}. {dialyzer_plt_location, local}. diff --git a/src/sqlparse.app.src b/src/sqlparse.app.src index 2d72646..c280b23 100644 --- a/src/sqlparse.app.src +++ b/src/sqlparse.app.src @@ -23,7 +23,7 @@ {application, sqlparse, [ {description, "A LALR SQL parser and compiler"}, - {vsn, "4.6.1"}, + {vsn, "4.6.2"}, {applications, [ kernel, stdlib,