File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
starters/okhttp5-spring-boot-starter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginManagement {
7
7
8
8
plugins {
9
9
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 "
11
11
}
12
12
13
13
boolean isCiServer = System . getenv(). containsKey(" CI" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "OkHttp 5 Spring Boot Starter"
5
5
6
6
dependencies {
7
7
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' )
9
9
10
10
api ' org.springframework.boot:spring-boot-starter'
11
11
api project(' :okhttp-spring-boot-autoconfigure' )
You can’t perform that action at this time.
0 commit comments