Skip to content

Commit

Permalink
chore(deps): bump com.google.protobuf:protobuf-java from 4.28.3 to 4.…
Browse files Browse the repository at this point in the history
…29.0 in /sdk-dependency-versions (#2110)
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 0a5a672 commit 2446a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies.constraints {
api("com.google.code.gson:gson:2.10.1") {
because("com.google.gson")
}
api("com.google.protobuf:protobuf-java:4.28.3") {
api("com.google.protobuf:protobuf-java:4.29.0") {
// shouldn't be updated for now (breaking changes after 4.x.x)
because("com.google.protobuf")
}
api("com.google.protobuf:protobuf-javalite:4.28.3") {
api("com.google.protobuf:protobuf-javalite:4.29.0") {
// shouldn't be updated for now (breaking changes after 4.x.x)
because("com.google.protobuf")
}
Expand Down

0 comments on commit 2446a17

Please sign in to comment.