Skip to content

Commit

Permalink
build(deps): update google-http-client to v1.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Pyker committed Dec 6, 2024
1 parent d0854cd commit bec19fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,18 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.45.0</version>
<version>1.45.2</version>
</dependency>
<!-- For the current Apache HTTP client -->
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-apache-v5</artifactId>
<version>1.45.1</version>
<version>1.45.2</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.45.1</version>
<version>1.45.2</version>
</dependency>
<!-- Required to silence logging error from Apache HttpClient v5 -->
<!-- https://www.slf4j.org/codes.html#StaticLoggerBinder -->
Expand Down

0 comments on commit bec19fa

Please sign in to comment.