Skip to content

Releases: zapodot/embedded-db-junit

2.2.2

13 May 05:57
69301b5
Compare
Choose a tag to compare

What's Changed

  • Bump codecov/codecov-action from 4 to 5 by @dependabot in #600
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #601
  • Bump mockito.version from 5.16.1 to 5.17.0 by @dependabot in #603
  • Bump org.junit:junit-bom from 5.12.1 to 5.12.2 by @dependabot in #606
  • Bump com.google.guava:guava from 33.4.6-jre to 33.4.8-jre by @dependabot in #608
  • Bump org.springframework:spring-jdbc from 6.2.5 to 6.2.6 by @dependabot in #610
  • Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 by @dependabot in #612

Full Changelog: 2.2.1...2.2.2

2.2.1

31 Mar 13:48
Compare
Choose a tag to compare

What's Changed

  • Bump org.hamcrest:hamcrest from 2.2 to 3.0 by @dependabot in #542
  • Bump slf4j.version from 2.0.13 to 2.0.16 by @dependabot in #546
  • Bump com.h2database:h2 from 2.2.224 to 2.3.232 by @dependabot in #548
  • Bump org.yaml:snakeyaml from 2.2 to 2.3 by @dependabot in #562
  • Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 by @dependabot in #574
  • Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.4 by @dependabot in #584
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 by @dependabot in #555
  • Bump org.liquibase:liquibase-core from 4.28.0 to 4.29.2 by @dependabot in #564
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 by @dependabot in #577
  • Bump mockito.version from 5.12.0 to 5.14.1 by @dependabot in #578
  • Bump org.springframework:spring-jdbc from 6.1.11 to 6.1.13 by @dependabot in #565
  • Bump com.google.guava:guava from 33.2.1-jre to 33.3.1-jre by @dependabot in #568
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.10.1 by @dependabot in #579
  • Bump flyway.version from 10.15.2 to 11.5.0 by @dependabot in #585
  • Bump slf4j.version from 2.0.16 to 2.0.17 by @dependabot in #586
  • Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 by @dependabot in #587
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.3 by @dependabot in #588
  • Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.0 to 2.9.1 by @dependabot in #589
  • Bump org.sql2o:sql2o from 1.8.0 to 1.9.1 by @dependabot in #590
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.2 by @dependabot in #592
  • Bump org.liquibase:liquibase-core from 4.29.2 to 4.31.1 by @dependabot in #593
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 by @dependabot in #594
  • Bump org.yaml:snakeyaml from 2.3 to 2.4 by @dependabot in #595
  • Bump net.bytebuddy:byte-buddy from 1.15.4 to 1.17.5 by @dependabot in #596
  • Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.3 by @dependabot in #599
  • Bump mockito.version from 5.14.1 to 5.16.1 by @dependabot in #591
  • Bump org.junit:junit-bom from 5.10.3 to 5.12.1 by @dependabot in #597
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in #598

Full Changelog: 2.2.0...2.2.1

2.2.0

11 Jul 14:12
519fa35
Compare
Choose a tag to compare

What's Changed

  • Changed baseline java version to Java 17 by @zapodot
  • Bump org.sql2o:sql2o from 1.6.0 to 1.8.0 by @dependabot in #501

Full Changelog: 2.1.2...2.2.0

2.1.2

11 Jul 12:44
c727433
Compare
Choose a tag to compare

What's Changed

Full Changelog: r.2.1.1...2.1.2

2.1.1

04 Nov 07:48
d35c54d
Compare
Choose a tag to compare

What's Changed

Full Changelog: r.2.1.0...r.2.1.1

2.1.0

12 Aug 11:41
ddb1b94
Compare
Choose a tag to compare
  • H2 updated to 2.114
  • Hypersql updated to 2.7.0
  • Flyway updated to 9.1.3 (with has some breaking changes for the community edition)
  • Liquibase updated to 4.15.0
  • all other libs updated to the latest version available

2.0.2

25 Oct 09:58
6fc5112
Compare
Choose a tag to compare

Bump deps. No functional differences to v. 2.0.1

2.0.1

22 Oct 10:34
7fdc5ec
Compare
Choose a tag to compare
  • fix from @slayful (THX!) for liquibase #227
  • bumped dependencies

2.0.0

19 May 12:35
fc84b6d
Compare
Choose a tag to compare

The first release of the 2.0 branch contains new features such as JUnit 5 Jupiter support

2.0-BETA2

17 Jan 15:36
398e6f4
Compare
Choose a tag to compare
2.0-BETA2 Pre-release
Pre-release
  • fix bug that allowed each type of InitializationPlugin to be run only once