diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/feign/build.gradle.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/feign/build.gradle.mustache
index c24965129e51..d83acef807af 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/feign/build.gradle.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/feign/build.gradle.mustache
@@ -101,14 +101,14 @@ test {
}
ext {
- swagger_annotations_version = "1.5.24"
- jackson_version = "2.13.4"
- jackson_databind_version = "2.13.4.2"
+ swagger_annotations_version = "1.6.11"
+ jackson_version = "2.14.3"
+ jackson_databind_version = "2.14.3"
{{#openApiNullable}}
jackson_databind_nullable_version = "0.2.6"
{{/openApiNullable}}
jakarta_annotation_version = "1.3.5"
- feign_version = "10.11"
+ feign_version = "10.12"
feign_form_version = "3.8.0"
junit_version = "5.7.0"
scribejava_version = "8.0.0"
@@ -139,7 +139,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:$junit_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junit_version"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junit_version"
- testImplementation "com.github.tomakehurst:wiremock-jre8:2.27.2"
+ testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.1"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "commons-io:commons-io:2.8.0"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/feign/build.sbt.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/feign/build.sbt.mustache
index da07dcf61ae4..fc29d7c9bdfb 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/feign/build.sbt.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/feign/build.sbt.mustache
@@ -9,16 +9,16 @@ lazy val root = (project in file(".")).
publishArtifact in (Compile, packageDoc) := false,
resolvers += Resolver.mavenLocal,
libraryDependencies ++= Seq(
- "io.swagger" % "swagger-annotations" % "1.5.24" % "compile",
+ "io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
- "io.github.openfeign" % "feign-core" % "10.11" % "compile",
- "io.github.openfeign" % "feign-jackson" % "10.11" % "compile",
- "io.github.openfeign" % "feign-slf4j" % "10.11" % "compile",
+ "io.github.openfeign" % "feign-core" % "10.12" % "compile",
+ "io.github.openfeign" % "feign-jackson" % "10.12" % "compile",
+ "io.github.openfeign" % "feign-slf4j" % "10.12" % "compile",
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
- "io.github.openfeign" % "feign-okhttp" % "10.11" % "compile",
- "com.fasterxml.jackson.core" % "jackson-core" % "2.13.4" % "compile",
- "com.fasterxml.jackson.core" % "jackson-annotations" % "2.13.4" % "compile",
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2" % "compile",
+ "io.github.openfeign" % "feign-okhttp" % "10.12" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.14.3" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-annotations" % "2.14.3" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.3" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.9.10" % "compile",
"com.github.scribejava" % "scribejava-core" % "8.0.0" % "compile",
@@ -26,7 +26,7 @@ lazy val root = (project in file(".")).
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
"org.junit.jupiter" % "junit-jupiter" % "5.7.0" % "test",
"org.junit.jupiter" % "junit-jupiter-params" % "5.7.0" % "test",
- "com.github.tomakehurst" % "wiremock-jre8" % "2.27.2" % "test",
+ "com.github.tomakehurst" % "wiremock-jre8" % "2.35.1" % "test",
"org.hamcrest" % "hamcrest" % "2.2" % "test",
"commons-io" % "commons-io" % "2.8.0" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/feign/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/feign/pom.mustache
index d80d5ee7312d..18d78faee98c 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/feign/pom.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/feign/pom.mustache
@@ -365,7 +365,7 @@
com.github.tomakehurst
wiremock-jre8
- 2.27.2
+ 2.35.1
test
@@ -381,15 +381,15 @@
${java.version}
${java.version}
{{#swagger1AnnotationLibrary}}
- 1.6.6
+ 1.6.11
{{/swagger1AnnotationLibrary}}
{{#swagger2AnnotationLibrary}}
- 2.2.9
+ 2.2.15
{{/swagger2AnnotationLibrary}}
- 10.11
+ 10.12
3.8.0
{{#jackson}}
- 2.13.4
+ 2.14.3
{{/jackson}}
{{#gson}}
2.8.6
@@ -397,7 +397,7 @@
{{#openApiNullable}}
0.2.6
{{/openApiNullable}}
- 2.13.4.2
+ 2.14.3
{{#useJakartaEe}}
2.1.1
{{/useJakartaEe}}
diff --git a/samples/client/echo_api/java/feign-gson/build.gradle b/samples/client/echo_api/java/feign-gson/build.gradle
index 7e186e14102c..6f123a010c66 100644
--- a/samples/client/echo_api/java/feign-gson/build.gradle
+++ b/samples/client/echo_api/java/feign-gson/build.gradle
@@ -101,12 +101,12 @@ test {
}
ext {
- swagger_annotations_version = "1.5.24"
- jackson_version = "2.13.4"
- jackson_databind_version = "2.13.4.2"
+ swagger_annotations_version = "1.6.11"
+ jackson_version = "2.14.3"
+ jackson_databind_version = "2.14.3"
jackson_databind_nullable_version = "0.2.6"
jakarta_annotation_version = "1.3.5"
- feign_version = "10.11"
+ feign_version = "10.12"
feign_form_version = "3.8.0"
junit_version = "5.7.0"
scribejava_version = "8.0.0"
@@ -132,7 +132,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:$junit_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junit_version"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junit_version"
- testImplementation "com.github.tomakehurst:wiremock-jre8:2.27.2"
+ testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.1"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "commons-io:commons-io:2.8.0"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
diff --git a/samples/client/echo_api/java/feign-gson/build.sbt b/samples/client/echo_api/java/feign-gson/build.sbt
index 99e885e78ca2..a305bfd0be25 100644
--- a/samples/client/echo_api/java/feign-gson/build.sbt
+++ b/samples/client/echo_api/java/feign-gson/build.sbt
@@ -9,16 +9,16 @@ lazy val root = (project in file(".")).
publishArtifact in (Compile, packageDoc) := false,
resolvers += Resolver.mavenLocal,
libraryDependencies ++= Seq(
- "io.swagger" % "swagger-annotations" % "1.5.24" % "compile",
+ "io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
- "io.github.openfeign" % "feign-core" % "10.11" % "compile",
- "io.github.openfeign" % "feign-jackson" % "10.11" % "compile",
- "io.github.openfeign" % "feign-slf4j" % "10.11" % "compile",
+ "io.github.openfeign" % "feign-core" % "10.12" % "compile",
+ "io.github.openfeign" % "feign-jackson" % "10.12" % "compile",
+ "io.github.openfeign" % "feign-slf4j" % "10.12" % "compile",
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
- "io.github.openfeign" % "feign-okhttp" % "10.11" % "compile",
- "com.fasterxml.jackson.core" % "jackson-core" % "2.13.4" % "compile",
- "com.fasterxml.jackson.core" % "jackson-annotations" % "2.13.4" % "compile",
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2" % "compile",
+ "io.github.openfeign" % "feign-okhttp" % "10.12" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.14.3" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-annotations" % "2.14.3" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.3" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.9.10" % "compile",
"com.github.scribejava" % "scribejava-core" % "8.0.0" % "compile",
@@ -26,7 +26,7 @@ lazy val root = (project in file(".")).
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
"org.junit.jupiter" % "junit-jupiter" % "5.7.0" % "test",
"org.junit.jupiter" % "junit-jupiter-params" % "5.7.0" % "test",
- "com.github.tomakehurst" % "wiremock-jre8" % "2.27.2" % "test",
+ "com.github.tomakehurst" % "wiremock-jre8" % "2.35.1" % "test",
"org.hamcrest" % "hamcrest" % "2.2" % "test",
"commons-io" % "commons-io" % "2.8.0" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
diff --git a/samples/client/echo_api/java/feign-gson/pom.xml b/samples/client/echo_api/java/feign-gson/pom.xml
index fc16829770b8..705d59a3fd84 100644
--- a/samples/client/echo_api/java/feign-gson/pom.xml
+++ b/samples/client/echo_api/java/feign-gson/pom.xml
@@ -291,7 +291,7 @@
com.github.tomakehurst
wiremock-jre8
- 2.27.2
+ 2.35.1
test
@@ -306,11 +306,11 @@
1.8
${java.version}
${java.version}
- 10.11
+ 10.12
3.8.0
2.8.6
0.2.6
- 2.13.4.2
+ 2.14.3
1.3.5
5.7.0
1.0.0
diff --git a/samples/client/petstore/java/feign-no-nullable/build.gradle b/samples/client/petstore/java/feign-no-nullable/build.gradle
index 2458ad0c1d3c..ab8841bcc16e 100644
--- a/samples/client/petstore/java/feign-no-nullable/build.gradle
+++ b/samples/client/petstore/java/feign-no-nullable/build.gradle
@@ -101,11 +101,11 @@ test {
}
ext {
- swagger_annotations_version = "1.5.24"
- jackson_version = "2.13.4"
- jackson_databind_version = "2.13.4.2"
+ swagger_annotations_version = "1.6.11"
+ jackson_version = "2.14.3"
+ jackson_databind_version = "2.14.3"
jakarta_annotation_version = "1.3.5"
- feign_version = "10.11"
+ feign_version = "10.12"
feign_form_version = "3.8.0"
junit_version = "5.7.0"
scribejava_version = "8.0.0"
@@ -130,7 +130,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:$junit_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junit_version"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junit_version"
- testImplementation "com.github.tomakehurst:wiremock-jre8:2.27.2"
+ testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.1"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "commons-io:commons-io:2.8.0"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
diff --git a/samples/client/petstore/java/feign-no-nullable/build.sbt b/samples/client/petstore/java/feign-no-nullable/build.sbt
index ffe35c367acb..86874a64820c 100644
--- a/samples/client/petstore/java/feign-no-nullable/build.sbt
+++ b/samples/client/petstore/java/feign-no-nullable/build.sbt
@@ -9,16 +9,16 @@ lazy val root = (project in file(".")).
publishArtifact in (Compile, packageDoc) := false,
resolvers += Resolver.mavenLocal,
libraryDependencies ++= Seq(
- "io.swagger" % "swagger-annotations" % "1.5.24" % "compile",
+ "io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
- "io.github.openfeign" % "feign-core" % "10.11" % "compile",
- "io.github.openfeign" % "feign-jackson" % "10.11" % "compile",
- "io.github.openfeign" % "feign-slf4j" % "10.11" % "compile",
+ "io.github.openfeign" % "feign-core" % "10.12" % "compile",
+ "io.github.openfeign" % "feign-jackson" % "10.12" % "compile",
+ "io.github.openfeign" % "feign-slf4j" % "10.12" % "compile",
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
- "io.github.openfeign" % "feign-okhttp" % "10.11" % "compile",
- "com.fasterxml.jackson.core" % "jackson-core" % "2.13.4" % "compile",
- "com.fasterxml.jackson.core" % "jackson-annotations" % "2.13.4" % "compile",
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2" % "compile",
+ "io.github.openfeign" % "feign-okhttp" % "10.12" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.14.3" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-annotations" % "2.14.3" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.3" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.9.10" % "compile",
"com.github.scribejava" % "scribejava-core" % "8.0.0" % "compile",
@@ -26,7 +26,7 @@ lazy val root = (project in file(".")).
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
"org.junit.jupiter" % "junit-jupiter" % "5.7.0" % "test",
"org.junit.jupiter" % "junit-jupiter-params" % "5.7.0" % "test",
- "com.github.tomakehurst" % "wiremock-jre8" % "2.27.2" % "test",
+ "com.github.tomakehurst" % "wiremock-jre8" % "2.35.1" % "test",
"org.hamcrest" % "hamcrest" % "2.2" % "test",
"commons-io" % "commons-io" % "2.8.0" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
diff --git a/samples/client/petstore/java/feign-no-nullable/pom.xml b/samples/client/petstore/java/feign-no-nullable/pom.xml
index 55a9c78c3b4e..5c0e047fe18e 100644
--- a/samples/client/petstore/java/feign-no-nullable/pom.xml
+++ b/samples/client/petstore/java/feign-no-nullable/pom.xml
@@ -302,7 +302,7 @@
com.github.tomakehurst
wiremock-jre8
- 2.27.2
+ 2.35.1
test
@@ -317,10 +317,10 @@
1.8
${java.version}
${java.version}
- 10.11
+ 10.12
3.8.0
- 2.13.4
- 2.13.4.2
+ 2.14.3
+ 2.14.3
1.3.5
5.7.0
1.0.0
diff --git a/samples/client/petstore/java/feign/build.gradle b/samples/client/petstore/java/feign/build.gradle
index 6a0b06d24b75..6c35d5c9fa64 100644
--- a/samples/client/petstore/java/feign/build.gradle
+++ b/samples/client/petstore/java/feign/build.gradle
@@ -101,12 +101,12 @@ test {
}
ext {
- swagger_annotations_version = "1.5.24"
- jackson_version = "2.13.4"
- jackson_databind_version = "2.13.4.2"
+ swagger_annotations_version = "1.6.11"
+ jackson_version = "2.14.3"
+ jackson_databind_version = "2.14.3"
jackson_databind_nullable_version = "0.2.6"
jakarta_annotation_version = "1.3.5"
- feign_version = "10.11"
+ feign_version = "10.12"
feign_form_version = "3.8.0"
junit_version = "5.7.0"
scribejava_version = "8.0.0"
@@ -132,7 +132,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:$junit_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junit_version"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junit_version"
- testImplementation "com.github.tomakehurst:wiremock-jre8:2.27.2"
+ testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.1"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "commons-io:commons-io:2.8.0"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
diff --git a/samples/client/petstore/java/feign/build.sbt b/samples/client/petstore/java/feign/build.sbt
index 7d2342bc7b52..20373fa59178 100644
--- a/samples/client/petstore/java/feign/build.sbt
+++ b/samples/client/petstore/java/feign/build.sbt
@@ -9,16 +9,16 @@ lazy val root = (project in file(".")).
publishArtifact in (Compile, packageDoc) := false,
resolvers += Resolver.mavenLocal,
libraryDependencies ++= Seq(
- "io.swagger" % "swagger-annotations" % "1.5.24" % "compile",
+ "io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
- "io.github.openfeign" % "feign-core" % "10.11" % "compile",
- "io.github.openfeign" % "feign-jackson" % "10.11" % "compile",
- "io.github.openfeign" % "feign-slf4j" % "10.11" % "compile",
+ "io.github.openfeign" % "feign-core" % "10.12" % "compile",
+ "io.github.openfeign" % "feign-jackson" % "10.12" % "compile",
+ "io.github.openfeign" % "feign-slf4j" % "10.12" % "compile",
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
- "io.github.openfeign" % "feign-okhttp" % "10.11" % "compile",
- "com.fasterxml.jackson.core" % "jackson-core" % "2.13.4" % "compile",
- "com.fasterxml.jackson.core" % "jackson-annotations" % "2.13.4" % "compile",
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2" % "compile",
+ "io.github.openfeign" % "feign-okhttp" % "10.12" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.14.3" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-annotations" % "2.14.3" % "compile",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.3" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.9.10" % "compile",
"com.github.scribejava" % "scribejava-core" % "8.0.0" % "compile",
@@ -26,7 +26,7 @@ lazy val root = (project in file(".")).
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
"org.junit.jupiter" % "junit-jupiter" % "5.7.0" % "test",
"org.junit.jupiter" % "junit-jupiter-params" % "5.7.0" % "test",
- "com.github.tomakehurst" % "wiremock-jre8" % "2.27.2" % "test",
+ "com.github.tomakehurst" % "wiremock-jre8" % "2.35.1" % "test",
"org.hamcrest" % "hamcrest" % "2.2" % "test",
"commons-io" % "commons-io" % "2.8.0" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
diff --git a/samples/client/petstore/java/feign/pom.xml b/samples/client/petstore/java/feign/pom.xml
index fdf865554283..b4c2a7a0688b 100644
--- a/samples/client/petstore/java/feign/pom.xml
+++ b/samples/client/petstore/java/feign/pom.xml
@@ -307,7 +307,7 @@
com.github.tomakehurst
wiremock-jre8
- 2.27.2
+ 2.35.1
test
@@ -322,11 +322,11 @@
1.8
${java.version}
${java.version}
- 10.11
+ 10.12
3.8.0
- 2.13.4
+ 2.14.3
0.2.6
- 2.13.4.2
+ 2.14.3
1.3.5
5.7.0
1.0.0