Skip to content

Commit df4f3a7

Browse files
authored
Merge pull request #2560 from ClickHouse/extract-antlr4-version
Extract ANTLR to properties
2 parents c0c7938 + 79b00ab commit df4f3a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jdbc-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.antlr</groupId>
3535
<artifactId>antlr4-runtime</artifactId>
36-
<version>4.13.2</version>
36+
<version>${antlr4.version}</version>
3737
</dependency>
3838

3939
<dependency>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.antlr</groupId>
144144
<artifactId>antlr4-maven-plugin</artifactId>
145-
<version>4.13.2</version>
145+
<version>${antlr4.version}</version>
146146
<executions>
147147
<execution>
148148
<phase>generate-sources</phase>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<msgpack.version>0.9.5</msgpack.version>
9595
<roaring-bitmap.version>0.9.47</roaring-bitmap.version>
9696
<slf4j.version>2.0.7</slf4j.version>
97+
<antlr4.version>4.13.2</antlr4.version>
9798
<snappy.version>1.1.10.4</snappy.version>
9899
<xz.version>1.9</xz.version>
99100
<zstd-jni.version>1.5.5-5</zstd-jni.version>

0 commit comments

Comments
 (0)