Skip to content

Commit ab608dd

Browse files
committed
Merge branch '3.4.x' of github.com:freefair/okhttp-spring-boot into 3.5.x
2 parents d0d9b6f + 2ec767b commit ab608dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77

88
plugins {
99
id "io.freefair.settings.plugin-versions" version "8.14"
10-
id "com.gradle.develocity" version "4.0.2"
10+
id "com.gradle.develocity" version "4.1"
1111
}
1212

1313
boolean isCiServer = System.getenv().containsKey("CI")

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)