Skip to content

Commit

Permalink
Bump java.protobuf.version from 3.22.0 to 3.22.2
Browse files Browse the repository at this point in the history
Bumps `java.protobuf.version` from 3.22.0 to 3.22.2.

Updates `protobuf-bom` from 3.22.0 to 3.22.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.22.0...v3.22.2)

Updates `protobuf-java` from 3.22.0 to 3.22.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.22.0...v3.22.2)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2023
1 parent 73f152c commit 1587bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
See https://developers.google.com/protocol-buffers/docs/news/2022-05-06
-->
<protobuf.version>22.0</protobuf.version>
<java.protobuf.version>3.${protobuf.version}</java.protobuf.version>
<java.protobuf.version>3.22.2</java.protobuf.version>
<python.protobuf.version>4.${protobuf.version}</python.protobuf.version>

<scala.version>2.13</scala.version>
Expand Down

0 comments on commit 1587bd1

Please sign in to comment.