Skip to content

Commit 1161440

Browse files
chore(deps): bump org.junit:junit-bom
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48ef805 commit 1161440

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
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.3")
26-
testImplementation(platform("org.junit:junit-bom:5.12.1"))
26+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
2727
testImplementation("org.junit.jupiter:junit-jupiter")
2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2929
}

0 commit comments

Comments
 (0)