Skip to content

Commit

Permalink
Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md)
- [Commits](square/retrofit@2.9.0...2.10.0)

---
updated-dependencies:
- dependency-name: com.squareup.retrofit2:retrofit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 8794ad0 commit 45e6ccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trusona-sdk-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ dependencies {

api "org.apache.commons:commons-lang3:3.14.0"
api "commons-codec:commons-codec:1.16.1"
api "com.squareup.retrofit2:retrofit:2.9.0"
api "com.squareup.retrofit2:converter-jackson:2.9.0"
api "com.squareup.retrofit2:retrofit:2.10.0"
api "com.squareup.retrofit2:converter-jackson:2.10.0"
api "com.squareup.okhttp3:logging-interceptor:4.12.0"
api "org.slf4j:slf4j-api:2.0.12"

testImplementation "org.apache.groovy:groovy-all:4.0.19"
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
testImplementation "ch.qos.logback:logback-classic:1.5.3"
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
testImplementation "com.squareup.retrofit2:retrofit-mock:2.9.0"
testImplementation "com.squareup.retrofit2:retrofit-mock:2.10.0"

spotbugsPlugins "com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0"
}

0 comments on commit 45e6ccb

Please sign in to comment.