Skip to content

Commit

Permalink
Update ANTLR to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Jul 20, 2024
1 parent 9e52474 commit 3c049c2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ dependencies {
//implementation 'org.postgresql:postgresql:42.1.1.jre7'

// pin to Antlr 3 until we upgrade parsing
antlr 'org.antlr:antlr:3.5.2'
implementation 'org.antlr:antlr-runtime:3.5.2'
antlr 'org.antlr:antlr:3.5.3'
implementation 'org.antlr:antlr-runtime:3.5.3'

implementation 'org.apache.commons:commons-compress:1.26.0'
implementation 'commons-io:commons-io:2.15.1'
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ informix.jar = ../support/jdbc-4.10.12.jar

<!-- Other JARs (alphabetical) -->
<filelist dir="${extlibs.dir}">
<file name="antlr-complete-3.5.2.jar" /> <!-- ANTLR 3 until we upgrade parsing -->
<file name="antlr-complete-3.5.3.jar" /> <!-- ANTLR 3 until we upgrade parsing -->
<file name="asm-9.6.jar" />
<file name="asm-commons-9.6.jar" />
<file name="asm-util-9.6.jar" />
Expand Down Expand Up @@ -845,7 +845,7 @@ The text for an official release would continue like ...
<jarjar destfile="${dist.dir}/${jython.deploy.jar}" update="${jar.update}">
<zipfileset src="${dist.dir}/${jython.dev.jar}"/>
<!-- pin to Antlr 3 until we upgrade parsing -->
<zipfileset src="extlibs/antlr-runtime-3.5.2.jar"/>
<zipfileset src="extlibs/antlr-runtime-3.5.3.jar"/>
<rule pattern="org.antlr.runtime.**" result="org.python.antlr.runtime.@1"/>
<zipfileset src="extlibs/asm-9.6.jar" excludes="module-info.class"/>
<zipfileset src="extlibs/asm-commons-9.6.jar" excludes="module-info.class"/>
Expand Down
Binary file removed extlibs/antlr-complete-3.5.2.jar
Binary file not shown.
Binary file added extlibs/antlr-complete-3.5.3.jar
Binary file not shown.
Binary file removed extlibs/antlr-runtime-3.5.2.jar
Binary file not shown.
Binary file added extlibs/antlr-runtime-3.5.3.jar
Binary file not shown.

0 comments on commit 3c049c2

Please sign in to comment.