From 407d72890811c319091cede59475bfefdfcb21fb Mon Sep 17 00:00:00 2001 From: Dennis Kieselhorst Date: Thu, 29 Jun 2017 16:28:08 +0200 Subject: [PATCH] updated Spring and Spring Boot dependencies (#5948) --- .../src/main/resources/JavaJaxRS/cxf/server/pom.mustache | 4 ++-- .../resources/JavaSpring/libraries/spring-boot/pom.mustache | 4 ++-- .../resources/JavaSpring/libraries/spring-cloud/pom.mustache | 4 ++-- .../resources/JavaSpring/libraries/spring-mvc/pom.mustache | 2 +- samples/client/petstore/spring-cloud/pom.xml | 4 ++-- samples/client/petstore/spring-stubs/pom.xml | 4 ++-- samples/server/petstore/spring-mvc-j8-async/pom.xml | 2 +- samples/server/petstore/spring-mvc/pom.xml | 2 +- samples/server/petstore/springboot-beanvalidation/pom.xml | 4 ++-- samples/server/petstore/springboot-delegate-j8/pom.xml | 4 ++-- samples/server/petstore/springboot-delegate/pom.xml | 4 ++-- samples/server/petstore/springboot-implicitHeaders/pom.xml | 4 ++-- samples/server/petstore/springboot/pom.xml | 4 ++-- 13 files changed, 23 insertions(+), 23 deletions(-) diff --git a/modules/swagger-codegen/src/main/resources/JavaJaxRS/cxf/server/pom.mustache b/modules/swagger-codegen/src/main/resources/JavaJaxRS/cxf/server/pom.mustache index 99678d4bb70..ddf991b6a37 100644 --- a/modules/swagger-codegen/src/main/resources/JavaJaxRS/cxf/server/pom.mustache +++ b/modules/swagger-codegen/src/main/resources/JavaJaxRS/cxf/server/pom.mustache @@ -238,10 +238,10 @@ 1.1.0.Final {{/useBeanValidation}} {{#generateSpringApplication}} - 4.2.5.RELEASE + 4.3.9.RELEASE {{/generateSpringApplication}} {{#generateSpringBootApplication}} - 1.3.3.RELEASE + 1.4.7.RELEASE {{/generateSpringBootApplication}} 3.1.11 2.8.9 diff --git a/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-boot/pom.mustache b/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-boot/pom.mustache index 748893ad5ec..5da79542d6a 100644 --- a/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-boot/pom.mustache +++ b/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-boot/pom.mustache @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.5.RELEASE + 1.4.7.RELEASE src/main/java @@ -83,4 +83,4 @@ {{/useBeanValidation}} - \ No newline at end of file + diff --git a/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-cloud/pom.mustache b/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-cloud/pom.mustache index 3f53b76061a..b6a641f1778 100644 --- a/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-cloud/pom.mustache +++ b/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-cloud/pom.mustache @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.1.RELEASE + 1.4.7.RELEASE src/main/java @@ -83,4 +83,4 @@ test - \ No newline at end of file + diff --git a/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-mvc/pom.mustache b/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-mvc/pom.mustache index 2297d93accd..f93423c17c7 100644 --- a/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-mvc/pom.mustache +++ b/modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-mvc/pom.mustache @@ -151,6 +151,6 @@ 2.5 2.4.0 2.8.9 - 4.2.5.RELEASE + 4.3.9.RELEASE diff --git a/samples/client/petstore/spring-cloud/pom.xml b/samples/client/petstore/spring-cloud/pom.xml index f8e3b2b1e33..8fcd302750f 100644 --- a/samples/client/petstore/spring-cloud/pom.xml +++ b/samples/client/petstore/spring-cloud/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.1.RELEASE + 1.4.7.RELEASE src/main/java @@ -72,4 +72,4 @@ test - \ No newline at end of file + diff --git a/samples/client/petstore/spring-stubs/pom.xml b/samples/client/petstore/spring-stubs/pom.xml index a66490dbb6b..cfb1f67fdbd 100644 --- a/samples/client/petstore/spring-stubs/pom.xml +++ b/samples/client/petstore/spring-stubs/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.5.RELEASE + 1.4.7.RELEASE src/main/java @@ -57,4 +57,4 @@ provided - \ No newline at end of file + diff --git a/samples/server/petstore/spring-mvc-j8-async/pom.xml b/samples/server/petstore/spring-mvc-j8-async/pom.xml index 3c13f6cd267..058be5ba491 100644 --- a/samples/server/petstore/spring-mvc-j8-async/pom.xml +++ b/samples/server/petstore/spring-mvc-j8-async/pom.xml @@ -135,6 +135,6 @@ 2.5 2.4.0 2.8.9 - 4.2.5.RELEASE + 4.3.9.RELEASE diff --git a/samples/server/petstore/spring-mvc/pom.xml b/samples/server/petstore/spring-mvc/pom.xml index 69fffcc592d..d159867564a 100644 --- a/samples/server/petstore/spring-mvc/pom.xml +++ b/samples/server/petstore/spring-mvc/pom.xml @@ -140,6 +140,6 @@ 2.5 2.4.0 2.8.9 - 4.2.5.RELEASE + 4.3.9.RELEASE diff --git a/samples/server/petstore/springboot-beanvalidation/pom.xml b/samples/server/petstore/springboot-beanvalidation/pom.xml index 5af442938b5..12aff7660b7 100644 --- a/samples/server/petstore/springboot-beanvalidation/pom.xml +++ b/samples/server/petstore/springboot-beanvalidation/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.5.RELEASE + 1.4.7.RELEASE src/main/java @@ -70,4 +70,4 @@ provided - \ No newline at end of file + diff --git a/samples/server/petstore/springboot-delegate-j8/pom.xml b/samples/server/petstore/springboot-delegate-j8/pom.xml index ed0ffabba6c..ba9be83fe8a 100644 --- a/samples/server/petstore/springboot-delegate-j8/pom.xml +++ b/samples/server/petstore/springboot-delegate-j8/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.5.RELEASE + 1.4.7.RELEASE src/main/java @@ -66,4 +66,4 @@ provided - \ No newline at end of file + diff --git a/samples/server/petstore/springboot-delegate/pom.xml b/samples/server/petstore/springboot-delegate/pom.xml index 79ebd1099b7..140d0316769 100644 --- a/samples/server/petstore/springboot-delegate/pom.xml +++ b/samples/server/petstore/springboot-delegate/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.5.RELEASE + 1.4.7.RELEASE src/main/java @@ -70,4 +70,4 @@ provided - \ No newline at end of file + diff --git a/samples/server/petstore/springboot-implicitHeaders/pom.xml b/samples/server/petstore/springboot-implicitHeaders/pom.xml index 79ebd1099b7..140d0316769 100644 --- a/samples/server/petstore/springboot-implicitHeaders/pom.xml +++ b/samples/server/petstore/springboot-implicitHeaders/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.5.RELEASE + 1.4.7.RELEASE src/main/java @@ -70,4 +70,4 @@ provided - \ No newline at end of file + diff --git a/samples/server/petstore/springboot/pom.xml b/samples/server/petstore/springboot/pom.xml index 79ebd1099b7..140d0316769 100644 --- a/samples/server/petstore/springboot/pom.xml +++ b/samples/server/petstore/springboot/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.5.RELEASE + 1.4.7.RELEASE src/main/java @@ -70,4 +70,4 @@ provided - \ No newline at end of file +