File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
samples/springboot3/graphql-pet-store Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323
2424 testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
2525 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" ))
2727 testImplementation(" org.junit.jupiter:junit-jupiter" )
2828 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2929}
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >org.springframework.boot</groupId >
1515 <artifactId >spring-boot-starter-parent</artifactId >
16- <version >3.4.5 </version >
16+ <version >3.5.0 </version >
1717 </parent >
1818
1919 <licenses >
You can’t perform that action at this time.
0 commit comments