Skip to content

Commit

Permalink
Merge pull request #5390 from eXist-db/dependabot/maven/org.omnifaces…
Browse files Browse the repository at this point in the history
…-antlr-maven-plugin-2.4

Bump org.omnifaces:antlr-maven-plugin from 2.3 to 2.4
  • Loading branch information
dizzzz authored Aug 7, 2024
2 parents 2179fb4 + a19a436 commit 26164e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exist-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
<plugin>
<groupId>org.omnifaces</groupId>
<artifactId>antlr-maven-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
<configuration>
<grammars>
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
Expand Down
2 changes: 1 addition & 1 deletion extensions/modules/simpleql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>org.omnifaces</groupId>
<artifactId>antlr-maven-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
<configuration>
<grammars>org/exist/xquery/modules/simpleql/SimpleQLParser.g</grammars>
</configuration>
Expand Down

0 comments on commit 26164e0

Please sign in to comment.