Skip to content

Commit da562af

Browse files
Bump org.apache.logging.log4j:log4j-api-kotlin in /hello-grpc-kotlin
Bumps org.apache.logging.log4j:log4j-api-kotlin from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11f7e28 commit da562af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hello-grpc-kotlin/stub/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
api("io.grpc:grpc-netty:${rootProject.ext["grpcVersion"]}")
1818
api("com.google.protobuf:protobuf-java-util:4.27.2")
1919
api("io.grpc:grpc-kotlin-stub:1.4.1")
20-
api("org.apache.logging.log4j:log4j-api-kotlin:1.4.0")
20+
api("org.apache.logging.log4j:log4j-api-kotlin:1.5.0")
2121
api("org.apache.logging.log4j:log4j-api:${rootProject.ext["log4jVersion"]}")
2222
api("org.apache.logging.log4j:log4j-core:${rootProject.ext["log4jVersion"]}")
2323
api("com.fasterxml.jackson.core:jackson-databind:${rootProject.ext["jacksonVersion"]}")

0 commit comments

Comments
 (0)