Skip to content

Commit f8523c9

Browse files
committed
fix(deps): update java
1 parent 5f5b66c commit f8523c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/adservice/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
if (speed) {
3434
implementation fileTree(dir: offlineCompile, include: '*.jar')
3535
} else {
36-
implementation "com.google.api.grpc:proto-google-common-protos:2.51.0",
36+
implementation "com.google.api.grpc:proto-google-common-protos:2.53.0",
3737
"javax.annotation:javax.annotation-api:1.3.2",
3838
"io.grpc:grpc-protobuf:${grpcVersion}",
3939
"io.grpc:grpc-stub:${grpcVersion}",
@@ -45,7 +45,7 @@ dependencies {
4545

4646
runtimeOnly "com.fasterxml.jackson.core:jackson-core:${jacksonCoreVersion}",
4747
"com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}",
48-
"io.netty:netty-tcnative-boringssl-static:2.0.69.Final"
48+
"io.netty:netty-tcnative-boringssl-static:2.0.70.Final"
4949
}
5050
}
5151

122 Bytes
Binary file not shown.

src/adservice/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

src/adservice/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)