File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
aws-serverless-java-container-spring
aws-serverless-jersey-archetype
aws-serverless-spring-archetype
src/main/resources/archetype-resources
aws-serverless-springboot3-archetype Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717
1818 <properties >
1919 <spring .version>6.2.8</spring .version>
20- <spring-security .version>6.4.5 </spring-security .version>
20+ <spring-security .version>6.5.1 </spring-security .version>
2121 </properties >
2222
2323 <dependencies >
Original file line number Diff line number Diff line change 4848 <extension >
4949 <groupId >org.apache.maven.archetype</groupId >
5050 <artifactId >archetype-packaging</artifactId >
51- <version >3.3.1 </version >
51+ <version >3.4.0 </version >
5252 </extension >
5353 </extensions >
5454
6565 <plugin >
6666 <groupId >org.apache.maven.plugins</groupId >
6767 <artifactId >maven-archetype-plugin</artifactId >
68- <version >3.3.1 </version >
68+ <version >3.4.0 </version >
6969 <executions >
7070 <execution >
7171 <goals >
Original file line number Diff line number Diff line change 4848 <extension >
4949 <groupId >org.apache.maven.archetype</groupId >
5050 <artifactId >archetype-packaging</artifactId >
51- <version >3.3.1 </version >
51+ <version >3.4.0 </version >
5252 </extension >
5353 </extensions >
5454
6666 <plugin >
6767 <groupId >org.apache.maven.plugins</groupId >
6868 <artifactId >maven-archetype-plugin</artifactId >
69- <version >3.3.1 </version >
69+ <version >3.4.0 </version >
7070 <executions >
7171 <execution >
7272 <goals >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919
2020 testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
2121 testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.5" )
22- testImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
22+ testImplementation(platform(" org.junit:junit-bom:5.13.1 " ))
2323 testImplementation(" org.junit.jupiter:junit-jupiter" )
2424 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2525}
Original file line number Diff line number Diff line change 4848 <extension >
4949 <groupId >org.apache.maven.archetype</groupId >
5050 <artifactId >archetype-packaging</artifactId >
51- <version >3.3.1 </version >
51+ <version >3.4.0 </version >
5252 </extension >
5353 </extensions >
5454
6565 <plugin >
6666 <groupId >org.apache.maven.plugins</groupId >
6767 <artifactId >maven-archetype-plugin</artifactId >
68- <version >3.3.1 </version >
68+ <version >3.4.0 </version >
6969 <executions >
7070 <execution >
7171 <goals >
You can’t perform that action at this time.
0 commit comments