This is an automated email from the ASF dual-hosted git repository.

timbrown pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git

commit cd0d20e826b323baef0042a7acc6051ad393c0d3
Author: Timothy Brown <[email protected]>
AuthorDate: Fri Oct 4 18:17:19 2024 -0500

    increment version
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1dbf861f..a2876533 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
         <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
         <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
         <parquet.version>1.12.2</parquet.version>
+        <protobuf.version>3.25.5</protobuf.version>
         <scala12.version>2.12.20</scala12.version>
         <scala13.version>2.13.14</scala13.version>
         <scala.version>${scala12.version}</scala.version>
@@ -386,12 +387,12 @@
             <dependency>
                 <groupId>com.google.protobuf</groupId>
                 <artifactId>protobuf-java</artifactId>
-                <version>3.21.9</version>
+                <version>${protobuf.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.google.protobuf</groupId>
                 <artifactId>protobuf-java-util</artifactId>
-                <version>3.21.9</version>
+                <version>${protobuf.version}</version>
             </dependency>
 
             <!-- Guava -->

Reply via email to