Skip to content

Commit 4ce08e2

Browse files
chore(deps): bump org.junit:junit-bom
--- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8b5aa7 commit 4ce08e2

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.13.1"))
22+
testImplementation(platform("org.junit:junit-bom:5.13.2"))
2323
testImplementation("org.junit.jupiter:junit-jupiter")
2424
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2525
}

0 commit comments

Comments
 (0)