snuyanzin commented on code in PR #4880: URL: https://github.com/apache/calcite/pull/4880#discussion_r3068738461
########## gradle.properties: ########## @@ -75,16 +75,16 @@ checkstyle.version=8.28 spotbugs.version=3.1.11 errorprone.version=2.5.1 # The property is used in https://github.com/wildfly/jandex regression testing, so avoid renaming -jandex.version=2.2.3.Final +jandex.version=3.5.3 # We support Guava versions as old as 21.0 but prefer more recent versions. # elasticsearch does not like asm:6.2.1+ aggdesigner-algorithm.version=6.1 apiguardian-api.version=1.1.2 arrow-gandiva.version=15.0.0 arrow.version=15.0.0 -asm.version=9.6 -byte-buddy.version=1.14.15 +asm.version=9.9.1 +byte-buddy.version=1.18.8 Review Comment: prepare for newer java -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
