diff --git a/pom.xml b/pom.xml index 651399512..cb6487bfb 100644 --- a/pom.xml +++ b/pom.xml @@ -80,38 +80,39 @@ 6.0.53 9.3 - 1.12.10 - 3.1.0 + 1.12.13 + 3.1.1 1.21 3.4.4 3.5.1 8.5.8 - 1.45.1 - 2.9.0 + 1.48.1 + 2.9.1 4.5.13 - 3.19.2 + 3.21.4 1.8.0 - 0.9.25 - 2.0.0-alpha5 + 0.9.31 + 2.0.0-beta0 3.12.4 2.33.2 - 1.17.1 - 7.5 + 1.17.3 + 7.6.1 - 3.0.4 - 8.0.29 - 42.3.5 + 3.0.7 + 8.0.30 + 42.4.1 - 1.2.0 + 1.3.0 ${project.groupId}.client.internal - 3.3.0 + 3.1.0 + 3.4.2 3.10.1 - 3.0.0-M2 - 3.0.0 - 3.0.0-M6 + 3.0.0 + 3.1.0 + 3.0.0-M7 1.2.7 - 4.9.9 + 5.0.0 3.0.1 3.3.0 0.8.8 @@ -122,9 +123,9 @@ 3.3.0 3.2.1 1.6.13 - 3.0.0-M6 - 3.0.0 - 2.10.0 + 3.0.0-M7 + 3.1.0 + 2.11.0 1.8 false @@ -313,6 +314,11 @@ os-maven-plugin ${os-plugin.version} + + org.apache.maven.plugins + maven-antrun-plugin + ${antrun-plugin.version} + org.apache.maven.plugins maven-assembly-plugin diff --git a/third-party-libraries/com.javacc/pom.xml b/third-party-libraries/com.javacc/pom.xml new file mode 100644 index 000000000..c6c8e016f --- /dev/null +++ b/third-party-libraries/com.javacc/pom.xml @@ -0,0 +1,69 @@ + + 4.0.0 + + + com.clickhouse + third-party-libraries + ${revision} + + + com.javacc + jar + + ${project.artifactId} + Repackaged JavaCC for generating SQL parser + https://github.com/ClickHouse/clickhouse-jdbc/tree/master/third-party-libraries/com.javacc + + + javacc21-master + https://github.com/javacc21/javacc21/archive/refs/heads/master.zip + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + get-javacc + clean + + + + + + + + run + + + + build-javacc + initialize + + + + + + + + + + run + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.directory}/classes/META-INF/MANIFEST.MF + + + + + + \ No newline at end of file diff --git a/third-party-libraries/pom.xml b/third-party-libraries/pom.xml index 06cb2e999..288ee2c55 100644 --- a/third-party-libraries/pom.xml +++ b/third-party-libraries/pom.xml @@ -35,6 +35,7 @@ + com.javacc io.grpc org.roaringbitmap @@ -68,25 +69,27 @@ - 1.2.0 + 1.3.0 2022 UTF-8 UTF-8 - 1.45.1 - 2.9.0 - 0.28.3 - 0.9.27 - 3.3.0 - 3.0.0-M1 + + 1.48.1 + 2.9.1 + 0.31.1 + 0.9.31 + + 3.1.0 + 3.10.1 + 3.0.0 1.2.7 - 1.6.8 - 1.6 - 3.8.1 - 1.0.0.RC1 - 3.2.4 + 3.0.1 + 3.2.2 + 3.4.0 + 1.0.0.RC2 + 3.3.0 3.2.1 - 3.2.0 - 3.2.0 + 1.6.13 @@ -162,6 +165,11 @@ + + org.apache.maven.plugins + maven-antrun-plugin + ${antrun-plugin.version} + org.apache.maven.plugins maven-compiler-plugin