Skip to content

Commit f94119f

Browse files
authored
Merge pull request #80 from freefair/dependabot/gradle/com.squareup.okhttp3-okhttp-bom-4.6.0
Bump okhttp-bom from 4.4.1 to 4.6.0
2 parents 884a1e2 + 9898b01 commit f94119f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ javaPlatform {
99

1010
dependencies {
1111
api platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES.toString())
12-
api platform('com.squareup.okhttp3:okhttp-bom:4.4.1')
12+
api platform('com.squareup.okhttp3:okhttp-bom:4.6.0')
1313

1414
constraints {
1515
api project(":autoconfigure")

0 commit comments

Comments
 (0)