Skip to content

Commit ccc5030

Browse files
committed
Update to okhttp 4.11.0
Closes gh-1368
1 parent a550240 commit ccc5030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/spring-authorization-server-dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies {
1616
api "org.junit.jupiter:junit-jupiter:5.10.0"
1717
api "org.assertj:assertj-core:3.24.2"
1818
api "org.mockito:mockito-core:4.11.0"
19-
api "com.squareup.okhttp3:mockwebserver:4.10.0"
20-
api "com.squareup.okhttp3:okhttp:4.10.0"
19+
api "com.squareup.okhttp3:mockwebserver:4.11.0"
20+
api "com.squareup.okhttp3:okhttp:4.11.0"
2121
api "com.jayway.jsonpath:json-path:2.8.0"
2222
api "org.hsqldb:hsqldb:2.7.2"
2323
}

0 commit comments

Comments
 (0)