Skip to content

Commit

Permalink
WL#15411, Upgrade Protocol Buffers dependency to protobuf-java-3.21.7.
Browse files Browse the repository at this point in the history
Change-Id: I6c0a2fa861b32884f88bfeb476ca1df9d05df1a5
  • Loading branch information
fjssilva committed Oct 13, 2022
1 parent 37b0774 commit cfd4cdb
Show file tree
Hide file tree
Showing 14 changed files with 4,244 additions and 5,766 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

Version 8.0.32

- WL#15411, Upgrade Protocol Buffers dependency to protobuf-java-3.21.7.

- Fix for Bug#106981 (Bug#34059340), Contribution: [PATCH] Remove superfluous use of boxing.
Thanks to Andrey Turbanov for his contribution.

Expand Down
2 changes: 1 addition & 1 deletion src/build/misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.4</version>
<version>3.21.7</version>
</dependency>

<dependency>
Expand Down
Loading

0 comments on commit cfd4cdb

Please sign in to comment.