Skip to content

Commit

Permalink
fix: Update Gradle dependencies to v10.20.0 (#235)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.flywaydb:flyway-database-postgresql](https://flywaydb.org)
([source](https://redirect.github.com/flyway/flyway)) | `10.19.0` ->
`10.20.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.flywaydb:flyway-database-postgresql/10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.flywaydb:flyway-database-postgresql/10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.flywaydb:flyway-database-postgresql/10.19.0/10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.flywaydb:flyway-database-postgresql/10.19.0/10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [org.flywaydb:flyway-core](https://flywaydb.org)
([source](https://redirect.github.com/flyway/flyway)) | `10.19.0` ->
`10.20.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.flywaydb:flyway-core/10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.flywaydb:flyway-core/10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.flywaydb:flyway-core/10.19.0/10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.flywaydb:flyway-core/10.19.0/10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>flyway/flyway
(org.flywaydb:flyway-database-postgresql)</summary>

###
[`v10.20.0`](https://redirect.github.com/flyway/flyway/releases/tag/flyway-10.20.0):
Flyway 10.20.0

See release notes
[here](https://documentation.red-gate.com/flyway/release-notes-and-older-versions/release-notes-for-flyway-engine)

CLI artifact available
[here](https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/10.20.0/)

</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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJncmFkbGUtZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent d964424 commit bae1792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
jooq = "3.19.13"
flyway = "10.19.0"
flyway = "10.20.0"
testcontainers = "1.20.2"
jna = "5.15.0"

Expand Down

0 comments on commit bae1792

Please sign in to comment.