Skip to content

Commit

Permalink
WL#15411, Upgrade Protocol Buffers dependency to protobuf-java-3.21.9…
Browse files Browse the repository at this point in the history
… (updated).

Change-Id: I5101a686d43807494884ed93f68b8ca53e0bce15
  • Loading branch information
fjssilva committed Oct 29, 2022
1 parent 52478c0 commit ac6d055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.9.

- Fix for Bug#108414 (Bug#34578541), Malformed packet generation for `COM_STMT_EXECUTE`.
Thanks to Seongman Yang for his contribution.

Expand All @@ -16,8 +18,6 @@ Version 8.0.32

- WL#15437, Sonatype compliant POM and maven bundles.

- 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 @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.7</version>
<version>3.21.9</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ac6d055

Please sign in to comment.