File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
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
samples/springboot3/graphql-pet-store Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<properties >
19
19
<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>
21
21
</properties >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change 48
48
<extension >
49
49
<groupId >org.apache.maven.archetype</groupId >
50
50
<artifactId >archetype-packaging</artifactId >
51
- <version >3.3.1 </version >
51
+ <version >3.4.0 </version >
52
52
</extension >
53
53
</extensions >
54
54
65
65
<plugin >
66
66
<groupId >org.apache.maven.plugins</groupId >
67
67
<artifactId >maven-archetype-plugin</artifactId >
68
- <version >3.3.1 </version >
68
+ <version >3.4.0 </version >
69
69
<executions >
70
70
<execution >
71
71
<goals >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
24
24
testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
25
25
testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.5" )
26
- testImplementation(platform(" org.junit:junit-bom:5.12 .1" ))
26
+ testImplementation(platform(" org.junit:junit-bom:5.13 .1" ))
27
27
testImplementation(" org.junit.jupiter:junit-jupiter" )
28
28
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
29
29
}
Original file line number Diff line number Diff line change 48
48
<extension >
49
49
<groupId >org.apache.maven.archetype</groupId >
50
50
<artifactId >archetype-packaging</artifactId >
51
- <version >3.3.1 </version >
51
+ <version >3.4.0 </version >
52
52
</extension >
53
53
</extensions >
54
54
66
66
<plugin >
67
67
<groupId >org.apache.maven.plugins</groupId >
68
68
<artifactId >maven-archetype-plugin</artifactId >
69
- <version >3.3.1 </version >
69
+ <version >3.4.0 </version >
70
70
<executions >
71
71
<execution >
72
72
<goals >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
20
20
testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
21
21
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 " ))
23
23
testImplementation(" org.junit.jupiter:junit-jupiter" )
24
24
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
25
25
}
Original file line number Diff line number Diff line change 48
48
<extension >
49
49
<groupId >org.apache.maven.archetype</groupId >
50
50
<artifactId >archetype-packaging</artifactId >
51
- <version >3.3.1 </version >
51
+ <version >3.4.0 </version >
52
52
</extension >
53
53
</extensions >
54
54
65
65
<plugin >
66
66
<groupId >org.apache.maven.plugins</groupId >
67
67
<artifactId >maven-archetype-plugin</artifactId >
68
- <version >3.3.1 </version >
68
+ <version >3.4.0 </version >
69
69
<executions >
70
70
<execution >
71
71
<goals >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >3.4.5 </version >
16
+ <version >3.5.0 </version >
17
17
</parent >
18
18
19
19
<licenses >
You can’t perform that action at this time.
0 commit comments