Updated spring frameworks to release version

The snapshot versions use Java 17 while lambda only supports Java 11 natively. This can bring confusion to people learning serverless and this framework.

Resolves #965
This commit is contained in:
Gabriel Robaina
2022-11-24 11:48:42 -03:00
committed by Oleg Zhurakousky
parent 9f6b629f65
commit d314fd959b

View File

@@ -24,7 +24,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<wrapper.version>1.0.27.RELEASE</wrapper.version>
<aws-lambda-events.version>2.0.2</aws-lambda-events.version>
<spring-cloud-function.version>4.0.0-SNAPSHOT</spring-cloud-function.version>
<spring-cloud-function.version>3.2.8</spring-cloud-function.version>
</properties>
<dependencies>