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

Update dependency org.flywaydb:flyway-core to v10 #460

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.flywaydb:flyway-core (source) 9.22.3 -> 10.20.1 age adoption passing confidence

Release Notes

flyway/flyway (org.flywaydb:flyway-core)

v10.20.1: Flyway 10.20.1

See release notes here

CLI artifact available here

v10.20.0: Flyway 10.20.0

See release notes here

CLI artifact available here

v10.19.0: Flyway 10.19.0

See release notes here

CLI artifact available here

v10.18.2: Flyway 10.18.2

See release notes here

CLI artifact available here

v10.18.1: Flyway 10.18.1

See release notes here

CLI artifact available here

v10.18.0: Flyway 10.18.0

See release notes here

CLI artifact available here

v10.17.3: Flyway 10.17.3

See release notes here

CLI artifact available here

v10.17.2: Flyway 10.17.2

See release notes here

CLI artifact available here

v10.17.1: Flyway 10.17.1

See release notes here

CLI artifact available here

v10.17.0: Flyway 10.17.0

See release notes here

CLI artifact available here

v10.16.0: Flyway 10.16.0

See release notes here

CLI artifact available here

v10.15.2: Flyway 10.15.2

See release notes here

CLI artifact available here

v10.15.0: Flyway 10.15.0

See release notes here

CLI artifact available here

v10.14.0: Flyway 10.14.0

See release notes here

CLI artifact available here

v10.13.0: Flyway 10.13.0

See release notes here

CLI artifact available here

v10.12.0: Flyway 10.12.0

See release notes here

CLI artifact available here

v10.11.1: Flyway 10.11.1

See release notes here

CLI artifact available here

v10.11.0: Flyway 10.11.0

See release notes here

CLI artifact available here

v10.10.0: Flyway 10.10.0

See release notes here

CLI artifact available here

v10.9.1: Flyway 10.9.1

See release notes here

CLI artifact available here

v10.9.0: Flyway 10.9.0

See release notes here

CLI artifact available here

v10.8.1: Flyway 10.8.1

See release notes here

CLI artifact available here

v10.7.2: Flyway 10.7.2

See release notes here

CLI artifact available here

v10.7.1: Flyway 10.7.1

See release notes here

CLI artifact available here

v10.6.0: Flyway 10.6.0

See release notes here

CLI artifact available here

v10.5.0: Flyway 10.5.0

See release notes here

CLI artifact available here

v10.4.1: Flyway 10.4.1

See release notes here

CLI artifact available here

v10.4.0: Flyway 10.4.0

See release notes here

CLI artifact available here

v10.3.0: Flyway 10.3.0

See release notes here

CLI artifact available here

v10.2.0: Flyway 10.2.0

See release notes here

CLI artifact available here

v10.1.0: Flyway 10.1.0

See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html

CLI artifact available here

v10.0.1: Flyway 10.0.1

See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html

CLI artifact available here


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Feb 7, 2024
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 7, 2024 14:49 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 8, 2024 13:47 Abandoned
@paulridout
Copy link
Collaborator

Build is failing because changes in Flyway v10 require an additional dependency to support the database being used - see flyway/flyway#3780. In this case flyway-database-postgresql is needed.

Note that the flyway-database-postgresql dependency may also need to be added in buildscript in build.gradle - see flyway/flyway#3780 (comment).

An example of a flyway 9 to 10 update can be seen here (document-management-store-app).

@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 8, 2024 16:18 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 9, 2024 16:20 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 9, 2024 16:45 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 14, 2024 17:20 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 15, 2024 15:27 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 16, 2024 12:24 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 16, 2024 12:49 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 19, 2024 12:17 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 19, 2024 15:22 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 20, 2024 14:11 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 21, 2024 14:25 Abandoned
@renovate renovate bot force-pushed the renovate/major-flyway branch 3 times, most recently from cf78ee8 to 087763e Compare February 22, 2024 16:51
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 3, 2024 16:26 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 4, 2024 10:47 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 7, 2024 15:49 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 8, 2024 12:46 Abandoned
@renovate renovate bot force-pushed the renovate/major-flyway branch 3 times, most recently from a1d4317 to fd07ae8 Compare October 11, 2024 10:31
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 11, 2024 10:41 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 16, 2024 15:07 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 17, 2024 12:38 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 17, 2024 13:04 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 21, 2024 10:34 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 23, 2024 08:52 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 23, 2024 10:40 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 24, 2024 14:32 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 29, 2024 15:27 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 31, 2024 09:56 Abandoned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant