Skip to content

Commit

Permalink
renovatebot(deps): update dependency org.mariadb.jdbc:mariadb-java-cl…
Browse files Browse the repository at this point in the history
…ient to v3.5.2

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.mariadb.jdbc:mariadb-java-client](https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/) ([source](https://redirect.github.com/mariadb-corporation/mariadb-connector-j)) | `3.5.1` -> `3.5.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mariadb.jdbc:mariadb-java-client/3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mariadb.jdbc:mariadb-java-client/3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.mariadb.jdbc:mariadb-java-client/3.5.1/3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mariadb.jdbc:mariadb-java-client/3.5.1/3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)</summary>

### [`v3.5.2`](https://redirect.github.com/mariadb-corporation/mariadb-connector-j/blob/HEAD/CHANGELOG.md#352-Feb-2025)

[Compare Source](https://redirect.github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.1...3.5.2)

[Full Changelog](https://redirect.github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.1...3.5.2)

##### Bugs Fixed

-   CONJ-1216 Resolved a performance issue that occurred when batch processing on MySQL and older MariaDB (pre-10.2) servers
-   CONJ-1218 Incorrect behavior where XA connections are closed when regular connections are terminated - this is against specifications
-   CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t taken into account
-   CONJ-1221	DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR
-   CONJ-1225 System throws an exception prematurely without checking all available connections
-   CONJ-1228 result-set.getObject() on BLOB type returns Blob in place of byte\[]
-   CONJ-660  new `disconnectOnExpiredPasswords` connection option that controls client behavior when connecting with an expired password.
    When set to true (default), the client disconnects if it detects an expired password.
    When false, the client maintains the connection and allows setting a new password.
-   CONJ-1229 Permit executeQuery commands to not return a result-set

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Never, 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/apereo/cas).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 81a0b78 commit 59aa61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ logbackAccess = "1.5.16"
lombok = "1.18.36"
mailgun = "1.1.4"
mailjet = "5.2.5"
mariaDb = "3.5.1"
mariaDb = "3.5.2"
material = "14.0.0"
maxmind = "4.2.1"
mdiFont = "7.4.47"
Expand Down

0 comments on commit 59aa61e

Please sign in to comment.