Skip to content

Commit

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

Bump com.google.protobuf:protoc from 4.27.0 to 4.27.3
  • Loading branch information
cubewhy authored Aug 18, 2024
2 parents d89766e + 790c749 commit 461256d
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.0"
artifact = "com.google.protobuf:protoc:4.27.3"
}
}

Expand Down

0 comments on commit 461256d

Please sign in to comment.