JAVA-26721 Upgrade okhttp, mockwebserver to latest version

This commit is contained in:
timis1
2023-11-21 22:32:44 +02:00
committed by n
parent a4c6e7fd54
commit fdd20e25a7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.12.0</version> <!-- this can be removed when we migrate spring-boot-dependencies to the latest version -->
</dependency>
</dependencies>