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 6060 <dependency >
6161 <groupId >org.springframework.security</groupId >
6262 <artifactId >spring-security-web</artifactId >
63- <version >6.4.5 </version >
63+ <version >6.5.1 </version >
6464 <scope >test</scope >
6565 </dependency >
6666 </dependencies >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515
1616 testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
1717 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" ))
1919 testImplementation(" org.junit.jupiter:junit-jupiter" )
2020 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2121}
Original file line number Diff line number Diff line change 270270 <plugin >
271271 <groupId >com.h3xstream.findsecbugs</groupId >
272272 <artifactId >findsecbugs-plugin</artifactId >
273- <version >1.13 .0</version >
273+ <version >1.14 .0</version >
274274 </plugin >
275275 </plugins >
276276 </configuration >
You can’t perform that action at this time.
0 commit comments