We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e0959 commit 76212f1Copy full SHA for 76212f1
dependencies/spring-authorization-server-dependencies.gradle
@@ -16,8 +16,8 @@ dependencies {
16
api "junit:junit:4.13.2"
17
api "org.assertj:assertj-core:3.22.0"
18
api "org.mockito:mockito-core:4.5.1"
19
- api "com.squareup.okhttp3:mockwebserver:3.14.9"
20
- api "com.squareup.okhttp3:okhttp:3.14.9"
+ api "com.squareup.okhttp3:mockwebserver:4.9.3"
+ api "com.squareup.okhttp3:okhttp:4.9.3"
21
api "com.jayway.jsonpath:json-path:2.7.0"
22
api "org.hsqldb:hsqldb:2.6.1"
23
}
0 commit comments