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

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new ebf8f95e65 DRILL-8517: Bump com.google.protobuf:protobuf-java from 
3.16.3 to 3.25.5 (#2945)
ebf8f95e65 is described below

commit ebf8f95e65e6617c340c2e233b7c586cd13a48b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 1 09:32:48 2025 -0500

    DRILL-8517: Bump com.google.protobuf:protobuf-java from 3.16.3 to 3.25.5 
(#2945)
---
 exec/jdbc-all/pom.xml | 4 ++--
 pom.xml               | 2 +-
 protocol/pom.xml      | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 909954a4d2..e357ee6e29 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -33,7 +33,7 @@
        "package.namespace.prefix" equals to "oadd.". It can be overridden if 
necessary within any profile -->
   <properties>
     <package.namespace.prefix>oadd.</package.namespace.prefix>
-    <jdbc-all-jar.maxsize>54000000</jdbc-all-jar.maxsize>
+    <jdbc-all-jar.maxsize>55000000</jdbc-all-jar.maxsize>
   </properties>
 
   <dependencies>
@@ -902,7 +902,7 @@
     <profile>
       <id>hadoop-2</id>
       <properties>
-        <jdbc-all-jar.maxsize>54500000</jdbc-all-jar.maxsize>
+        <jdbc-all-jar.maxsize>55000000</jdbc-all-jar.maxsize>
       </properties>
     </profile>
   </profiles>
diff --git a/pom.xml b/pom.xml
index fc26a05d77..d8b9987faf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <parquet.format.version>2.9.0</parquet.format.version>
     <parquet.version>1.12.3</parquet.version>
     <project.build.outputTimestamp>1676438963</project.build.outputTimestamp>
-    <protobuf.version>3.16.3</protobuf.version>
+    <protobuf.version>3.25.5</protobuf.version>
     <proto.cas.path>${project.basedir}/src/main/protobuf/</proto.cas.path>
     <protostuff.version>1.8.0</protostuff.version>
     <rat.skip>true</rat.skip>
diff --git a/protocol/pom.xml b/protocol/pom.xml
index 6615bb97a5..ae5b687c7c 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -120,6 +120,7 @@
                 <configuration>
                   <cleanOutputFolder>false</cleanOutputFolder>
                   <outputDirectory>${basedir}/src/main/java</outputDirectory>
+                  <ignoreVersions>true</ignoreVersions>
                 </configuration>
               </execution>
             </executions>

Reply via email to