Skip to content

Commit

Permalink
Merge pull request #85 from CubeWhyMC/dependabot/gradle/com.google.pr…
Browse files Browse the repository at this point in the history
…otobuf-protoc-4.28.0

Bump com.google.protobuf:protoc from 4.27.4 to 4.28.0
  • Loading branch information
CubeWhy authored Aug 29, 2024
2 parents 503523e + 087f415 commit 773536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tasks.shadowJar {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.27.4"
artifact = "com.google.protobuf:protoc:4.28.0"
}
}

Expand Down

0 comments on commit 773536f

Please sign in to comment.