Skip to content

Commit

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

Bump com.google.protobuf:protoc from 3.20.0 to 3.25.1
  • Loading branch information
cwisniew authored Nov 23, 2023
2 parents e7b06b3 + 820ad3c commit 8d3afc1
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 @@ -144,7 +144,7 @@ javafx {
}

protobuf {
protoc { artifact = "com.google.protobuf:protoc:3.20.0" }
protoc { artifact = "com.google.protobuf:protoc:3.25.1" }
}

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

0 comments on commit 8d3afc1

Please sign in to comment.