File tree Expand file tree Collapse file tree 12 files changed +19
-19
lines changed
aws-serverless-java-container-springboot3
aws-serverless-java-container-spring
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1616 </parent >
1717
1818 <properties >
19- <spring .version>6.2.6 </spring .version>
19+ <spring .version>6.2.8 </spring .version>
2020 <spring-security .version>6.4.5</spring-security .version>
2121 </properties >
2222
Original file line number Diff line number Diff line change 1515 <version >2.1.4-SNAPSHOT</version >
1616
1717 <properties >
18- <spring .version>6.2.6 </spring .version>
18+ <spring .version>6.2.8 </spring .version>
1919 <springboot .version>3.4.5</springboot .version>
2020 <springsecurity .version>6.4.5</springsecurity .version>
2121 </properties >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88dependencies {
99 implementation (
1010 ' com.amazonaws.serverless:aws-serverless-java-container-jersey:[2.0-SNAPSHOT,)' ,
11- ' com.fasterxml.jackson.core:jackson-databind:2.18.3 ' ,
11+ ' com.fasterxml.jackson.core:jackson-databind:2.19.1 ' ,
1212 )
1313
1414 implementation(" org.glassfish.jersey.media:jersey-media-json-jackson:3.1.10" ) {
@@ -22,7 +22,7 @@ dependencies {
2222 }
2323
2424 testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
25- testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.3 " )
25+ testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.5 " )
2626 testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
2727 testImplementation(" org.junit.jupiter:junit-jupiter" )
2828 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ repositories {
77
88dependencies {
99 implementation (
10- ' org.springframework:spring-webmvc:6.2.6 ' ,
11- ' org.springframework:spring-context:6.2.6 ' ,
10+ ' org.springframework:spring-webmvc:6.2.8 ' ,
11+ ' org.springframework:spring-context:6.2.8 ' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
1313 ' org.apache.logging.log4j:log4j-core:2.24.3' ,
1414 ' org.apache.logging.log4j:log4j-api:2.24.3' ,
1515 ' org.apache.logging.log4j:log4j-slf4j-impl:2.24.3' ,
16- ' com.fasterxml.jackson.core:jackson-databind:2.18.3 ' ,
16+ ' com.fasterxml.jackson.core:jackson-databind:2.19.1 ' ,
1717 ' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
1818 )
1919
2020 testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
21- testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.3 " )
21+ testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.5 " )
2222 testImplementation(platform(" org.junit:junit-bom:5.12.2" ))
2323 testImplementation(" org.junit.jupiter:junit-jupiter" )
2424 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 )
1515
1616 testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
17- testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.3 " )
17+ testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.5 " )
1818 testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
1919 testImplementation(" org.junit.jupiter:junit-jupiter" )
2020 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change 7878 <properties >
7979 <jacoco .minCoverage>0.7</jacoco .minCoverage>
8080 <dependencyCheck .version>12.1.1</dependencyCheck .version>
81- <jackson .version>2.18.3 </jackson .version>
81+ <jackson .version>2.19.1 </jackson .version>
8282 <slf4j .version>2.0.17</slf4j .version>
8383 <junit .version>5.12.2</junit .version>
8484 <mockito .version>5.17.0</mockito .version>
119119 <dependency >
120120 <groupId >org.apache.httpcomponents.client5</groupId >
121121 <artifactId >httpclient5</artifactId >
122- <version >5.4.3 </version >
122+ <version >5.5 </version >
123123 <scope >test</scope >
124124 </dependency >
125125
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88dependencies {
99 implementation (
1010 ' com.amazonaws.serverless:aws-serverless-java-container-jersey:[2.0-SNAPSHOT,)' ,
11- ' com.fasterxml.jackson.core:jackson-databind:2.18.3 ' ,
11+ ' com.fasterxml.jackson.core:jackson-databind:2.19.1 ' ,
1212 )
1313
1414 implementation(" org.glassfish.jersey.media:jersey-media-json-jackson:3.1.10" ) {
Original file line number Diff line number Diff line change 2727 <maven .compiler.source>1.8</maven .compiler.source>
2828 <maven .compiler.target>1.8</maven .compiler.target>
2929 <jersey .version>3.1.10</jersey .version>
30- <jackson .version>2.18.3 </jackson .version>
30+ <jackson .version>2.19.1 </jackson .version>
3131 </properties >
3232
3333 <dependencies >
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ repositories {
77
88dependencies {
99 implementation (
10- ' org.springframework:spring-webmvc:6.2.6 ' ,
11- ' org.springframework:spring-context:6.2.6 ' ,
10+ ' org.springframework:spring-webmvc:6.2.8 ' ,
11+ ' org.springframework:spring-context:6.2.8 ' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
1313 ' org.apache.logging.log4j:log4j-core:2.24.3' ,
1414 ' org.apache.logging.log4j:log4j-api:2.24.3' ,
1515 ' org.apache.logging.log4j:log4j-slf4j-impl:2.24.3' ,
16- ' com.fasterxml.jackson.core:jackson-databind:2.18.3 ' ,
16+ ' com.fasterxml.jackson.core:jackson-databind:2.19.1 ' ,
1717 ' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
1818 )
1919}
Original file line number Diff line number Diff line change 2424 </licenses >
2525
2626 <properties >
27- <spring .version>6.2.6 </spring .version>
27+ <spring .version>6.2.8 </spring .version>
2828 <log4j .version>2.24.3</log4j .version>
2929 <maven .compiler.source>17</maven .compiler.source>
3030 <maven .compiler.target>17</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments