Skip to content

Commit 4ff598a

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.12.1 to 1.12.2 (#13022)
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.12.1 to 1.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b912303 commit 4ff598a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jablib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ dependencies {
205205
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
206206
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
207207
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
208-
testImplementation("org.junit.platform:junit-platform-launcher:1.12.1")
208+
testImplementation("org.junit.platform:junit-platform-launcher:1.12.2")
209209

210210
testImplementation("org.mockito:mockito-core:5.17.0")
211211

0 commit comments

Comments
 (0)