File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources
aws-serverless-struts-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 9 files changed +9
-9
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.3.1" )
26- testImplementation(platform(" org.junit:junit-bom:5.10.3 " ))
26+ testImplementation(platform(" org.junit:junit-bom:5.11.0 " ))
2727 testImplementation(" org.junit.jupiter:junit-jupiter" )
2828}
2929
Original file line number Diff line number Diff line change 1717
1818 <jersey .version>3.1.8</jersey .version>
1919 <jackson .version>2.17.2</jackson .version>
20- <junit .version>5.10.3 </junit .version>
20+ <junit .version>5.11.0 </junit .version>
2121 </properties >
2222
2323 <dependencies >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919
2020 testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
2121 testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.3.1" )
22- testImplementation(platform(" org.junit:junit-bom:5.10.3 " ))
22+ testImplementation(platform(" org.junit:junit-bom:5.11.0 " ))
2323 testImplementation(" org.junit.jupiter:junit-jupiter" )
2424}
2525
Original file line number Diff line number Diff line change 1717 <maven .compiler.source>1.8</maven .compiler.source>
1818 <maven .compiler.target>1.8</maven .compiler.target>
1919 <spring .version>6.1.11</spring .version>
20- <junit .version>5.10.3 </junit .version>
20+ <junit .version>5.11.0 </junit .version>
2121 <log4j .version>2.23.1</log4j .version>
2222 </properties >
2323
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.3.1" )
18- testImplementation(platform(" org.junit:junit-bom:5.10.3 " ))
18+ testImplementation(platform(" org.junit:junit-bom:5.11.0 " ))
1919 testImplementation(" org.junit.jupiter:junit-jupiter" )
2020}
2121
Original file line number Diff line number Diff line change 2121
2222 <properties >
2323 <java .version>17</java .version>
24- <junit .version>5.10.3 </junit .version>
24+ <junit .version>5.11.0 </junit .version>
2525 </properties >
2626
2727 <dependencies >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343
4444 testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
4545 testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.3.1" )
46- testImplementation(platform(" org.junit:junit-bom:5.10.3 " ))
46+ testImplementation(platform(" org.junit:junit-bom:5.11.0 " ))
4747 testImplementation(" org.junit.jupiter:junit-jupiter" )
4848 testImplementation(' org.apache.struts:struts2-junit-plugin:7.0.0-M8' ) {
4949 exclude group : ' org.apache.struts' , module : ' struts2-core'
Original file line number Diff line number Diff line change 1717 <maven .compiler.target>1.8</maven .compiler.target>
1818 <struts .version>7.0.0-M8</struts .version>
1919 <jackson .version>2.17.2</jackson .version>
20- <junit .version>5.10.3 </junit .version>
20+ <junit .version>5.11.0 </junit .version>
2121 <log4j .version>2.23.1</log4j .version>
2222 </properties >
2323
Original file line number Diff line number Diff line change 8080 <dependencyCheck .version>10.0.3</dependencyCheck .version>
8181 <jackson .version>2.17.2</jackson .version>
8282 <slf4j .version>2.0.16</slf4j .version>
83- <junit .version>5.10.3 </junit .version>
83+ <junit .version>5.11.0 </junit .version>
8484 <mockito .version>5.12.0</mockito .version>
8585 <hamcrest .version>1.3</hamcrest .version>
8686 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments