diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6b69c895..e4213870c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7605a7fae7..74cd687ccf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"