Browse Source

Update to okhttp:4.10.0

Closes gh-904
Joe Grandja 2 years ago
parent
commit
dc142cb253
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dependencies/spring-authorization-server-dependencies.gradle

+ 2 - 2
dependencies/spring-authorization-server-dependencies.gradle

@@ -16,8 +16,8 @@ dependencies {
 		api "junit:junit:4.13.2"
 		api "org.assertj:assertj-core:3.23.1"
 		api "org.mockito:mockito-core:4.8.0"
-		api "com.squareup.okhttp3:mockwebserver:4.9.3"
-		api "com.squareup.okhttp3:okhttp:4.9.3"
+		api "com.squareup.okhttp3:mockwebserver:4.10.0"
+		api "com.squareup.okhttp3:okhttp:4.10.0"
 		api "com.jayway.jsonpath:json-path:2.7.0"
 		api "org.hsqldb:hsqldb:2.5.2"
 	}