From 902032b23153837a4925fb59c57ce45b4fce1aa2 Mon Sep 17 00:00:00 2001 From: frantuma Date: Mon, 27 Jan 2025 13:40:45 +0100 Subject: [PATCH 1/2] bumop 3.0.67-SNAPSHOT --- modules/swagger-codegen-cli/pom.xml | 2 +- modules/swagger-codegen-maven-plugin/pom.xml | 2 +- modules/swagger-codegen/pom.xml | 2 +- modules/swagger-generator/pom.xml | 2 +- modules/swagger-generator/src/main/resources/openapi.yaml | 2 +- pom.docker.xml | 4 ++-- pom.java11.xml | 4 ++-- pom.java8.xml | 4 ++-- pom.xml | 4 ++-- samples/meta-codegen/pom.xml | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml index 8b34476d925..cecb51158e5 100644 --- a/modules/swagger-codegen-cli/pom.xml +++ b/modules/swagger-codegen-cli/pom.xml @@ -3,7 +3,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.66 + 3.0.67-SNAPSHOT ../.. 4.0.0 diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml index 61bb804ae62..26432172ee0 100644 --- a/modules/swagger-codegen-maven-plugin/pom.xml +++ b/modules/swagger-codegen-maven-plugin/pom.xml @@ -6,7 +6,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.66 + 3.0.67-SNAPSHOT ../.. swagger-codegen-maven-plugin diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml index 23b9b5151ea..be7d2bf2185 100644 --- a/modules/swagger-codegen/pom.xml +++ b/modules/swagger-codegen/pom.xml @@ -3,7 +3,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.66 + 3.0.67-SNAPSHOT ../.. 4.0.0 diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml index 0632b7ffa8e..255d3859891 100644 --- a/modules/swagger-generator/pom.xml +++ b/modules/swagger-generator/pom.xml @@ -4,7 +4,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.66 + 3.0.67-SNAPSHOT ../.. swagger-generator diff --git a/modules/swagger-generator/src/main/resources/openapi.yaml b/modules/swagger-generator/src/main/resources/openapi.yaml index 6e31b0ccabe..30e274b185f 100644 --- a/modules/swagger-generator/src/main/resources/openapi.yaml +++ b/modules/swagger-generator/src/main/resources/openapi.yaml @@ -4,7 +4,7 @@ servers: info: description: 'This is an online swagger codegen server. You can find out more at https://github.com/swagger-api/swagger-codegen or on [irc.freenode.net, #swagger](http://swagger.io/irc/).' - version: 3.0.66 + version: 3.0.67-SNAPSHOT title: Swagger Generator license: name: Apache 2.0 diff --git a/pom.docker.xml b/pom.docker.xml index 887571f74d3..92c30e541b0 100644 --- a/pom.docker.xml +++ b/pom.docker.xml @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.66 + 3.0.67-SNAPSHOT https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1118,7 +1118,7 @@ 8 - 1.0.55 + 1.0.56-SNAPSHOT 2.2.26 1.6.14 2.1.24 diff --git a/pom.java11.xml b/pom.java11.xml index fbc10686726..86e61aeeb67 100644 --- a/pom.java11.xml +++ b/pom.java11.xml @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.66 + 3.0.67-SNAPSHOT https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1219,7 +1219,7 @@ 8 - 1.0.55 + 1.0.56-SNAPSHOT 2.2.26 1.6.14 2.1.24 diff --git a/pom.java8.xml b/pom.java8.xml index 99b32d0f137..bc0c3f52fe9 100644 --- a/pom.java8.xml +++ b/pom.java8.xml @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.66 + 3.0.67-SNAPSHOT https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1222,7 +1222,7 @@ - 1.0.55 + 1.0.56-SNAPSHOT 2.2.26 1.6.14 2.1.24 diff --git a/pom.xml b/pom.xml index f34a1ca20bd..d996a2c8812 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.66 + 3.0.67-SNAPSHOT https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1201,7 +1201,7 @@ 8 - 1.0.55 + 1.0.56-SNAPSHOT 2.2.26 1.6.14 2.1.24 diff --git a/samples/meta-codegen/pom.xml b/samples/meta-codegen/pom.xml index 746daef338c..77416f8941d 100644 --- a/samples/meta-codegen/pom.xml +++ b/samples/meta-codegen/pom.xml @@ -120,8 +120,8 @@ UTF-8 - 3.0.66 - 1.0.55 + 3.0.67-SNAPSHOT + 1.0.56-SNAPSHOT 1.0.0 4.13.2 3.0.0 From cb2fd6b82841d983031c1e83d8932ba88f4d2335 Mon Sep 17 00:00:00 2001 From: frantuma Date: Mon, 27 Jan 2025 14:45:10 +0100 Subject: [PATCH 2/2] update dependencies --- modules/swagger-codegen-cli/pom.xml | 2 +- modules/swagger-codegen-maven-plugin/pom.xml | 2 +- modules/swagger-codegen/pom.xml | 2 +- pom.docker.xml | 26 ++++++++++---------- pom.java11.xml | 26 ++++++++++---------- pom.java8.xml | 22 ++++++++--------- pom.xml | 22 ++++++++--------- 7 files changed, 51 insertions(+), 51 deletions(-) diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml index cecb51158e5..a8c2dca3f21 100644 --- a/modules/swagger-codegen-cli/pom.xml +++ b/modules/swagger-codegen-cli/pom.xml @@ -102,7 +102,7 @@ commons-beanutils commons-beanutils - 1.9.4 + 1.10.0 diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml index 26432172ee0..7aa3cc97962 100644 --- a/modules/swagger-codegen-maven-plugin/pom.xml +++ b/modules/swagger-codegen-maven-plugin/pom.xml @@ -45,7 +45,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.15.0 + 3.15.1 io.swagger.codegen.v3 diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml index be7d2bf2185..af3d30b39c9 100644 --- a/modules/swagger-codegen/pom.xml +++ b/modules/swagger-codegen/pom.xml @@ -193,7 +193,7 @@ 1.3.0 - 2.4.43 + 2.4.44 diff --git a/pom.docker.xml b/pom.docker.xml index 92c30e541b0..e0e91c7bed8 100644 --- a/pom.docker.xml +++ b/pom.docker.xml @@ -1119,32 +1119,32 @@ 8 1.0.56-SNAPSHOT - 2.2.26 - 1.6.14 - 2.1.24 - 1.0.72 - 2.16.1 - 2.16.1 + 2.2.28 + 1.6.15 + 2.1.25 + 1.0.73 + 2.18.2 + 2.18.2 2.11.1 3.3.0 - 2.16.1 + 2.18.0 1.9.0 4.13.2 1.0.0 - 3.16.0 + 3.17.0 2.0.9 - 1.5.7 + 1.5.16 3.2.1 1.16 7.10.2 - 3.4.0 + 3.5.2 1.49 0.10.2 - 5.12.0 - 2.2 + 5.15.2 + 2.3 4.3.1 4.5.14 - 2.44 + 2.46 20231013 diff --git a/pom.java11.xml b/pom.java11.xml index 86e61aeeb67..716e3678263 100644 --- a/pom.java11.xml +++ b/pom.java11.xml @@ -1220,32 +1220,32 @@ 8 1.0.56-SNAPSHOT - 2.2.26 - 1.6.14 - 2.1.24 - 1.0.72 - 2.16.1 - 2.16.1 + 2.2.28 + 1.6.15 + 2.1.25 + 1.0.73 + 2.18.2 + 2.18.2 2.11.1 3.3.0 - 2.16.1 + 2.18.0 1.9.0 4.13.2 1.0.0 - 3.16.0 + 3.17.0 2.0.9 - 1.5.7 + 1.5.16 3.2.1 1.16 7.10.2 - 3.4.0 + 3.5.2 1.49 0.10.2 - 5.12.0 - 2.2 + 5.15.2 + 2.3 4.3.1 4.5.14 - 2.44 + 2.46 20231013 diff --git a/pom.java8.xml b/pom.java8.xml index bc0c3f52fe9..cc8a6f36405 100644 --- a/pom.java8.xml +++ b/pom.java8.xml @@ -1223,32 +1223,32 @@ 1.0.56-SNAPSHOT - 2.2.26 - 1.6.14 - 2.1.24 - 1.0.72 + 2.2.28 + 1.6.15 + 2.1.25 + 1.0.73 2.16.1 2.16.1 2.11.1 3.3.0 - 2.16.1 + 2.18.0 1.9.0 4.13.2 1.0.0 - 3.16.0 + 3.17.0 2.0.9 - 1.5.7 + 1.5.16 3.2.1 1.16 7.10.2 - 3.4.0 + 3.5.2 1.49 0.10.2 - 5.12.0 - 2.2 + 5.15.2 + 2.3 4.3.1 4.5.14 - 2.44 + 2.46 20231013 diff --git a/pom.xml b/pom.xml index d996a2c8812..5f0074239f5 100644 --- a/pom.xml +++ b/pom.xml @@ -1202,32 +1202,32 @@ 8 1.0.56-SNAPSHOT - 2.2.26 - 1.6.14 - 2.1.24 - 1.0.72 - 2.16.1 - 2.16.1 + 2.2.28 + 1.6.15 + 2.1.25 + 1.0.73 + 2.18.2 + 2.18.2 2.11.1 3.3.0 - 2.17.0 + 2.18.0 1.9.0 4.13.2 1.0.0 3.17.0 2.0.9 - 1.5.11 + 1.5.16 3.2.1 1.16 7.10.2 - 3.5.1 + 3.5.2 1.49 0.10.2 - 5.14.2 + 5.15.2 2.3 4.3.1 4.5.14 - 2.45 + 2.46 20231013