chore(deps): Update spring-boot-thin-layout to 1.0.31.RELEASE
Signed-off-by: Dennis Kieselhorst <mail@dekies.de>
This commit is contained in:
committed by
Oleg Zhurakousky
parent
e271f0f6aa
commit
c06846608c
@@ -22,7 +22,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
<aws-lambda-events.version>3.14.0</aws-lambda-events.version>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
</properties>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<description>Demo project for Spring Cloud Function with custom AWS Lambda runtime using @Bean style</description>
|
||||
|
||||
<properties>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<description>Demo project for Spring Cloud Function with custom AWS Lambda runtime</description>
|
||||
|
||||
<properties>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
<aws-lambda-events.version>3.14.0</aws-lambda-events.version>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
</properties>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<wrapper.version>1.0.29.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
<aws-lambda-events.version>3.14.0</aws-lambda-events.version>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
</properties>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<spring-boot-thin-layout.version>1.0.28.RELEASE</spring-boot-thin-layout.version>
|
||||
<spring-boot-thin-layout.version>1.0.31.RELEASE</spring-boot-thin-layout.version>
|
||||
|
||||
<start-class>com.example.azure.di.azureblobtriggerdemo.AzureBlobTriggerDemoApplication</start-class>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<spring-boot-thin-layout.version>1.0.28.RELEASE</spring-boot-thin-layout.version>
|
||||
<spring-boot-thin-layout.version>1.0.31.RELEASE</spring-boot-thin-layout.version>
|
||||
|
||||
<!-- Spring Boot start class! WARING: correct class must be set! -->
|
||||
<start-class>com.example.azure.di.httptriggerdemo.HttpTriggerDemoApplication</start-class>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<spring-cloud-function-dependencies.version>4.1.0-SNAPSHOT</spring-cloud-function-dependencies.version>
|
||||
<spring-boot-thin-layout.version>1.0.28.RELEASE</spring-boot-thin-layout.version>
|
||||
<spring-boot-thin-layout.version>1.0.31.RELEASE</spring-boot-thin-layout.version>
|
||||
|
||||
<start-class>example.KafkaTriggerDemoApplication</start-class>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<spring-boot-thin-layout.version>1.0.28.RELEASE</spring-boot-thin-layout.version>
|
||||
<spring-boot-thin-layout.version>1.0.31.RELEASE</spring-boot-thin-layout.version>
|
||||
|
||||
<!-- Spring Boot start class! WARING: correct class must be set! -->
|
||||
<start-class>com.example.azure.di.timetriggerdemo.TimeTriggerDemoApplication</start-class>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<!-- 1. You must use JDK 17+ -->
|
||||
<java.version>17</java.version>
|
||||
|
||||
<spring-boot-thin-layout.version>1.0.28.RELEASE</spring-boot-thin-layout.version>
|
||||
<spring-boot-thin-layout.version>1.0.31.RELEASE</spring-boot-thin-layout.version>
|
||||
<spring-cloud-function-adapter-azure-web.version>4.1.0-SNAPSHOT</spring-cloud-function-adapter-azure-web.version>
|
||||
|
||||
<!-- 2. You must set the Spring Boot start class for the Azure Function runtime to be able to find the entry point. -->
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<start-class>example.Config</start-class>
|
||||
<azure.functions.maven.plugin.version>1.21.0</azure.functions.maven.plugin.version>
|
||||
<azure.functions.java.library.version>2.1.0</azure.functions.java.library.version>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
<java.version>17</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<properties>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<properties>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<properties>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<properties>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
<aws-lambda-events.version>3.14.0</aws-lambda-events.version>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
</properties>
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot.experimental</groupId>
|
||||
<artifactId>spring-boot-thin-layout</artifactId>
|
||||
<version>1.0.27.RELEASE</version>
|
||||
<version>1.0.31.RELEASE</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
<properties>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot.experimental</groupId>
|
||||
<artifactId>spring-boot-thin-layout</artifactId>
|
||||
<version>1.0.27.RELEASE</version>
|
||||
<version>1.0.31.RELEASE</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
<properties>
|
||||
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.27.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user