Skip to content

Commit

Permalink
update to use correct google-http-client-apache-v5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer committed Aug 22, 2024
1 parent 88a874a commit 4e53dca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion google-api-client-apache-v5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-apache-v5</artifactId>
<version>1.44.3-SNAPSHOT</version>
<version>1.45.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
/**
* {@link Beta} <br>
* Provider interface for mutual TLS. It is used in {@link
* GoogleApacheHttpTransport#newTrustedTransport(MtlsProvider)} and {@link
* GoogleNetHttpTransport#newTrustedTransport(MtlsProvider)} to configure the mutual TLS in the
* transport.
* GoogleApacheHttpTransport#newTrustedTransport(MtlsProvider)}, {@link
* GoogleApache5HttpTransport#newTrustedTransport(MtlsProvider)} and {@link
* GoogleNetHttpTransport#newTrustedTransport(MtlsProvider)}
* to configure the mutual TLS in the transport.
*
* @since 1.31
*/
Expand Down

0 comments on commit 4e53dca

Please sign in to comment.