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 flyway.version from 8.5.13 to 9.0.2 #26947

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2022

Bumps flyway.version from 8.5.13 to 9.0.2.
Updates flyway-core from 8.5.13 to 9.0.2

Release notes

Sourced from flyway-core's releases.

Flyway 9.0.2

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.2

CLI artifact available here

Flyway 9.0.1

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.1

CLI artifact available here

Flyway 9.0.0

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.0

CLI artifact available here

Commits
  • 898d86e Bump version to release flyway-9.0.2
  • 3aa4611 serialize LocalDateTime field in check result as string
  • de46ee5 bash entry point now adds 'native' folder to library path
  • eee457d Cache if the version was already printed
  • 360d1eb Remove displaying the underlying 'DELETE' rows when running info
  • 9e228b3 Move license check into constructor
  • e42abbd Update Maven Wrapper version
  • 81ca98b Bump version to release flyway-9.0.1
  • 6bc712c Fix bug where Java migrations failed to validate saying checksums of 0 are no...
  • ea2c541 Bump version to release flyway-9.0.0
  • Additional commits viewable in compare view

Updates flyway-sqlserver from 8.5.13 to 9.0.2

Release notes

Sourced from flyway-sqlserver's releases.

Flyway 9.0.2

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.2

CLI artifact available here

Flyway 9.0.1

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.1

CLI artifact available here

Flyway 9.0.0

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.0

CLI artifact available here

Commits
  • 898d86e Bump version to release flyway-9.0.2
  • 3aa4611 serialize LocalDateTime field in check result as string
  • de46ee5 bash entry point now adds 'native' folder to library path
  • eee457d Cache if the version was already printed
  • 360d1eb Remove displaying the underlying 'DELETE' rows when running info
  • 9e228b3 Move license check into constructor
  • e42abbd Update Maven Wrapper version
  • 81ca98b Bump version to release flyway-9.0.1
  • 6bc712c Fix bug where Java migrations failed to validate saying checksums of 0 are no...
  • ea2c541 Bump version to release flyway-9.0.0
  • Additional commits viewable in compare view

Updates flyway-mysql from 8.5.13 to 9.0.2

Release notes

Sourced from flyway-mysql's releases.

Flyway 9.0.2

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.2

CLI artifact available here

Flyway 9.0.1

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.1

CLI artifact available here

Flyway 9.0.0

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.0

CLI artifact available here

Commits
  • 898d86e Bump version to release flyway-9.0.2
  • 3aa4611 serialize LocalDateTime field in check result as string
  • de46ee5 bash entry point now adds 'native' folder to library path
  • eee457d Cache if the version was already printed
  • 360d1eb Remove displaying the underlying 'DELETE' rows when running info
  • 9e228b3 Move license check into constructor
  • e42abbd Update Maven Wrapper version
  • 81ca98b Bump version to release flyway-9.0.1
  • 6bc712c Fix bug where Java migrations failed to validate saying checksums of 0 are no...
  • ea2c541 Bump version to release flyway-9.0.0
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 `flyway.version` from 8.5.13 to 9.0.2.

Updates `flyway-core` from 8.5.13 to 9.0.2
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-8.5.13...flyway-9.0.2)

Updates `flyway-sqlserver` from 8.5.13 to 9.0.2
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-8.5.13...flyway-9.0.2)

Updates `flyway-mysql` from 8.5.13 to 9.0.2
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-8.5.13...flyway-9.0.2)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.flywaydb:flyway-sqlserver
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Jul 26, 2022
@dependabot dependabot bot requested review from geoand and gsmet July 26, 2022 21:11
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 26, 2022

Failing Jobs - Building cbe3674

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

⚙️ Initial JDK 11 Build #

- Failing: extensions/flyway/runtime 
! Skipped: devtools/bom-descriptor-json docs extensions/flyway/deployment and 6 more

📦 extensions/flyway/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project quarkus-flyway: Compilation failure

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2022

Superseded by #27032.

@dependabot dependabot bot closed this Jul 29, 2022
@dependabot dependabot bot deleted the dependabot/maven/flyway.version-9.0.2 branch July 29, 2022 21:27
@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/flyway triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants