Skip to content

Commit 39425e0

Browse files
committed
chore(deps): update JUnit version to 5.12.1 (fix Gradle build)
1 parent a0d0eeb commit 39425e0

File tree

3 files changed

+3
-0
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

3 files changed

+3
-0
lines changed

aws-serverless-jersey-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies {
2525
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.4.2")
2626
testImplementation(platform("org.junit:junit-bom:5.12.1"))
2727
testImplementation("org.junit.jupiter:junit-jupiter")
28+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2829
}
2930

3031
task buildZip(type: Zip) {

aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies {
2121
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.4.2")
2222
testImplementation(platform("org.junit:junit-bom:5.12.1"))
2323
testImplementation("org.junit.jupiter:junit-jupiter")
24+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2425
}
2526

2627
task buildZip(type: Zip) {

aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies {
1717
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.4.2")
1818
testImplementation(platform("org.junit:junit-bom:5.12.1"))
1919
testImplementation("org.junit.jupiter:junit-jupiter")
20+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2021
}
2122

2223
task buildZip(type: Zip) {

0 commit comments

Comments
 (0)