linghengqian commented on code in PR #34409: URL: https://github.com/apache/shardingsphere/pull/34409#discussion_r1922143950
########## pom.xml: ########## @@ -66,140 +66,144 @@ <sonar.exclusions>**/autogen/**/*</sonar.exclusions> <!-- 3rd party library versions --> - <guava.version>32.1.2-jre</guava.version> - <checker-qual.version>3.39.0</checker-qual.version> - <error_prone_annotations.version>2.22.0</error_prone_annotations.version> + <guava.version>33.4.0-jre</guava.version> + <checker-qual.version>3.48.4</checker-qual.version> + <error_prone_annotations.version>2.36.0</error_prone_annotations.version> <j2objc-annotations.version>1.3</j2objc-annotations.version> - <commons-lang3.version>3.15.0</commons-lang3.version> - <commons-codec.version>1.16.0</commons-codec.version> + <commons-lang3.version>3.17.0</commons-lang3.version> + <commons-codec.version>1.17.2</commons-codec.version> <commons-math3.version>3.6.1</commons-math3.version> - <caffeine.version>2.9.3</caffeine.version> - <transmittable-thread-local.version>2.14.2</transmittable-thread-local.version> - <java-util.version>2.4.0</java-util.version> + <commons-compress.version>1.27.1</commons-compress.version> + <commons-configuration2.version>2.11.0</commons-configuration2.version> + <commons-text.version>1.13.0</commons-text.version> + <caffeine.version>3.2.0</caffeine.version> + <transmittable-thread-local.version>2.14.5</transmittable-thread-local.version> + <java-util.version>3.0.0</java-util.version> - <antlr4.version>4.10.1</antlr4.version> - <snakeyaml.version>2.2</snakeyaml.version> - <gson.version>2.10.1</gson.version> - <jackson.version>2.16.1</jackson.version> + <antlr4.version>4.13.2</antlr4.version> + <snakeyaml.version>2.3</snakeyaml.version> + <gson.version>2.11.0</gson.version> + <jackson.version>2.18.2</jackson.version> <json-path.version>2.9.0</json-path.version> - <json-smart.version>2.4.10</json-smart.version> - <accessors-smart.version>2.4.9</accessors-smart.version> - <asm.version>9.3</asm.version> - <groovy.version>4.0.22</groovy.version> - <freemarker.version>2.3.31</freemarker.version> + <json-smart.version>2.5.1</json-smart.version> + <accessors-smart.version>2.5.1</accessors-smart.version> + <asm.version>9.7.1</asm.version> + <groovy.version>4.0.24</groovy.version> + <freemarker.version>2.3.34</freemarker.version> <bytebuddy.version>1.15.4</bytebuddy.version> <jakarta.jakartaee-bom.version>8.0.0</jakarta.jakartaee-bom.version> <glassfish-jaxb.version>2.3.9</glassfish-jaxb.version> <atomikos.version>6.0.0</atomikos.version> - <narayana.version>5.12.7.Final</narayana.version> - <jboss-transaction-spi.version>7.6.1.Final</jboss-transaction-spi.version> - <jboss-logging.version>3.2.1.Final</jboss-logging.version> + <narayana.version>5.13.1.Final</narayana.version> + <jboss-transaction-spi.version>8.0.0.Final</jboss-transaction-spi.version> + <jboss-logging.version>3.6.1.Final</jboss-logging.version> <seata.version>2.2.0</seata.version> - <netty.version>4.1.112.Final</netty.version> - <bouncycastle.version>1.78.1</bouncycastle.version> + <netty.version>4.1.117.Final</netty.version> + <bouncycastle.version>1.80</bouncycastle.version> - <curator.version>5.7.0</curator.version> - <zookeeper.version>3.9.2</zookeeper.version> - <audience-annotations.version>0.12.0</audience-annotations.version> - <jetcd.version>0.7.7</jetcd.version> - <vertx.version>4.5.1</vertx.version> + <curator.version>5.7.1</curator.version> + <zookeeper.version>3.9.3</zookeeper.version> Review Comment: - Warning, an unopened issue has revealed that zookeeper 3.9.3 has changed binary compatibility compared to 3.9.2, which further breaks nativeTest of shardingsphere under GraalVM Native Image. Can you open an issue on the shardingsphere side for zookeeper and tag me to track it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org