Skip to content

Commit f9172ab

Browse files
authored
Merge pull request #466 from freefair/dependabot/gradle/3.3.x/com.squareup.okhttp3-okhttp-bom-5.1.0
Bump com.squareup.okhttp3:okhttp-bom from 5.0.0 to 5.1.0
2 parents 6a37f1a + a3d4551 commit f9172ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/okhttp5-spring-boot-starter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "OkHttp 5 Spring Boot Starter"
55

66
dependencies {
77
api platform(project(":okhttp-spring-boot-dependencies"))
8-
api platform('com.squareup.okhttp3:okhttp-bom:5.0.0')
8+
api platform('com.squareup.okhttp3:okhttp-bom:5.1.0')
99

1010
api 'org.springframework.boot:spring-boot-starter'
1111
api project(':okhttp-spring-boot-autoconfigure')

0 commit comments

Comments
 (0)