Skip to content

Commit

Permalink
build(deps): bump the protobuf group in /java with 2 updates
Browse files Browse the repository at this point in the history
Bumps the protobuf group in /java with 2 updates: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf).


Updates `com.google.protobuf:protobuf-java` from 4.26.0 to 4.26.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `com.google.protobuf:protoc` from 4.26.0 to 4.26.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent ca6a4a0 commit 382f7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}

dependencies {
implementation("com.google.protobuf:protobuf-java:4.26.0")
implementation("com.google.protobuf:protobuf-java:4.26.1")
implementation("com.google.api.grpc:proto-google-common-protos:2.37.1")
}

Expand All @@ -39,7 +39,7 @@ java {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.0"
artifact = "com.google.protobuf:protoc:4.26.1"
}
}

Expand Down

0 comments on commit 382f7c1

Please sign in to comment.