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 dependency io.micronaut.flyway:micronaut-flyway-bom to v7 #569

Merged
merged 6 commits into from
Jan 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micronaut.flyway:micronaut-flyway-bom (source) 6.2.1 -> 7.0.0 age adoption passing confidence

Release Notes

micronaut-projects/micronaut-flyway (io.micronaut.flyway:micronaut-flyway-bom)

v7.0.0: Micronaut Flyway 7.0.0

What's Changed

Dependency updates 🚀

Full Changelog: micronaut-projects/micronaut-flyway@v6.3.0...v7.0.0

v6.3.0: Micronaut Flyway 6.3.0

What's Changed

Dependency updates 🚀
Micronaut Modules
Micronaut Core
Micronaut Serialization
Micronaut SQL
CI ⚙️Build 🐘
Micronaut Gradle Plugin

Full Changelog: micronaut-projects/micronaut-flyway@v6.2.2...v6.3.0

v6.2.2: Micronaut Flyway 6.2.2

What's Changed

Docs 📖
Dependency updates 🚀
Micronaut Modules
Micronaut Core
Micronaut SQL
CI ⚙️Build 🐘
GraalVM
Micronaut Build Plugin

New Contributors

Full Changelog: micronaut-projects/micronaut-flyway@v6.2.1...v6.2.2


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 this update 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 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/major-micronaut.flyway branch from a6c86c0 to e2d3cbe Compare January 20, 2024 07:19
Copy link
Contributor Author

renovate bot commented Jan 20, 2024

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.

@sdelamo
Copy link
Contributor

sdelamo commented Jan 21, 2024

@timyates can you investigate why this fails?

Copy link

sonarcloud bot commented Jan 22, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@@ -6,3 +6,11 @@ plugins {
micronaut {
testRuntime("spock")
}

Copy link
Contributor

Choose a reason for hiding this comment

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

@sdelamo I looked at this issue before, I think it started with gradle plugin 4.2.1, not sure why this was not needed before but now it looks like we need it and it fixes the build.

@@ -67,7 +67,7 @@ class BookControllerTest extends Specification implements TestPropertyProvider {

@Override
Map<String, String> getProperties() {
Copy link
Contributor

Choose a reason for hiding this comment

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

There is some issue with latest 8.x mysql docker image with test containers testcontainers/testcontainers-java#8131 so I think changing to 8.2 was needed as tests were failing with "8" tag

Copy link
Contributor

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

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

Thanks for your help @radovanradic

@sdelamo sdelamo merged commit 254abe1 into master Jan 22, 2024
23 checks passed
@sdelamo sdelamo deleted the renovate/major-micronaut.flyway branch January 22, 2024 14:21
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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants