Bumping dependency versions after release
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-build</artifactId>
|
<artifactId>spring-cloud-build</artifactId>
|
||||||
<version>4.1.5-SNAPSHOT</version>
|
<version>4.1.6-SNAPSHOT</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<version>4.1.5-SNAPSHOT</version>
|
<version>4.1.6-SNAPSHOT</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-function-dependencies</artifactId>
|
<artifactId>spring-cloud-function-dependencies</artifactId>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<description>Sample of AWS with Spring Native</description>
|
<description>Sample of AWS with Spring Native</description>
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>19</java.version>
|
<java.version>19</java.version>
|
||||||
<spring-cloud.version>2023.0.5-SNAPSHOT</spring-cloud.version><!-- @releaser:version-check-off -->
|
<spring-cloud.version>2023.0.6-SNAPSHOT</spring-cloud.version><!-- @releaser:version-check-off -->
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<description>Sample of AWS with Spring Native</description>
|
<description>Sample of AWS with Spring Native</description>
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>21</java.version>
|
<java.version>21</java.version>
|
||||||
<spring-cloud.version>2023.0.5-SNAPSHOT</spring-cloud.version>
|
<spring-cloud.version>2023.0.6-SNAPSHOT</spring-cloud.version>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<description>Template project for creating function that can be deployed as AWS Lambda</description>
|
<description>Template project for creating function that can be deployed as AWS Lambda</description>
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
<spring-cloud.version>2023.0.5-SNAPSHOT</spring-cloud.version>
|
<spring-cloud.version>2023.0.6-SNAPSHOT</spring-cloud.version>
|
||||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||||
<aws-lambda-events.version>3.9.0</aws-lambda-events.version>
|
<aws-lambda-events.version>3.9.0</aws-lambda-events.version>
|
||||||
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>
|
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<description>Template project for creating function that can be deployed as AWS Lambda</description>
|
<description>Template project for creating function that can be deployed as AWS Lambda</description>
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
<spring-cloud.version>2023.0.5-SNAPSHOT</spring-cloud.version>
|
<spring-cloud.version>2023.0.6-SNAPSHOT</spring-cloud.version>
|
||||||
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
<wrapper.version>1.0.31.RELEASE</wrapper.version>
|
||||||
<aws-lambda-events.version>3.9.0</aws-lambda-events.version>
|
<aws-lambda-events.version>3.9.0</aws-lambda-events.version>
|
||||||
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>
|
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>
|
||||||
|
|||||||
Reference in New Issue
Block a user