Skip to content

Commit

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

Bump com.google.protobuf:protoc from 4.27.3 to 4.27.4
  • Loading branch information
CubeWhy authored Aug 28, 2024
2 parents 96f2af6 + e2b780a commit 503523e
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.3"
artifact = "com.google.protobuf:protoc:4.27.4"
}
}

Expand Down

0 comments on commit 503523e

Please sign in to comment.