File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
aws-serverless-java-container-core
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
<dependency >
61
61
<groupId >org.springframework.security</groupId >
62
62
<artifactId >spring-security-web</artifactId >
63
- <version >6.4.5 </version >
63
+ <version >6.5.1 </version >
64
64
<scope >test</scope >
65
65
</dependency >
66
66
</dependencies >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
16
16
testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
17
17
testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.5" )
18
- testImplementation(platform(" org.junit:junit-bom:5.12 .1" ))
18
+ testImplementation(platform(" org.junit:junit-bom:5.13 .1" ))
19
19
testImplementation(" org.junit.jupiter:junit-jupiter" )
20
20
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
21
21
}
Original file line number Diff line number Diff line change 270
270
<plugin >
271
271
<groupId >com.h3xstream.findsecbugs</groupId >
272
272
<artifactId >findsecbugs-plugin</artifactId >
273
- <version >1.13 .0</version >
273
+ <version >1.14 .0</version >
274
274
</plugin >
275
275
</plugins >
276
276
</configuration >
You can’t perform that action at this time.
0 commit comments