Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 671626e commit f5e0c1a
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:3.25.3") {
api("com.google.protobuf:protobuf-java:4.28.3") {
// shouldn't be updated for now (breaking changes after 4.x.x)
because("com.google.protobuf")
}
api("com.google.protobuf:protobuf-javalite:3.25.3") {
api("com.google.protobuf:protobuf-javalite:4.28.3") {
// shouldn't be updated for now (breaking changes after 4.x.x)
because("com.google.protobuf")
}
Expand Down

0 comments on commit f5e0c1a

Please sign in to comment.