Skip to content

Commit

Permalink
chore(deps): bump com.google.protobuf:protobuf-java from 4.29.0 to 4.…
Browse files Browse the repository at this point in the history
…29.1 in /sdk-dependency-versions (#2126)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Mihail Mihov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mihail Mihov <[email protected]>
  • Loading branch information
dependabot[bot] and mishomihov00 authored Dec 9, 2024
1 parent 746fb88 commit 002f6b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ dependencies.constraints {
api("com.google.code.gson:gson:2.10.1") {
because("com.google.gson")
}
api("com.google.protobuf:protobuf-java:4.29.0") {
// shouldn't be updated for now (breaking changes after 4.x.x)
api("com.google.protobuf:protobuf-java:4.29.1") {
because("com.google.protobuf")
}
api("com.google.protobuf:protobuf-javalite:4.29.1") {
// shouldn't be updated for now (breaking changes after 4.x.x)
because("com.google.protobuf")
}
api("io.grpc:grpc-api:1.68.2") {
Expand Down

0 comments on commit 002f6b9

Please sign in to comment.