Skip to content

Commit 52a0137

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 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8b5aa7 commit 52a0137

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

0 commit comments

Comments
 (0)