Skip to content

Commit 6f47ecc

Browse files
jminidavidliu
andauthored
Update protobufVersion to 3.25.6 (#103)
* Update protobufVersion to 3.25.6 Fixes #102 * changeset --------- Co-authored-by: davidliu <[email protected]>
1 parent 0488fd7 commit 6f47ecc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/khaki-rabbits-tap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"server-sdk-kotlin": patch
3+
---
4+
5+
Update protobufVersion to 3.25.6

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spotless {
8181
val protoc_platform: String? by project
8282
val protoSrc = File("$projectDir/protocol/protobufs/").listFiles { f -> f.isFile }
8383

84-
val protobufVersion = "3.21.7"
84+
val protobufVersion = "3.25.6"
8585
val protobufDep = "com.google.protobuf:protobuf-java:$protobufVersion"
8686
protobuf {
8787
protoc {

0 commit comments

Comments
 (0)