Skip to content

Commit

Permalink
Merge pull request #509 from trusona/dependabot-gradle-com.squareup.r…
Browse files Browse the repository at this point in the history
…etrofit2-retrofit-2.11.0

Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.11.0
  • Loading branch information
thitu authored Apr 8, 2024
2 parents 8794ad0 + 7e4792c commit 1d58897
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.11.0"
api "com.squareup.retrofit2:converter-jackson:2.11.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.11.0"

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

0 comments on commit 1d58897

Please sign in to comment.