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 a550240 commit ccc5030Copy full SHA for ccc5030
dependencies/spring-authorization-server-dependencies.gradle
@@ -16,8 +16,8 @@ dependencies {
16
api "org.junit.jupiter:junit-jupiter:5.10.0"
17
api "org.assertj:assertj-core:3.24.2"
18
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"
+ api "com.squareup.okhttp3:mockwebserver:4.11.0"
+ api "com.squareup.okhttp3:okhttp:4.11.0"
21
api "com.jayway.jsonpath:json-path:2.8.0"
22
api "org.hsqldb:hsqldb:2.7.2"
23
}
0 commit comments