Skip to content

Commit 6519ea6

Browse files
chore(deps): Update deps guava and google-api-client to the latest version (#1909)
1 parent 11e3dfa commit 6519ea6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@
114114
<dependency>
115115
<groupId>com.google.guava</groupId>
116116
<artifactId>guava</artifactId>
117-
<version>33.0.0-android</version>
117+
<version>33.1.0-android</version>
118+
</dependency>
119+
<dependency>
120+
<groupId>com.google.j2objc</groupId>
121+
<artifactId>j2objc-annotations</artifactId>
122+
<version>3.0.0</version>
118123
</dependency>
119124
<dependency>
120125
<groupId>org.apache.httpcomponents</groupId>
@@ -139,7 +144,7 @@
139144
<dependency>
140145
<groupId>com.google.api-client</groupId>
141146
<artifactId>google-api-client</artifactId>
142-
<version>2.3.0</version>
147+
<version>2.4.0</version>
143148
</dependency>
144149
<dependency>
145150
<groupId>com.google.apis</groupId>

0 commit comments

Comments
 (0)