Skip to content

Commit

Permalink
Update to okhttp 4.11.0
Browse files Browse the repository at this point in the history
Closes gh-1368
  • Loading branch information
jgrandja committed Sep 19, 2023
1 parent a550240 commit ccc5030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/spring-authorization-server-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies {
api "org.junit.jupiter:junit-jupiter:5.10.0"
api "org.assertj:assertj-core:3.24.2"
api "org.mockito:mockito-core:4.11.0"
api "com.squareup.okhttp3:mockwebserver:4.10.0"
api "com.squareup.okhttp3:okhttp:4.10.0"
api "com.squareup.okhttp3:mockwebserver:4.11.0"
api "com.squareup.okhttp3:okhttp:4.11.0"
api "com.jayway.jsonpath:json-path:2.8.0"
api "org.hsqldb:hsqldb:2.7.2"
}
Expand Down

0 comments on commit ccc5030

Please sign in to comment.