File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
8
8
dependencies {
9
9
implementation (
10
- ' com.amazonaws.serverless:aws-serverless-java-container-jersey:[1.9 ,)' ,
10
+ ' com.amazonaws.serverless:aws-serverless-java-container-jersey:[2.0 ,)' ,
11
11
' com.fasterxml.jackson.core:jackson-databind:2.15.0' ,
12
12
' io.symphonia:lambda-logging:1.0.3'
13
13
)
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ repositories {
7
7
8
8
dependencies {
9
9
implementation (
10
- ' org.springframework:spring-webmvc:5.3.27 ' ,
11
- ' org.springframework:spring-context:5.3.27 ' ,
12
- ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1 .0,)' ,
10
+ ' org.springframework:spring-webmvc:6.0.8 ' ,
11
+ ' org.springframework:spring-context:6.0.8 ' ,
12
+ ' com.amazonaws.serverless:aws-serverless-java-container-spring:[2 .0,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.19.0' ,
14
14
' org.apache.logging.log4j:log4j-api:2.19.0' ,
15
15
' org.apache.logging.log4j:log4j-slf4j-impl:2.19.0' ,
Original file line number Diff line number Diff line change 38
38
<url >https://github.com/awslabs/aws-serverless-java-container</url >
39
39
<connection >scm:git:https://github.com/awslabs/aws-serverless-java-container.git</connection >
40
40
<tag >HEAD</tag >
41
- </scm >
41
+ </scm >
42
42
43
43
<repositories >
44
44
<repository >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
dependencies {
9
9
implementation (
10
10
' com.amazonaws.serverless:aws-serverless-java-container-jersey:[2.0,)' ,
11
- ' com.fasterxml.jackson.core:jackson-databind:2.14.2 ' ,
11
+ ' com.fasterxml.jackson.core:jackson-databind:2.15.0 ' ,
12
12
' io.symphonia:lambda-logging:1.0.3'
13
13
)
14
14
Original file line number Diff line number Diff line change 27
27
<maven .compiler.source>1.8</maven .compiler.source>
28
28
<maven .compiler.target>1.8</maven .compiler.target>
29
29
<jersey .version>3.1.1</jersey .version>
30
- <jackson .version>2.14.2 </jackson .version>
30
+ <jackson .version>2.15.0 </jackson .version>
31
31
</properties >
32
32
33
33
<dependencies >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Resources:
12
12
Type : AWS::Serverless::Function
13
13
Properties :
14
14
Handler : com.amazonaws.serverless.sample.jersey.StreamLambdaHandler::handleRequest
15
- Runtime : java11
15
+ Runtime : java17
16
16
CodeUri : .
17
17
MemorySize : 512
18
18
Policies : AWSLambdaBasicExecutionRole
Original file line number Diff line number Diff line change 8
8
<properties >
9
9
<compiler-plugin .version>3.8.1</compiler-plugin .version>
10
10
<maven .compiler.parameters>true</maven .compiler.parameters>
11
- <maven .compiler.source>17.0.6 </maven .compiler.source>
12
- <maven .compiler.target>17.0.6 </maven .compiler.target>
11
+ <maven .compiler.source>17</maven .compiler.source>
12
+ <maven .compiler.target>17</maven .compiler.target>
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15
15
<quarkus-plugin .version>1.0.1.Final</quarkus-plugin .version>
You can’t perform that action at this time.
0 commit comments