Skip to content

Commit 7648333

Browse files
Bump org.junit:junit-bom from 5.12.2 to 5.13.0 (#249)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fa41fa commit 7648333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repositories {
4646

4747
dependencies {
4848
implementation("org.testcontainers:testcontainers:1.21.1")
49-
testImplementation(platform("org.junit:junit-bom:5.12.2"))
49+
testImplementation(platform("org.junit:junit-bom:5.13.0"))
5050
testImplementation("org.junit.jupiter:junit-jupiter")
5151
testImplementation("org.junit.jupiter:junit-jupiter-params")
5252
testImplementation("ch.qos.logback:logback-classic:1.5.18")

0 commit comments

Comments
 (0)