Skip to content

Commit

Permalink
Merge branch '3.2.x' of github.com:freefair/okhttp-spring-boot into 3…
Browse files Browse the repository at this point in the history
….3.x
  • Loading branch information
larsgrefer committed Apr 18, 2024
2 parents 02ca7c4 + a849d64 commit 72df1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {

plugins {
id "io.freefair.settings.plugin-versions" version "8.6"
id "com.gradle.enterprise" version "3.16.2"
id "com.gradle.enterprise" version "3.17.2"
}

boolean isCiServer = System.getenv().containsKey("CI")
Expand Down
2 changes: 1 addition & 1 deletion starters/okhttp5-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "OkHttp 5 Spring Boot Starter"

dependencies {
api platform(project(":okhttp-spring-boot-dependencies"))
api platform('com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.12')
api platform('com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.14')

api 'org.springframework.boot:spring-boot-starter'
api project(':okhttp-spring-boot-autoconfigure')
Expand Down

0 comments on commit 72df1c9

Please sign in to comment.