Skip to content

Commit 67d11e1

Browse files
committed
Bump kotest 5.4.0 -> 5.6.0
1 parent 11e7735 commit 67d11e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

jvm/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
## [Unreleased]
1414
### Fixed
1515
- Unsupported test sources (such as `FieldSource`) no longer cause the JUnit5 runner to crash. ([#550](https://github.com/diffplug/selfie/pull/550) fixes [#549](https://github.com/diffplug/selfie/issues/549))
16+
### Changed
17+
- Bump minimum required Kotest from `5.4.0` to `5.6.0` ([#535](https://github.com/diffplug/selfie/pull/535))
18+
- required to fix `java.lang.NoSuchMethodError: 'long kotlin.time.Duration$Companion.milliseconds-UwyO8pc(long)'`
1619

1720
## [2.5.3] - 2025-05-21
1821
### Fixed

jvm/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ver_JUNIT_PIONEER=2.3.0
99
ver_OKIO=3.16.0
1010
ver_KOTLIN_TEST=2.0.0
1111
ver_KOTLIN_SERIALIZATION=1.9.0
12-
# Kotest 5.4.0 is the oldest that we support
13-
ver_KOTEST=5.4.0
12+
# Kotest 5.6.0 is the oldest that we support
13+
ver_KOTEST=5.6.0
1414

1515
ver_JVM_TARGET=11

0 commit comments

Comments
 (0)