Skip to content

Commit

Permalink
chore(deps): update java (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 2, 2024
1 parent 1d0f51f commit e2c346f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/adservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
"io.grpc:grpc-netty:${grpcVersion}",
"io.grpc:grpc-services:${grpcVersion}",
"io.grpc:grpc-census:${grpcVersion}",
"org.apache.logging.log4j:log4j-core:2.24.1",
"org.apache.logging.log4j:log4j-core:2.24.2",
"com.google.protobuf:protobuf-java:${protocVersion}"

runtimeOnly "com.fasterxml.jackson.core:jackson-core:${jacksonCoreVersion}",
Expand All @@ -67,7 +67,7 @@ protobuf {
}

googleJavaFormat {
toolVersion '1.24.0'
toolVersion '1.25.0'
}

// Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.
Expand Down
2 changes: 1 addition & 1 deletion src/adservice/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit e2c346f

Please sign in to comment.