Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spotless {
val protoc_platform: String? by project
val protoSrc = File("$projectDir/protocol/protobufs/").listFiles { f -> f.isFile }

val protobufVersion = "3.21.7"
val protobufVersion = "3.25.6"
val protobufDep = "com.google.protobuf:protobuf-java:$protobufVersion"
protobuf {
protoc {
Expand Down
Loading