Skip to content

Commit 4830ad7

Browse files
authoredOct 10, 2024··
fix: add google-http-client-apache-v5 to bom (#2021)
1 parent 09755f1 commit 4830ad7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎google-http-client-bom/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
<artifactId>google-http-client-apache-v2</artifactId>
7676
<version>1.45.0</version><!-- {x-version-update:google-http-client-apache-v2:current} -->
7777
</dependency>
78+
<dependency>
79+
<groupId>com.google.http-client</groupId>
80+
<artifactId>google-http-client-apache-v5</artifactId>
81+
<version>1.45.0</version><!-- {x-version-update:google-http-client-apache-v5:current} -->
82+
</dependency>
7883
<dependency>
7984
<groupId>com.google.http-client</groupId>
8085
<artifactId>google-http-client-appengine</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.