Skip to content

Commit 02b0d42

Browse files
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.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb804b0 commit 02b0d42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aws-serverless-jersey-archetype/src/main/resources/archetype-resources

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323

2424
testImplementation("com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests")
2525
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.4.2")
26-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
26+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
2727
testImplementation("org.junit.jupiter:junit-jupiter")
2828
}
2929

0 commit comments

Comments
 (0)