@@ -52,11 +52,11 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.31.0"
5252# 2.11.0+ requires JDK 11+ (See https://github.com/google/error-prone/releases/tag/v2.11.0)
5353# checkForUpdates: errorprone-corejava8:2.10.+
5454errorprone-corejava8 = " com.google.errorprone:error_prone_core:2.10.0"
55- google-api-protos = " com.google.api.grpc:proto-google-common-protos:2.63.2 "
56- google-auth-credentials = " com.google.auth:google-auth-library-credentials:1.41 .0"
57- google-auth-oauth2Http = " com.google.auth:google-auth-library-oauth2-http:1.41 .0"
55+ google-api-protos = " com.google.api.grpc:proto-google-common-protos:2.67.0 "
56+ google-auth-credentials = " com.google.auth:google-auth-library-credentials:1.43 .0"
57+ google-auth-oauth2Http = " com.google.auth:google-auth-library-oauth2-http:1.43 .0"
5858# Release notes: https://cloud.google.com/logging/docs/release-notes
59- google-cloud-logging = " com.google.cloud:google-cloud-logging:3.23.9 "
59+ google-cloud-logging = " com.google.cloud:google-cloud-logging:3.28.0 "
6060gson = " com.google.code.gson:gson:2.13.2"
6161guava = " com.google.guava:guava:33.5.0-android"
6262guava-betaChecker = " com.google.guava:guava-beta-checker:1.0"
@@ -81,7 +81,7 @@ jetty-servlet = "org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.7"
8181jetty-servlet10 = " org.eclipse.jetty:jetty-servlet:10.0.24"
8282jsr305 = " com.google.code.findbugs:jsr305:3.0.2"
8383junit = " junit:junit:4.13.2"
84- lincheck = " org.jetbrains.lincheck:lincheck:3.4 "
84+ lincheck = " org.jetbrains.lincheck:lincheck:3.3.2 "
8585# Update notes / 2023-07-19 sergiitk:
8686# Couldn't update to 5.4.0, updated to the last in 4.x line. Version 5.x breaks some tests.
8787# Error log: https://github.com/grpc/grpc-java/pull/10359#issuecomment-1632834435
0 commit comments