Skip to content

Commit 5ca2f79

Browse files
chore(deps): bump com.google.protobuf:protobuf-kotlin
Bumps com.google.protobuf:protobuf-kotlin from 4.31.0 to 4.31.1. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin dependency-version: 4.31.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89b5d82 commit 5ca2f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ val quarkusPlatformVersion: String by project
2828
configurations.all {
2929
resolutionStrategy {
3030
force("com.google.protobuf:protobuf-java:4.31.0")
31-
force("com.google.protobuf:protobuf-kotlin:4.31.0")
31+
force("com.google.protobuf:protobuf-kotlin:4.31.1")
3232
}
3333
}
3434

0 commit comments

Comments
 (0)