Skip to content

v1.6.0

Compare
Choose a tag to compare
@alexandrepa alexandrepa released this 25 Sep 06:55
· 107 commits to main since this release
b50feb9

What's Changed

  • Handle multiple db schema clean by @alexandrepa in #345
    You can now specify a list of database schema to clean instead of a single one.
    Breaking change : Property (String) SpringJPASteps.schemaToClean has been migrated to
    => (List) SpringJPASteps.schemasToClean

  • chore(deps): bump org.apache.ant:ant from 1.10.14 to 1.10.15 by @dependabot in #308

  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.10.0 by @dependabot in #309

  • chore(deps): bump org.hamcrest:hamcrest-core from 2.2 to 3.0 by @dependabot in #310

  • chore(deps): bump io.cucumber:messages from 24.1.0 to 26.0.0 by @dependabot in #312

  • chore(deps): bump org.awaitility:awaitility from 4.2.1 to 4.2.2 by @dependabot in #311

  • chore(deps-dev): bump testcontainer.version from 1.19.7 to 1.20.1 by @dependabot in #317

  • chore(deps): bump cucumber.version from 7.16.1 to 7.18.1 by @dependabot in #315

  • chore(deps): bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by @dependabot in #316

  • chore(deps): bump org.projectlombok:lombok from 1.18.32 to 1.18.34 by @dependabot in #320

  • chore(deps-dev): bump io.rest-assured:rest-assured from 5.4.0 to 5.5.0 by @dependabot in #322

  • chore(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 by @dependabot in #321

  • chore(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #319

  • chore(deps-dev): bump net.java.dev.jna:jna from 5.14.0 to 5.15.0 by @dependabot in #330

  • chore(deps): bump net.logstash.logback:logstash-logback-encoder from 7.4 to 8.0 by @dependabot in #329

  • chore(deps): bump org.burningwave:core from 12.65.1 to 12.65.2 by @dependabot in #328

  • chore(deps): bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.1 to 2023.0.3 by @dependabot in #332

  • chore(deps-dev): bump org.postgresql:postgresql from 42.7.3 to 42.7.4 by @dependabot in #334

  • chore(deps): bump io.confluent:kafka-avro-serializer from 7.6.1 to 7.7.1 by @dependabot in #333

  • chore(deps): bump commons-io:commons-io from 2.16.1 to 2.17.0 by @dependabot in #337

  • chore(deps): bump org.springframework.boot:spring-boot-dependencies from 3.3.3 to 3.3.4 by @dependabot in #339

  • chore(deps): bump cucumber.version from 7.18.1 to 7.19.0 by @dependabot in #338

  • chore(deps): bump org.scala-lang:scala-library from 2.13.14 to 2.13.15 by @dependabot in #342

  • chore(deps): bump io.cucumber:messages from 26.0.0 to 26.0.1 by @dependabot in #341

  • chore(deps): bump org.apache.velocity:velocity-engine-scripting from 2.3 to 2.4 by @dependabot in #347

  • chore(deps): bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.11.0 by @dependabot in #331

  • chore(deps): bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre by @dependabot in #346

  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #318

Full Changelog: v1.5.3...v1.6.0