Skip to content

Commit afc6ada

Browse files
authored
Merge pull request #2368 from ClickHouse/fix_runtime_error
upgraded version of antlr4
2 parents 36d52d7 + d2b696b commit afc6ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jdbc-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.antlr</groupId>
2929
<artifactId>antlr4-runtime</artifactId>
30-
<version>4.9.3</version>
30+
<version>4.13.2</version>
3131
</dependency>
3232

3333
<dependency>
@@ -401,7 +401,7 @@
401401
<plugin>
402402
<groupId>org.antlr</groupId>
403403
<artifactId>antlr4-maven-plugin</artifactId>
404-
<version>4.9.3</version>
404+
<version>4.13.2</version>
405405
<executions>
406406
<execution>
407407
<phase>generate-sources</phase>

0 commit comments

Comments
 (0)