File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson
samples/client/petstore/java
okhttp-gson-dynamicOperations
okhttp-gson-parcelableModel Expand file tree Collapse file tree Original file line number Diff line number Diff 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} }
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments