Skip to content

Commit df15398

Browse files
chore(deps): bump org.junit:junit-bom
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.1 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4696691 commit df15398

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

0 commit comments

Comments
 (0)