Skip to content

Commit a1af6ee

Browse files
authored
chore(sdk): update grpc, error-prone-annotations, and guava versions (#312)
Signed-off-by: Scott Hamrick <2623452+cshamrick@users.noreply.github.com>
1 parent 84af883 commit a1af6ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<maven.compiler.release>11</maven.compiler.release>
1616
<log4j.version>2.20.0</log4j.version>
17-
<grpc.version>1.68.0</grpc.version>
17+
<grpc.version>1.75.0</grpc.version>
1818
<protobuf.version>4.29.2</protobuf.version>
1919
<bouncycastle.version>1.82</bouncycastle.version>
2020
<ayza.version>10.0.0</ayza.version>
@@ -119,12 +119,12 @@
119119
<dependency>
120120
<groupId>com.google.errorprone</groupId>
121121
<artifactId>error_prone_annotations</artifactId>
122-
<version>2.28.0</version>
122+
<version>2.30.0</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>com.google.guava</groupId>
126126
<artifactId>guava</artifactId>
127-
<version>33.2.1-android</version>
127+
<version>33.3.1-android</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)