-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
a6c86c0
to
e2d3cbe
Compare
Edited/Blocked NotificationRenovate 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. |
@timyates can you investigate why this fails? |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@@ -6,3 +6,11 @@ plugins { | |||
micronaut { | |||
testRuntime("spock") | |||
} | |||
|
There was a problem hiding this comment.
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() { |
There was a problem hiding this comment.
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
There was a problem hiding this 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
This PR contains the following updates:
6.2.1
->7.0.0
Release Notes
micronaut-projects/micronaut-flyway (io.micronaut.flyway:micronaut-flyway-bom)
v7.0.0
: Micronaut Flyway 7.0.0What's Changed
Dependency updates 🚀
Full Changelog: micronaut-projects/micronaut-flyway@v6.3.0...v7.0.0
v6.3.0
: Micronaut Flyway 6.3.0What'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.2What's Changed
Docs 📖
properties
map by @jeremyg484 in https://github.com/micronaut-projects/micronaut-flyway/pull/480Dependency 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.
This PR has been generated by Mend Renovate. View repository job log here.