File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -330,8 +330,8 @@ dependencies {
330
330
implementation(" org.openjdk.jol:jol-core:0.17" )
331
331
implementation(" com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" )
332
332
implementation(jsoup)
333
- implementation(" com.google.protobuf:protobuf-java:4.30.1 " )
334
- implementation(" com.google.protobuf:protobuf-kotlin-lite:4.30.1 " )
333
+ implementation(" com.google.protobuf:protobuf-java:4.30.2 " )
334
+ implementation(" com.google.protobuf:protobuf-kotlin-lite:4.30.2 " )
335
335
implementation(" io.grpc:grpc-stub:1.71.0" )
336
336
implementation(" io.grpc:grpc-protobuf:1.71.0" )
337
337
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ turbine = "1.2.0" # 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.0" # https://github.com/skydoves/sandwich
35
35
protobuf = " 0.9.2"
36
- protoc = " 4.30.1 "
36
+ protoc = " 4.30.2 "
37
37
38
38
[libraries ]
39
39
kotlin-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-jdk8" , version.ref = " coroutines" }
You can’t perform that action at this time.
0 commit comments