Skip to content

Commit f6a092b

Browse files
Bump org.junit:junit-bom from 5.12.1 to 5.12.2 in the dependencies group (#75)
Bumps the dependencies group with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit5). Updates `org.junit:junit-bom` 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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 014f0fb commit f6a092b

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
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation("org.scalatest:scalatest_3:3.2.19")
2727
testRuntimeOnly("org.scalatestplus:junit-5-10_3:3.2.19.1")
2828

29-
implementation(platform("org.junit:junit-bom:5.12.1"))
29+
implementation(platform("org.junit:junit-bom:5.12.2"))
3030
testImplementation("org.junit.jupiter:junit-jupiter-api")
3131
testImplementation("org.junit.jupiter:junit-jupiter-params")
3232
}

0 commit comments

Comments
 (0)