Skip to content

Commit bb7127e

Browse files
Update protobuf monorepo to v4.34.1
1 parent a83c8da commit bb7127e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ dependencies {
359359
implementation("org.openjdk.jol:jol-core:0.17")
360360
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
361361
implementation(jsoup)
362-
implementation("com.google.protobuf:protobuf-java:4.33.4")
363-
implementation("com.google.protobuf:protobuf-kotlin-lite:4.33.4")
362+
implementation("com.google.protobuf:protobuf-java:4.34.1")
363+
implementation("com.google.protobuf:protobuf-kotlin-lite:4.34.1")
364364
implementation("io.grpc:grpc-stub:1.76.0")
365365
implementation("io.grpc:grpc-protobuf:1.76.0")
366366
implementation("com.google.guava:guava:33.5.0-jre")

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ retrofit = "3.0.0" # https://github.com/square/retrofit
3939
okhttp = "5.2.1" # https://square.github.io/okhttp/changelogs/changelog
4040
sandwich = "2.2.1" # https://github.com/skydoves/sandwich
4141
protobufPlugin = "0.9.6" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
42-
protobufKotlin = "4.33.4" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
43-
protoc = "4.33.4" # https://mvnrepository.com/artifact/com.google.protobuf/protoc
42+
protobufKotlin = "4.34.1" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin
43+
protoc = "4.34.1" # https://mvnrepository.com/artifact/com.google.protobuf/protoc
4444
jsoup = "1.22.1" # https://jsoup.org/
4545

4646
# --- Dependency Injection ---

0 commit comments

Comments
 (0)