Skip to content

Commit 48ef805

Browse files
authored
Merge pull request #1411 from aws/dependabot/gradle/aws-serverless-spring-archetype/src/main/resources/archetype-resources/org.junit-junit-bom-5.12.2
chore(deps): bump org.junit:junit-bom from 5.12.1 to 5.12.2 in /aws-serverless-spring-archetype/src/main/resources/archetype-resources
2 parents 102ef66 + 41f67a5 commit 48ef805

File tree

1 file changed

+1
-1
lines changed
  • aws-serverless-spring-archetype/src/main/resources/archetype-resources

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff 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.4.3")
22-
testImplementation(platform("org.junit:junit-bom:5.12.1"))
22+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
2323
testImplementation("org.junit.jupiter:junit-jupiter")
2424
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2525
}

0 commit comments

Comments
 (0)