Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump embedded-database-spring-test from 1.6.3 to 2.2.0 #135

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

Bumps embedded-database-spring-test from 1.6.3 to 2.2.0.

Release notes

Sourced from embedded-database-spring-test's releases.

v2.1.2

Changes:

  • Upgrade Spring dependencies to 5.0.20 (#198)
  • Upgrade some other optional dependencies (#198 #189 #202)
  • Fix compatibility with Testcontainers 1.17+ (#196)
  • Fix that @PreDestoy methods are executed after database shutdown (#201)

v2.1.1

Changes:

  • Add support for Liquibase 4 (#179)
  • Allow using custom images in conjunction with MSSQL, MySQL and MariaDB providers (#181)
  • Fix letter case of MSSQL username that stops working when case-sensitive collation is enabled (#180)
  • Fix using inter-bean dependencies defined by direct calls of @Bean methods in @Configuration classes (#11)

v2.1.0

Changes:

v2.0.1

Changes:

v2.0.0

For full upgrade instructions and new and noteworthy features please see the release notes.

Breaking changes:

  • Docker is a default provider (#28)
  • Flyway dependencies are optional (#21)
  • Upgrade to PostgreSQL 11

New features:

  • New refresh mode to reset the database during tests (#21)
  • Support for Liquibase (#46)
  • Support for Microsoft SQL Server (#25)
  • Support for MySQL database (#23)
  • Support for MariaDB database (#24)

Other changes:

  • Remove Guava and Apache Commons transitive dependencies (#27)
  • Some other minor changes

v2.0.0-beta1

For full upgrade instructions and new and noteworthy features please see the release notes.

... (truncated)

Commits
  • 618bbfb [Gradle Release Plugin] - pre tag commit: 'v2.2.0'.
  • 5052d61 Merge pull request #223 from zonkyio/embedded-postgres-2.0.2
  • 72e51e8 #222 upgrade to embedded-postgres 2.0.2
  • bbe9b20 Merge pull request #219 from zonkyio/testcontainers-1.17.6
  • 6132e3d #162 upgrade to testcontainers 1.17.6
  • bbe2ca6 Merge pull request #221 from zonkyio/mssql-2022
  • 54007f1 Merge pull request #220 from zonkyio/mariadb-driver-3
  • 0608f22 #209 add support for mssql server 2022
  • c7b19ca #208 upgrade to mariadb-java-client 3.1
  • 3448f10 Merge pull request #215 from zonkyio/flyway-8-plus
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [embedded-database-spring-test](https://github.com/zonkyio/embedded-database-spring-test) from 1.6.3 to 2.2.0.
- [Release notes](https://github.com/zonkyio/embedded-database-spring-test/releases)
- [Commits](zonkyio/embedded-database-spring-test@v1.6.3...v2.2.0)

---
updated-dependencies:
- dependency-name: io.zonky.test:embedded-database-spring-test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants