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 2f24c07 commit 5552385Copy full SHA for 5552385
spring-cloud-build-dependencies/pom.xml
@@ -20,8 +20,21 @@
20
<properties>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
<spring-boot.version>3.4.0-SNAPSHOT</spring-boot.version>
23
+ <okhttp.version>4.12.0</okhttp.version>
24
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
25
</properties>
26
+ <dependencyManagement>
27
+ <dependencies>
28
+ <!-- removed from spring-boot-dependencies in 3.4.0 -->
29
+ <dependency>
30
+ <groupId>com.squareup.okhttp3</groupId>
31
+ <artifactId>okhttp-bom</artifactId>
32
+ <version>${okhttp.version}</version>
33
+ <type>pom</type>
34
+ <scope>import</scope>
35
+ </dependency>
36
+ </dependencies>
37
+ </dependencyManagement>
38
<build>
39
<plugins>
40
<plugin>
0 commit comments