Skip to content

Commit 859a2f6

Browse files
build(deps): Bump com.google.protobuf:protoc from 4.31.1 to 4.32.0
Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.31.1 to 4.32.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f5326d commit 859a2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation("org.zalando:logbook-core:3.12.2")
6767
implementation("org.zalando:logbook-ktor-client:3.12.2")
6868
implementation("org.zalando:logbook-json:3.12.2")
69-
implementation("com.google.protobuf:protobuf-kotlin:4.31.1")
69+
implementation("com.google.protobuf:protobuf-kotlin:4.32.0")
7070
implementation("com.google.protobuf:protobuf-gradle-plugin:0.9.5")
7171

7272
testImplementation(kotlin("test"))
@@ -126,7 +126,7 @@ protobuf {
126126
}
127127
}
128128
protoc {
129-
artifact = "com.google.protobuf:protoc:4.31.1"
129+
artifact = "com.google.protobuf:protoc:4.32.0"
130130
}
131131
}
132132

0 commit comments

Comments
 (0)