Skip to content

Commit a19a436

Browse files
Bump org.omnifaces:antlr-maven-plugin from 2.3 to 2.4
Bumps [org.omnifaces:antlr-maven-plugin](https://github.com/omnifaces/antlr-maven-plugin) from 2.3 to 2.4. - [Commits](https://github.com/omnifaces/antlr-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.omnifaces:antlr-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbab993 commit a19a436

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exist-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
10691069
<plugin>
10701070
<groupId>org.omnifaces</groupId>
10711071
<artifactId>antlr-maven-plugin</artifactId>
1072-
<version>2.3</version>
1072+
<version>2.4</version>
10731073
<configuration>
10741074
<grammars>
10751075
org/exist/xquery/parser/XQuery.g,org/exist/xquery/parser/XQueryTree.g,org/exist/xquery/parser/DeclScanner.g,org/exist/xquery/xqdoc/parser/XQDocParser.g

extensions/modules/simpleql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.omnifaces</groupId>
7171
<artifactId>antlr-maven-plugin</artifactId>
72-
<version>2.3</version>
72+
<version>2.4</version>
7373
<configuration>
7474
<grammars>org/exist/xquery/modules/simpleql/SimpleQLParser.g</grammars>
7575
</configuration>

0 commit comments

Comments
 (0)