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 {
347347 implementation(" org.openjdk.jol:jol-core:0.17" )
348348 implementation(" com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" )
349349 implementation(jsoup)
350- implementation(" com.google.protobuf:protobuf-java:4.32 .0" )
351- implementation(" com.google.protobuf:protobuf-kotlin-lite:4.32 .0" )
350+ implementation(" com.google.protobuf:protobuf-java:4.33 .0" )
351+ implementation(" com.google.protobuf:protobuf-kotlin-lite:4.33 .0" )
352352 implementation(" io.grpc:grpc-stub:1.76.0" )
353353 implementation(" io.grpc:grpc-protobuf:1.76.0" )
354354
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ retrofit = "3.0.0" # https://github.com/square/retrofit
3939okhttp = " 5.2.1" # https://square.github.io/okhttp/changelogs/changelog
4040sandwich = " 2.1.3" # https://github.com/skydoves/sandwich
4141protobufPlugin = " 0.9.5" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
42- protobufKotlin = " 4.32 .0" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
43- protoc = " 4.32 .0" # https://mvnrepository.com/artifact/com.google.protobuf/protoc
42+ protobufKotlin = " 4.33 .0" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
43+ protoc = " 4.33 .0" # https://mvnrepository.com/artifact/com.google.protobuf/protoc
4444jsoup = " 1.21.2" # https://jsoup.org/
4545
4646# --- Dependency Injection ---
You can’t perform that action at this time.
0 commit comments