Skip to content

Commit df5e3a4

Browse files
committed
downgrade lincheck and upgrade others
1 parent 69d27f9 commit df5e3a4

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ module(
88
# GRPC_DEPS_START
99
IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1010
"com.google.android:annotations:4.1.1.4",
11-
"com.google.api.grpc:proto-google-common-protos:2.63.2",
12-
"com.google.auth:google-auth-library-credentials:1.41.0",
13-
"com.google.auth:google-auth-library-oauth2-http:1.41.0",
11+
"com.google.api.grpc:proto-google-common-protos:2.67.0",
12+
"com.google.auth:google-auth-library-credentials:1.43.0",
13+
"com.google.auth:google-auth-library-oauth2-http:1.43.0",
1414
"com.google.auto.value:auto-value-annotations:1.11.0",
1515
"com.google.auto.value:auto-value:1.11.0",
1616
"com.google.code.findbugs:jsr305:3.0.2",

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.+
5454
errorprone-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"
6060
gson = "com.google.code.gson:gson:2.13.2"
6161
guava = "com.google.guava:guava:33.5.0-android"
6262
guava-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"
8181
jetty-servlet10 = "org.eclipse.jetty:jetty-servlet:10.0.24"
8282
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
8383
junit = "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

repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1212
# GRPC_DEPS_START
1313
IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1414
"com.google.android:annotations:4.1.1.4",
15-
"com.google.api.grpc:proto-google-common-protos:2.63.2",
16-
"com.google.auth:google-auth-library-credentials:1.41.0",
17-
"com.google.auth:google-auth-library-oauth2-http:1.41.0",
15+
"com.google.api.grpc:proto-google-common-protos:2.67.0",
16+
"com.google.auth:google-auth-library-credentials:1.43.0",
17+
"com.google.auth:google-auth-library-oauth2-http:1.43.0",
1818
"com.google.auto.value:auto-value-annotations:1.11.0",
1919
"com.google.auto.value:auto-value:1.11.0",
2020
"com.google.code.findbugs:jsr305:3.0.2",

0 commit comments

Comments
 (0)