File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources
springboot3/graphql-pet-store Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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 @@ -7,8 +7,8 @@ repositories {
7
7
8
8
dependencies {
9
9
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 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.24.3' ,
14
14
' org.apache.logging.log4j:log4j-api:2.24.3' ,
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
7
7
8
8
dependencies {
9
9
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 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.24.3' ,
14
14
' org.apache.logging.log4j:log4j-api:2.24.3' ,
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