Skip to content

Commit

Permalink
Merge pull request #167 from feuyeux/dependabot/gradle/hello-grpc-kot…
Browse files Browse the repository at this point in the history
…lin/org.apache.logging.log4j-log4j-api-kotlin-1.5.0

Bump org.apache.logging.log4j:log4j-api-kotlin from 1.4.0 to 1.5.0 in /hello-grpc-kotlin
  • Loading branch information
feuyeux authored Sep 7, 2024
2 parents a4b1cbc + 926f037 commit 05ce4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-grpc-kotlin/stub/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
api("io.grpc:grpc-netty:${rootProject.ext["grpcVersion"]}")
api("com.google.protobuf:protobuf-java-util:4.28.0")
api("io.grpc:grpc-kotlin-stub:1.4.1")
api("org.apache.logging.log4j:log4j-api-kotlin:1.4.0")
api("org.apache.logging.log4j:log4j-api-kotlin:1.5.0")
api("org.apache.logging.log4j:log4j-api:${rootProject.ext["log4jVersion"]}")
api("org.apache.logging.log4j:log4j-core:${rootProject.ext["log4jVersion"]}")
api("com.fasterxml.jackson.core:jackson-databind:${rootProject.ext["jacksonVersion"]}")
Expand Down

0 comments on commit 05ce4b8

Please sign in to comment.