Upgrade wrapper version

This commit is contained in:
Oleg Zhurakousky
2021-10-01 10:48:48 +02:00
parent c257fc2cf9
commit 6f51200fe0
2 changed files with 3 additions and 3 deletions

View File

@@ -11,12 +11,12 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-aws-custom</artifactId>
<version>3.0.0.RELEASE</version>
<name>lambda</name>
<name>function-sample-aws-custom</name>
<description>Demo project for Spring Cloud Function with custom AWS Lambda runtime</description>
<properties>
<java.version>1.8</java.version>
<wrapper.version>1.0.22.RELEASE</wrapper.version>
<wrapper.version>1.0.27.RELEASE</wrapper.version>
<spring-cloud-function.version>3.2.0-SNAPSHOT</spring-cloud-function.version>
</properties>