This is an automated email from the ASF dual-hosted git repository.
jhyde 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 2485639af [CALCITE-5232] Upgrade protobuf-java from 3.17.1 to 3.21.5
2485639af is described below
commit 2485639afed498f24244e5dd1f58a2e4f90b2c21
Author: Julian Hyde <[email protected]>
AuthorDate: Thu Aug 11 12:23:40 2022 -0700
[CALCITE-5232] Upgrade protobuf-java from 3.17.1 to 3.21.5
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 7e7456a1f..86ae85a19 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -74,7 +74,7 @@ junit.version=4.12
kerby.version=1.1.1
log4j2.version=2.17.1
mockito.version=4.4.0
-protobuf.version=3.17.1
+protobuf.version=3.21.5
scott-data-hsqldb.version=0.1
servlet.version=4.0.1
slf4j.version=1.7.25