Skip to content

Commit 654dd3f

Browse files
authored
ORC-FORMAT-29: Upgrade protoc and protobuf-java to 3.25.8
### What changes were proposed in this pull request? This PR aims to fix the mismatch between protoc and protobuf in orc-format module. ### Why are the changes needed? Using ORC 2.1.3, `protobuf.GeneratedMessage` will output some warning information. apache/orc#2305 ### How was this patch tested? local test After regenerating orc-format, no warning. This closes #29
1 parent 61193b9 commit 654dd3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
<maven.compiler.release>17</maven.compiler.release>
6262
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
6363
<maven.version>3.9.6</maven.version>
64-
<protoc.version>3.17.3</protoc.version>
64+
<protoc.version>3.25.8</protoc.version>
6565
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
6666
</properties>
6767

6868
<dependencies>
6969
<dependency>
7070
<groupId>com.google.protobuf</groupId>
7171
<artifactId>protobuf-java</artifactId>
72-
<version>3.25.5</version>
72+
<version>3.25.8</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)