diff --git a/src/adservice/build.gradle b/src/adservice/build.gradle index 29369af746d..5ddca42758e 100644 --- a/src/adservice/build.gradle +++ b/src/adservice/build.gradle @@ -14,7 +14,7 @@ description = 'Ad Service' group = "adservice" version = "0.1.0-SNAPSHOT" -def grpcVersion = "1.65.1" +def grpcVersion = "1.66.0" def jacksonCoreVersion = "2.17.2" def jacksonDatabindVersion = "2.17.2" def protocVersion = "3.25.4" @@ -67,7 +67,7 @@ protobuf { } googleJavaFormat { - toolVersion '1.22.0' + toolVersion '1.23.0' } // Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.