We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5326d commit 859a2f6Copy full SHA for 859a2f6
lib/build.gradle.kts
@@ -66,7 +66,7 @@ dependencies {
66
implementation("org.zalando:logbook-core:3.12.2")
67
implementation("org.zalando:logbook-ktor-client:3.12.2")
68
implementation("org.zalando:logbook-json:3.12.2")
69
- implementation("com.google.protobuf:protobuf-kotlin:4.31.1")
+ implementation("com.google.protobuf:protobuf-kotlin:4.32.0")
70
implementation("com.google.protobuf:protobuf-gradle-plugin:0.9.5")
71
72
testImplementation(kotlin("test"))
@@ -126,7 +126,7 @@ protobuf {
126
}
127
128
protoc {
129
- artifact = "com.google.protobuf:protoc:4.31.1"
+ artifact = "com.google.protobuf:protoc:4.32.0"
130
131
132
0 commit comments