Skip to content

Commit

Permalink
build(deps): update google-oauth-client to v1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Pyker committed Dec 17, 2024
1 parent 3efedd6 commit 631abb4
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 @@ -117,19 +117,19 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.36.0</version>
<version>1.37.0</version>
</dependency>
<!-- For the OAuth2 local server and installed app flow -->
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-jetty</artifactId>
<version>1.36.0</version>
<version>1.37.0</version>
</dependency>
<!-- google-oauth-client-jetty depends on this -->
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-java6</artifactId>
<version>1.36.0</version>
<version>1.37.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 631abb4

Please sign in to comment.