‼️ This new major release is mainly a result of the changes in the upstream testcontainers framework to version 2.x which removes the dependency of JUnit 4, so we can also skip every workaround related to that and the adjustments required to support Docker 29+ which will not be supported by Testcontainers 1.x branch.
No functional changes have been made in this release, but as the underlying upstream library has a new major release with some breaking changes, I decided also to make a new major version, just to reflect the changes!
What's Changed
- chore(deps-dev): bump net.datafaker:datafaker from 2.4.4 to 2.5.3 by @dependabot[bot] in #247
- chore(deps-dev): bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.20 by @dependabot[bot] in #244
- chore(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in #250
- chore(deps-dev): bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 by @dependabot[bot] in #253
- chore(deps-dev): bump jackson.version from 2.19.2 to 2.19.4 by @dependabot[bot] in #249
- chore(deps): bump testcontainers from 1.21.3 to 2.0.1 by @sullis in #242
- chore(deps-dev): bump junit-jupiter.version from 5.13.4 to 6.0.1 by @dependabot[bot] in #248
New Contributors
Full Changelog: v3.9.0...v4.0.0