Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter to v5.10.0 (#2148)
Browse files Browse the repository at this point in the history
* Update dependency org.junit.jupiter:junit-jupiter to v5.10.0
  • Loading branch information
renovate[bot] committed Jul 24, 2023
1 parent 7694110 commit 673a2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Update dependency org.codehaus.janino:janino to v3.1.10 ([#2110](https://github.com/pinterest/ktlint/pull/2110))
* Update dependency com.google.jimfs:jimfs to v1.3.0 ([#2112](https://github.com/pinterest/ktlint/pull/2112))
* As a part of public API stabilization, configure `binary-compatibility-validator` plugin for compile-time verification of binary compatibility with previous `ktlint` versions ([#2131](https://github.com/pinterest/ktlint/pull/2131))

* Update dependency org.junit.jupiter:junit-jupiter to v5.10.0 ([#2148](https://github.com/pinterest/ktlint/pull/2148))
*
## [0.50.0] - 2023-06-29

### Deprecation of ktlint-enable and ktlint-disable directives
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ logback = "ch.qos.logback:logback-classic:1.3.5"
# Required for logback.xml conditional configuration
janino = "org.codehaus.janino:janino:3.1.10"
# Testing libraries
junit5 = "org.junit.jupiter:junit-jupiter:5.9.3"
junit5 = "org.junit.jupiter:junit-jupiter:5.10.0"
assertj = "org.assertj:assertj-core:3.24.2"
sarif4k = "io.github.detekt.sarif4k:sarif4k:0.4.0"
jimfs = "com.google.jimfs:jimfs:1.3.0"

0 comments on commit 673a2fa

Please sign in to comment.