Skip to content

Commit

Permalink
fix(deps): update dependency com.github.jsqlparser:jsqlparser to v5 (#…
Browse files Browse the repository at this point in the history
…301)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.jsqlparser:jsqlparser](https://redirect.github.com/JSQLParser/JSqlParser)
| `4.9` -> `5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.jsqlparser:jsqlparser/5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.jsqlparser:jsqlparser/5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.jsqlparser:jsqlparser/4.9/5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.jsqlparser:jsqlparser/4.9/5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 this update
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/agile-lab-dev/whitefox).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM4LjgwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent eecda43 commit 7f37c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whitefox-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ dependencies {
api("software.amazon.awssdk:s3-transfer-manager:2.25.60")
api("software.amazon.awssdk:utils:2.25.60")
api("software.amazon.awssdk:url-connection-client:2.25.60")
api("com.github.jsqlparser:jsqlparser:4.9")
api("com.github.jsqlparser:jsqlparser:5.0")
}
}

0 comments on commit 7f37c70

Please sign in to comment.