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 d3e1fa4 commit f7e20dcCopy full SHA for f7e20dc
okhttp/pom.xml
@@ -25,7 +25,7 @@
25
</dependency>
26
<dependency>
27
<groupId>com.squareup.okhttp3</groupId>
28
- <artifactId>okhttp</artifactId>
+ <artifactId>okhttp-jvm</artifactId>
29
<version>${okhttp.version}</version>
30
31
pom.xml
@@ -31,7 +31,7 @@
<jena.version>5.4.0</jena.version>
32
<jose4j.version>0.9.6</jose4j.version>
33
<json.bind.version>3.0.1</json.bind.version>
34
- <okhttp.version>4.12.0</okhttp.version>
+ <okhttp.version>5.1.0</okhttp.version>
35
<quarkus.version>3.24.2</quarkus.version>
36
<slf4j.version>2.0.17</slf4j.version>
37
<!-- pinning to Spring 5.x for Java 11 support -->
0 commit comments