Skip to content

Commit be95455

Browse files
fix: Update Gradle dependencies to v11.11.0 (#311)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.flywaydb:flyway-database-postgresql](https://flywaydb.org) ([source](https://redirect.github.com/flyway/flyway)) | `11.10.4` -> `11.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.flywaydb:flyway-database-postgresql/11.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.flywaydb:flyway-database-postgresql/11.10.4/11.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.flywaydb:flyway-core](https://flywaydb.org) ([source](https://redirect.github.com/flyway/flyway)) | `11.10.4` -> `11.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.flywaydb:flyway-core/11.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.flywaydb:flyway-core/11.10.4/11.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>flyway/flyway (org.flywaydb:flyway-database-postgresql)</summary> ### [`v11.11.0`](https://redirect.github.com/flyway/flyway/releases/tag/flyway-11.11.0): Flyway 11.11.0 See release notes [here](https://documentation.red-gate.com/flyway/release-notes-and-older-versions/release-notes-for-flyway-engine) ### [`v11.10.5`](https://redirect.github.com/flyway/flyway/releases/tag/flyway-11.10.5): Flyway 11.10.5 See release notes [here](https://documentation.red-gate.com/flyway/release-notes-and-older-versions/release-notes-for-flyway-engine) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7am and before 1pm on Saturday every 1 week" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/monosoul/jooq-gradle-plugin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ3JhZGxlLWRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f022c5c commit be95455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
jooq = "3.20.5"
3-
flyway = "11.10.4"
3+
flyway = "11.11.0"
44
testcontainers = "1.21.3"
55
jna = "5.17.0"
66

0 commit comments

Comments
 (0)