This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/main by this push:
new 58a9684b8 [CALCITE-6601] Upgrade ByteBuddy version from 1.14.10 to
1.15.1 in Avatica
58a9684b8 is described below
commit 58a9684b8b153fae9c274b01042c9f5d981c06f4
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Sep 26 20:31:19 2024 +0200
[CALCITE-6601] Upgrade ByteBuddy version from 1.14.10 to 1.15.1 in Avatica
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 10aac8609..f124804f1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -56,7 +56,7 @@ spotbugs.version=3.1.11
asm.version=7.1
bouncycastle.version=1.70
-bytebuddy.version=1.14.10
+bytebuddy.version=1.15.1
dropwizard-metrics.version=4.0.5
# We support Guava versions as old as 14.0.1 (the version used by Hive)
# but prefer more recent versions.