Skip to content

Commit f04f05b

Browse files
build(deps): update google-http-client to v2
1 parent 943af61 commit f04f05b

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
@@ -135,18 +135,18 @@
135135
<dependency>
136136
<groupId>com.google.http-client</groupId>
137137
<artifactId>google-http-client</artifactId>
138-
<version>1.47.1</version>
138+
<version>2.0.0</version>
139139
</dependency>
140140
<!-- For the current Apache HTTP client -->
141141
<dependency>
142142
<groupId>com.google.http-client</groupId>
143143
<artifactId>google-http-client-apache-v5</artifactId>
144-
<version>1.47.1</version>
144+
<version>2.0.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>com.google.http-client</groupId>
148148
<artifactId>google-http-client-gson</artifactId>
149-
<version>1.47.1</version>
149+
<version>2.0.0</version>
150150
</dependency>
151151
<!-- Required to silence logging error from Apache HttpClient v5 -->
152152
<!-- https://www.slf4j.org/codes.html#StaticLoggerBinder -->

0 commit comments

Comments
 (0)