Skip to content

Commit a194746

Browse files
dependabot[bot]navelgen
authored andcommitted
⬆ Bump com.google.protobuf:protobuf-java from 4.30.0 to 4.30.1
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.30.0 to 4.30.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.30.0...v4.30.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f38c265 commit a194746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ allprojects {
4848
implementation("org.apache.commons:commons-compress:1.27.1") {
4949
because("org.testcontainers:postgresql:1.19.7 -> 1.24.0 har en sårbarhet")
5050
}
51-
implementation("com.google.protobuf:protobuf-java:4.30.0") {
51+
implementation("com.google.protobuf:protobuf-java:4.30.1") {
5252
because("com.expediagroup:graphql-kotlin-ktor-server:8.3.0 -> 4.27.1 har en sårbarhet")
5353
}
5454
}

0 commit comments

Comments
 (0)