Skip to content

Commit

Permalink
fix: Update Gradle dependencies (#241)
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.20.1` ->
`10.21.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.flywaydb:flyway-database-postgresql/10.21.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.21.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.20.1/10.21.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.20.1/10.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [org.flywaydb:flyway-core](https://flywaydb.org)
([source](https://redirect.github.com/flyway/flyway)) | `10.20.1` ->
`10.21.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.flywaydb:flyway-core/10.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.flywaydb:flyway-core/10.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.flywaydb:flyway-core/10.20.1/10.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.flywaydb:flyway-core/10.20.1/10.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [org.jooq:jooq-codegen](http://www.jooq.org)
([source](https://redirect.github.com/jOOQ/jOOQ)) | `3.19.14` ->
`3.19.15` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jooq:jooq-codegen/3.19.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jooq:jooq-codegen/3.19.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jooq:jooq-codegen/3.19.14/3.19.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jooq:jooq-codegen/3.19.14/3.19.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImdyYWRsZS1kZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 9b78a93 commit c576886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
jooq = "3.19.14"
flyway = "10.20.1"
jooq = "3.19.15"
flyway = "10.21.0"
testcontainers = "1.20.3"
jna = "5.15.0"

Expand Down

0 comments on commit c576886

Please sign in to comment.