Skip to content

Commit

Permalink
Build(deps): Bump com.google.oauth-client:google-oauth-client (#913)
Browse files Browse the repository at this point in the history
Bumps [com.google.oauth-client:google-oauth-client](https://github.com/googleapis/google-oauth-java-client) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/googleapis/google-oauth-java-client/releases)
- [Changelog](https://github.com/googleapis/google-oauth-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-oauth-java-client@v1.36.0...v1.37.0)

---
updated-dependencies:
- dependency-name: com.google.oauth-client:google-oauth-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <[email protected]>
  • Loading branch information
dependabot[bot] and Dan1elBox authored Dec 20, 2024
1 parent fab3c93 commit 44febc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'com.google.oauth-client:google-oauth-client:1.36.0'
implementation 'com.google.oauth-client:google-oauth-client:1.37.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0'
implementation 'com.google.api-client:google-api-client-gson:1.35.2'
implementation 'com.google.code.gson:gson:2.11.0'
Expand Down

0 comments on commit 44febc6

Please sign in to comment.