Skip to content

Commit 5d94628

Browse files
authored
Bump OkHTTP dependency to latest in build.sbt (#9361)
1 parent 057c108 commit 5d94628

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/build.sbt.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
1212
"io.swagger" % "swagger-annotations" % "1.5.24",
13-
"com.squareup.okhttp3" % "okhttp" % "3.14.7",
14-
"com.squareup.okhttp3" % "logging-interceptor" % "3.14.7",
13+
"com.squareup.okhttp3" % "okhttp" % "4.9.1",
14+
"com.squareup.okhttp3" % "logging-interceptor" % "4.9.1",
1515
"com.google.code.gson" % "gson" % "2.8.6",
1616
"org.apache.commons" % "commons-lang3" % "3.10",
1717
{{#hasOAuthMethods}}

samples/client/petstore/java/okhttp-gson-dynamicOperations/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
1212
"io.swagger" % "swagger-annotations" % "1.5.24",
13-
"com.squareup.okhttp3" % "okhttp" % "3.14.7",
14-
"com.squareup.okhttp3" % "logging-interceptor" % "3.14.7",
13+
"com.squareup.okhttp3" % "okhttp" % "4.9.1",
14+
"com.squareup.okhttp3" % "logging-interceptor" % "4.9.1",
1515
"com.google.code.gson" % "gson" % "2.8.6",
1616
"org.apache.commons" % "commons-lang3" % "3.10",
1717
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1",

samples/client/petstore/java/okhttp-gson-parcelableModel/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
1212
"io.swagger" % "swagger-annotations" % "1.5.24",
13-
"com.squareup.okhttp3" % "okhttp" % "3.14.7",
14-
"com.squareup.okhttp3" % "logging-interceptor" % "3.14.7",
13+
"com.squareup.okhttp3" % "okhttp" % "4.9.1",
14+
"com.squareup.okhttp3" % "logging-interceptor" % "4.9.1",
1515
"com.google.code.gson" % "gson" % "2.8.6",
1616
"org.apache.commons" % "commons-lang3" % "3.10",
1717
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1",

samples/client/petstore/java/okhttp-gson/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
1212
"io.swagger" % "swagger-annotations" % "1.5.24",
13-
"com.squareup.okhttp3" % "okhttp" % "3.14.7",
14-
"com.squareup.okhttp3" % "logging-interceptor" % "3.14.7",
13+
"com.squareup.okhttp3" % "okhttp" % "4.9.1",
14+
"com.squareup.okhttp3" % "logging-interceptor" % "4.9.1",
1515
"com.google.code.gson" % "gson" % "2.8.6",
1616
"org.apache.commons" % "commons-lang3" % "3.10",
1717
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1",

0 commit comments

Comments
 (0)