Skip to content

Bump org.mariadb.jdbc:mariadb-java-client from 2.3.0 to 2.7.14 in /p2pindex - #2

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/p2pindex/org.mariadb.jdbc-mariadb-java-client-2.7.14
Open

Bump org.mariadb.jdbc:mariadb-java-client from 2.3.0 to 2.7.14 in /p2pindex#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/p2pindex/org.mariadb.jdbc-mariadb-java-client-2.7.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown

Bumps org.mariadb.jdbc:mariadb-java-client from 2.3.0 to 2.7.14.

Release notes

Sourced from org.mariadb.jdbc:mariadb-java-client's releases.

MariaDB Connector/Java 2.7.14

2.7.14 (Jun 2026)

Full Changelog

  • CONJ-1315 cap BigDecimal/BigInteger string parsing length to prevent CPU exhaustion if Mitm (report by tonghuaroot)
  • CONJ-1316 pin Locale.ROOT on locale-sensitive call sites (fixes locale-dependent parsing/formatting, e.g. under tr_TR) (thanks to jmestwa-coder)
  • CONJ-1317 ensure non-UTF8 charset cannot be used for protocol exchanges (report by fg0x0)
  • match local infile filename case-sensitively (thanks to jmestwa-coder)
  • create gssapi jaas config temp file with owner-only permissions (thanks to jmestwa-coder)
  • encode caching_sha2 clear password as UTF-8 (thanks to jmestwa-coder)
  • call inflater.end() in finally in CompressInputStream (thanks to jmestwa-coder)

MariaDB Connector/Java 2.7.13

2.7.13 (Dec 2025)

Full Changelog

  • CONJ-661 Fixed intermittent NullPointerException when calling prepareStatement
  • CONJ-1167 Fixed possible ArrayIndexOutOfBoundsException when using CallableStatement
  • CONJ-1185 Fixed Android compatibility issue: Pattern CANON_EQ flag not supported
  • CONJ-1293 Fixed NullPointerException in MariaDbDataSource when setLoginTimeout(0) has been called
  • CONJ-1174 Fixed ResultSetMetaData precision for signed BIGINT (was reported as 20)

MariaDB Connector/Java 2.7.12

2.7.12 (Feb 2024)

Full Changelog

  • CONJ-1145 Wrong sequence number of sub header with compressing procotol active
  • CONJ-1151 Wrong debug trace when using compression protocol
  • CONJ-1152 Improve message when reaching socket timeout during connection initial commands
  • CONJ-1153 session tracking only read first SYSTEM_VARIABLES session tracking change

MariaDB Connector/Java 2.7.11

2.7.11 (Nov 2023)

Full Changelog

  • CONJ-1075 LOAD DATA INFILE is broken on windows
  • CONJ-1108 Database metadata listing TEMPORARY tables/sequences
  • CONJ-1118 Aurora Single Write Cluster Endpoint can't make Read DB Connection for readonly transaction

MariaDB Connector/Java 2.7.10

2.7.10 (Aug 2023)

Full Changelog

  • CONJ-1091 Ensure setting connectTimeout as timeout for socket timeout until connection is done. This permit to set a connectTimeout, while socketTimeout can still be set to 0

MariaDB Connector/Java 2.7.9

2.7.9 (Mar 2023)

Full Changelog

  • CONJ-1062 correcting TlsSocketPlugin to use Driver classloader

... (truncated)

Changelog

Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.

2.7.14 (Jun 2026)

Full Changelog

Bugs Fixed
  • CONJ-1315 - cap BigDecimal/BigInteger string parsing length to prevent CPU exhaustion if Mitm (report by tonghuaroot)
  • CONJ-1316 - pin Locale.ROOT on locale-sensitive call sites (fixes locale-dependent parsing/formatting, e.g. under tr_TR) (thanks to jmestwa-coder)
  • CONJ-1317 - ensure non-UTF8 charset cannot be used for protocol exchanges (report by fg0x0)
  • CONJ-1322 - match local infile filename case-sensitively (thanks to jmestwa-coder)
  • create gssapi jaas config temp file with owner-only permissions (thanks to jmestwa-coder)
  • encode caching_sha2 clear password as UTF-8 (thanks to jmestwa-coder)
  • call inflater.end() in finally in CompressInputStream (thanks to jmestwa-coder)
  • CONJ-1318 - allowLocalInfile=false does not block LOAD DATA LOCAL INFILE against a malicious server (thanks to tharavel)

3.5.8 (Apr 2026)

Full Changelog

Issues Resolved

  • CONJ-1305 - XAResource.isSameRM() incorrectly returns true when rewriteBatchedStatements differs between connections
  • CONJ-1303 - Statement.cancel() fails to kill running query during result streaming

Other

  • CONJ-1298 - Performance improvement: avoid decoding extended format

3.5.7 (Dec 2025)

Full Changelog

Key Enhancements

  • CONJ-1282 - Added TLS SNI (Server Name Indication) support
  • CONJ-1271 - Added MariaDbDataTruncation exception that includes MariaDB error code and error message

Issues Resolved

  • CONJ-1291 - Fixed ConnectionPoolDataSource incompatibility and connection leaks due to internal ConnectionEventListener in MariaDB Connector/J 3.5.x
  • CONJ-1286 - Fixed MariaDbPoolPinnedConnection thread-safety issue
  • CONJ-1283 - Fixed rewriteBatchedStatements introduced in 3.5.6 bug when having parentesis after VALUES parts
  • CONJ-1287 - Fixed authentication plugin multi-exchange prefix (0x01) handling introduced in MDEV-37554
  • CONJ-1290 - Fixed NullPointerException in MultiPrimaryReplicaClient
  • CONJ-1295 - Fixed MariaDbClob compilation with JDK 26+

3.5.6 (Sep 2025)

Full Changelog

... (truncated)

Commits
  • defeee0 [misc] update maxscale-tag environment variable to MAXSCALE_VERSION
  • a4489c6 fix: correct setup-java action to v5
  • 5eb54a2 bump 2.7.14
  • 1a98191 match local infile filename case-sensitively
  • c95e74b [misc] maxscale CI test correction
  • ebc728e [misc] test: detect MaxScale via isMaxscale(), drop dead skysql checks
  • 639ef19 [misc] add MaxScale CI testing
  • 35385d6 [misc] detect MaxScale version from session state tracking
  • 7aca9f3 [misc] pin Locale.ROOT on locale-sensitive call sites
  • c2a0e0d [misc] cap BigDecimal/BigInteger string parsing length to prevent CPU exhaustion
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.3.0 to 2.7.14.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@2.3.0...2.7.14)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-version: 2.7.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants