Skip to content

Commit

Permalink
Merge pull request #5083 from RPTools/dependabot/gradle/develop/com.g…
Browse files Browse the repository at this point in the history
…oogle.protobuf-protoc-4.29.1

Bump com.google.protobuf:protoc from 3.25.2 to 4.29.1
  • Loading branch information
bubblobill authored Dec 15, 2024
2 parents c879d04 + b7c790b commit 0791c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ javafx {
}

protobuf {
protoc { artifact = "com.google.protobuf:protoc:3.25.2" }
protoc { artifact = "com.google.protobuf:protoc:4.29.1" }
}

// Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.
Expand Down

0 comments on commit 0791c5a

Please sign in to comment.