From 3c78c6d2407884e180ca0a1f20b13c0043db4a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 17:38:12 +0000 Subject: [PATCH] Bump com.ginsberg:junit5-system-exit from 1.1.2 to 2.0.2 Bumps [com.ginsberg:junit5-system-exit](https://github.com/tginsberg/junit5-system-exit) from 1.1.2 to 2.0.2. - [Release notes](https://github.com/tginsberg/junit5-system-exit/releases) - [Changelog](https://github.com/tginsberg/junit5-system-exit/blob/master/CHANGELOG.md) - [Commits](https://github.com/tginsberg/junit5-system-exit/compare/v.1.1.2...v2.0.2) --- updated-dependencies: - dependency-name: com.ginsberg:junit5-system-exit dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f711c50..4a89486 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'org.commonmark:commonmark:0.22.0' implementation 'org.commonmark:commonmark-ext-gfm-tables:0.22.0' testImplementation 'org.mockito:mockito-core:5.11.0' - testImplementation 'com.ginsberg:junit5-system-exit:1.1.2' + testImplementation 'com.ginsberg:junit5-system-exit:2.0.2' compileOnly 'org.projectlombok:lombok:1.18.34' annotationProcessor 'org.projectlombok:lombok:1.18.34' testCompileOnly 'org.projectlombok:lombok:1.18.34'