Skip to content

Commit 6bb3cd6

Browse files
authoredMar 17, 2025··
chore(deps): bump org.junit:junit-bom
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff 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.4.2")
18-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
18+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
1919
testImplementation("org.junit.jupiter:junit-jupiter")
2020
}
2121

0 commit comments

Comments
 (0)
Please sign in to comment.