Skip to content

Commit

Permalink
Bump com.ginsberg:junit5-system-exit from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [com.ginsberg:junit5-system-exit](https://github.com/tginsberg/junit5-system-exit) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/tginsberg/junit5-system-exit/releases)
- [Changelog](https://github.com/tginsberg/junit5-system-exit/blob/master/CHANGELOG.md)
- [Commits](tginsberg/junit5-system-exit@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: com.ginsberg:junit5-system-exit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 9fe6f26 commit 391e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
exclude group: 'ch.qos.logback', module: 'logback-classic'
}
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'com.ginsberg:junit5-system-exit:2.0.0'
testImplementation 'com.ginsberg:junit5-system-exit:2.0.1'
testImplementation "org.junit.jupiter:junit-jupiter-api:$junit_version"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junit_version"
testImplementation 'io.kotest:kotest-assertions-core-jvm:5.9.1'
Expand Down

0 comments on commit 391e28b

Please sign in to comment.