Skip to content

Commit 99e9bde

Browse files
committed
Upgrade checker-qual version to 3.49.5
1 parent b2924d7 commit 99e9bde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
4141
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
4242
"io.perfmark:perfmark-api:0.27.0",
4343
"junit:junit:4.13.2",
44-
"org.checkerframework:checker-qual:3.12.0",
44+
"org.checkerframework:checker-qual:3.49.5",
4545
"org.codehaus.mojo:animal-sniffer-annotations:1.24",
4646
]
4747
# GRPC_DEPS_END

repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
4545
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
4646
"io.perfmark:perfmark-api:0.27.0",
4747
"junit:junit:4.13.2",
48-
"org.checkerframework:checker-qual:3.12.0",
48+
"org.checkerframework:checker-qual:3.49.5",
4949
"org.codehaus.mojo:animal-sniffer-annotations:1.24",
5050
]
5151
# GRPC_DEPS_END

0 commit comments

Comments
 (0)