Skip to content

Commit

Permalink
Bump protobuf-java_version from 3.16.3 to 3.25.3
Browse files Browse the repository at this point in the history
Bumps `protobuf-java_version` from 3.16.3 to 3.25.3.

Updates `com.google.protobuf:protobuf-java` from 3.16.3 to 3.25.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.16.3...v3.25.3)

Updates `com.google.protobuf:protobuf-java-util` from 3.11.0 to 3.25.3

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 17, 2024
1 parent 92a9754 commit 8810c14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dubbo-extensions-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<byte-buddy.version>1.14.5</byte-buddy.version>
<commons_net_version>3.9.0</commons_net_version>
<snakeyaml_version>2.2</snakeyaml_version>
<protobuf-java_version>3.25.1</protobuf-java_version>
<protobuf-java_version>3.25.3</protobuf-java_version>
<bouncycastle-bcprov_version>1.70</bouncycastle-bcprov_version>
<envoy_api_version>0.1.35</envoy_api_version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ limitations under the License.
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.16.3</version>
<version>3.25.3</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.11.0</version>
<version>3.25.3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8810c14

Please sign in to comment.