Skip to content

Commit c15a1ac

Browse files
authored
Merge pull request #1459 from aws/dependabot/gradle/aws-serverless-spring-archetype/src/main/resources/archetype-resources/org.junit-junit-bom-5.13.1
chore(deps): bump org.junit:junit-bom from 5.12.2 to 5.13.1 in /aws-serverless-spring-archetype/src/main/resources/archetype-resources
2 parents 8ddc6b2 + f44ccf2 commit c15a1ac

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

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

Lines changed: 1 addition & 1 deletion
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.5")
22-
testImplementation(platform("org.junit:junit-bom:5.12.2"))
22+
testImplementation(platform("org.junit:junit-bom:5.13.1"))
2323
testImplementation("org.junit.jupiter:junit-jupiter")
2424
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2525
}

0 commit comments

Comments
 (0)