Skip to content

Commit 4aa74b7

Browse files
authored
Merge pull request #97 from ashtanko/renovate/protobuf-monorepo
Update protobuf monorepo to v4.30.2
2 parents 38ab638 + e46ee5e commit 4aa74b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ dependencies {
330330
implementation("org.openjdk.jol:jol-core:0.17")
331331
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
332332
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")
335335
implementation("io.grpc:grpc-stub:1.71.0")
336336
implementation("io.grpc:grpc-protobuf:1.71.0")
337337

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ turbine = "1.2.0" # https://github.com/cashapp/turbine/releases
3333
truth = "1.4.4" # https://central.sonatype.com/artifact/com.google.truth/truth/overview
3434
sandwich = "2.1.0" # https://github.com/skydoves/sandwich
3535
protobuf = "0.9.2"
36-
protoc = "4.30.1"
36+
protoc = "4.30.2"
3737

3838
[libraries]
3939
kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", version.ref = "coroutines" }

0 commit comments

Comments
 (0)