Skip to content

Commit

Permalink
Merge pull request #33 from komamitsu/dependabot/gradle/com.squareup.…
Browse files Browse the repository at this point in the history
…retrofit2-retrofit-2.11.0

Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.11.0
  • Loading branch information
komamitsu authored Apr 11, 2024
2 parents c0a3232 + 1a89b56 commit 384bd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'ch.qos.logback:logback-classic:1.4.14'
testImplementation 'com.squareup.retrofit2:retrofit:2.9.0'
testImplementation 'com.squareup.retrofit2:retrofit:2.11.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
implementation 'org.slf4j:slf4j-api:2.0.12'
implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.8'
compileOnly 'com.squareup.retrofit2:retrofit:2.9.0'
compileOnly 'com.squareup.retrofit2:retrofit:2.11.0'
}

publishing {
Expand Down

0 comments on commit 384bd03

Please sign in to comment.