Skip to content

Commit

Permalink
DRILL-8517: Bump com.google.protobuf:protobuf-java from 3.16.3 to 3.2…
Browse files Browse the repository at this point in the history
…5.5 (#2945)
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent dbfe84c commit ebf8f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exec/jdbc-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<configuration>
<cleanOutputFolder>false</cleanOutputFolder>
<outputDirectory>${basedir}/src/main/java</outputDirectory>
<ignoreVersions>true</ignoreVersions>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit ebf8f95

Please sign in to comment.