Skip to content

Commit

Permalink
chore(deps): bump com.google.protobuf:protobuf-java
Browse files Browse the repository at this point in the history
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.2 to 3.25.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.23.2...v3.25.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 5461cf3 commit b48bf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ configurations.all {
force("org.slf4j:slf4j-api:1.7.36")

// micronaut bom import version not compatible with google one
force("com.google.protobuf:protobuf-java:3.23.2")
force("com.google.protobuf:protobuf-java-util:3.23.2")
force("com.google.protobuf:protobuf-java:3.25.2")
force("com.google.protobuf:protobuf-java-util:3.25.2")
}
}

Expand Down

0 comments on commit b48bf09

Please sign in to comment.