File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -347,8 +347,8 @@ dependencies {
347
347
implementation(" org.openjdk.jol:jol-core:0.17" )
348
348
implementation(" com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" )
349
349
implementation(jsoup)
350
- implementation(" com.google.protobuf:protobuf-java:4.31.1 " )
351
- implementation(" com.google.protobuf:protobuf-kotlin-lite:4.31.1 " )
350
+ implementation(" com.google.protobuf:protobuf-java:4.32.0 " )
351
+ implementation(" com.google.protobuf:protobuf-kotlin-lite:4.32.0 " )
352
352
implementation(" io.grpc:grpc-stub:1.74.0" )
353
353
implementation(" io.grpc:grpc-protobuf:1.74.0" )
354
354
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ turbine = "1.2.1" # https://github.com/cashapp/turbine/releases
33
33
truth = " 1.4.4" # https://central.sonatype.com/artifact/com.google.truth/truth/overview
34
34
sandwich = " 2.1.2" # https://github.com/skydoves/sandwich
35
35
protobufPlugin = " 0.9.5" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
36
- protobufKotlin = " 4.31.1 " # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
37
- protoc = " 4.31.1 " # https://mvnrepository.com/artifact/com.google.protobuf/protoc
36
+ protobufKotlin = " 4.32.0 " # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
37
+ protoc = " 4.32.0 " # https://mvnrepository.com/artifact/com.google.protobuf/protoc
38
38
binaryCompatibility = " 0.18.1"
39
39
40
40
[libraries ]
You can’t perform that action at this time.
0 commit comments