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

fix(deps): update managed.flyway to v10 (major) #472

Merged
merged 12 commits into from
Jan 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.flywaydb:flyway-database-oracle (source) 9.22.3 -> 10.0.0 age adoption passing confidence
org.flywaydb:flyway-sqlserver (source) 9.22.3 -> 10.0.0 age adoption passing confidence
org.flywaydb:flyway-mysql (source) 9.22.3 -> 10.0.0 age adoption passing confidence
org.flywaydb:flyway-core (source) 9.22.3 -> 10.0.0 age adoption passing confidence

Release Notes

flyway/flyway (org.flywaydb:flyway-database-oracle)

v10.0.0: Flyway 10.0.0

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

CLI artifact available here


Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Oct 31, 2023
Copy link
Contributor Author

renovate bot commented Nov 6, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@wetted
Copy link
Contributor

wetted commented Nov 6, 2023

see: flyway/flyway#3780

This has a breaking change in that we now need to add another managed dependency (for postgresql support) to the catalog:
managed-flyway-postgresql = { module = "org.flywaydb:flyway-database-postgresql", version.ref = "managed-flyway" }

I bumped to next minor (6.3.0-SNAPSHOT) and pushed a 6.2.x branch Edit: now bumped to next major 7.0.0-SNAPSHOT)

Copy link

sonarcloud bot commented Nov 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@@ -0,0 +1,58 @@
[
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the reflect-config.json generated with some output from ./gradlew -Pagent :test-suite-java:nativeTest.

Copy link

sonarcloud bot commented Jan 10, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@sdelamo sdelamo merged commit c1717c1 into master Jan 15, 2024
11 checks passed
@sdelamo sdelamo deleted the renovate/major-managed.flyway branch January 15, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants