We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0488fd7 commit 6f47eccCopy full SHA for 6f47ecc
.changeset/khaki-rabbits-tap.md
@@ -0,0 +1,5 @@
1
+---
2
+"server-sdk-kotlin": patch
3
4
+
5
+Update protobufVersion to 3.25.6
build.gradle.kts
@@ -81,7 +81,7 @@ spotless {
81
val protoc_platform: String? by project
82
val protoSrc = File("$projectDir/protocol/protobufs/").listFiles { f -> f.isFile }
83
84
-val protobufVersion = "3.21.7"
+val protobufVersion = "3.25.6"
85
val protobufDep = "com.google.protobuf:protobuf-java:$protobufVersion"
86
protobuf {
87
protoc {
0 commit comments