Skip to content

chore(deps): bump the java-dependencies group with 7 updates#38

Merged
AlphaSudo merged 1 commit intomasterfrom
dependabot/gradle/java-dependencies-bbb3552adb
Mar 31, 2026
Merged

chore(deps): bump the java-dependencies group with 7 updates#38
AlphaSudo merged 1 commit intomasterfrom
dependabot/gradle/java-dependencies-bbb3552adb

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the java-dependencies group with 7 updates:

Package From To
com.fasterxml.jackson.core:jackson-databind 2.17.2 2.21.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.2 2.21.2
org.testcontainers:junit-jupiter 1.20.1 1.21.4
org.testcontainers:postgresql 1.20.1 1.21.4
com.mysql:mysql-connector-j 9.3.0 9.6.0
org.testcontainers:mysql 1.20.1 1.21.4
com.gradleup.shadow 9.4.0 9.4.1

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.21.2

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.2 to 2.21.2

Updates org.testcontainers:junit-jupiter from 1.20.1 to 1.21.4

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.21.4

This release makes version 1.21.x works with recent Docker Engine changes.

1.21.3

What's Changed

1.21.2

What's Changed

📖 Documentation

📦 Dependency updates

1.21.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

  • Use generic init script filename when copying it into a Cassandra container (#9606) @​maximevw

📖 Documentation

📦 Dependency updates

... (truncated)

Commits
  • d509c81 Set version during jreleaserDeploy task
  • efa40ce Allow junit:junit dependency in checkPOMdependencies
  • 76b1364 Add JReleaser to deploy to Portal Publisher API
  • d6b6ff7 Fix compatibility with older Docker Engines by falling back to v1.32 (#11346)
  • bebbb2c Update testcontainers/sshd version to 1.3.0 (#10377)
  • 2f64a44 Support docker/mcp-gateway image (#10378)
  • b2b404a [create-pull-request] automated change (#10369)
  • c47afa8 [create-pull-request] automated change (#10368)
  • 2bdd299 Add DockerMcpGatewayContainer (#10364)
  • 7d83019 Update Gradle Wrapper from undefined to 8.14.2 (#10352)
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.20.1 to 1.21.4

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.21.4

This release makes version 1.21.x works with recent Docker Engine changes.

1.21.3

What's Changed

1.21.2

What's Changed

📖 Documentation

📦 Dependency updates

1.21.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

  • Use generic init script filename when copying it into a Cassandra container (#9606) @​maximevw

📖 Documentation

📦 Dependency updates

... (truncated)

Commits
  • d509c81 Set version during jreleaserDeploy task
  • efa40ce Allow junit:junit dependency in checkPOMdependencies
  • 76b1364 Add JReleaser to deploy to Portal Publisher API
  • d6b6ff7 Fix compatibility with older Docker Engines by falling back to v1.32 (#11346)
  • bebbb2c Update testcontainers/sshd version to 1.3.0 (#10377)
  • 2f64a44 Support docker/mcp-gateway image (#10378)
  • b2b404a [create-pull-request] automated change (#10369)
  • c47afa8 [create-pull-request] automated change (#10368)
  • 2bdd299 Add DockerMcpGatewayContainer (#10364)
  • 7d83019 Update Gradle Wrapper from undefined to 8.14.2 (#10352)
  • Additional commits viewable in compare view

Updates com.mysql:mysql-connector-j from 9.3.0 to 9.6.0

Changelog

Sourced from com.mysql:mysql-connector-j's changelog.

Changelog

https://dev.mysql.com/doc/relnotes/connector-j/en/

Version 9.6.0

  • Fix for Bug#118002 (Bug#37843004), The setFetchSize() method in the Statement class may have a potential bug.

  • Fix for Bug#113130 (Bug#36043125), getGeneratedKeys() returns a zero resultset with non-key-generating statements.

  • Fix for Bug#113336 (Bug#36080226), Inconsistent getUpdateCount() Behavior with allowMultiQueries.

  • Fix for Bug#118234 (Bug#37975837), A potential bugs in Mysql Connector/J.

  • Fix for Bug#113413 (Bug#36107426), Connection.changeUser cannot be done after DriverManager.loginTimeout elapses. Thanks to Kazuhisa Kawashima for his contribution.

  • Fix for Bug#119271 (Bug#38599496), Connector/J fails to accept legacy value zeroDateTimeBehavior=convertToNull on multi-host URLs (failover).

  • Fix for Bug#119245 (Bug#38599240), Select into fix breaks queries with 'into' in them.

Version 9.5.0

  • Fix for Bug#72036 (Bug#18403804), XA isSameRM() shouldn't take database into account.

  • Fix for Bug#62693 (Bug#16722068), XAConnection savepoint capability.

  • Fix for Bug#81128 (Bug#23146631), Master host list overwritten by slave list when loadBalanceConnectionGroup used.

  • Fix for Bug#19887224, RUNNING THE TEST SUITE WITH SOCKSPROXY* PROPERTIES HANGS IN TEST TESTBUG56429.

  • Fix for Bug#98699 (Bug#30932850), Allow empty keyStore file for keyStoreTypes that do not require files. Thanks to Kolbe Kegel for his contribution.

  • Fix for Bug#118938 (Bug#38396227), DatabaseMetaDataInformationSchema#getSchemas has a bug.

  • Fix for Bug#99292 (Bug#31195955), Contribution: Support Windows time zone 'Coordinated Universal Time'. Thanks to Frédéric Barrière for his contribution.

  • Fix for Bug#107094 (Bug#34104230), NullPointerException when calling equals with null on MultiHostConnectionProxy.

  • Fix for Bug#107543 (Bug#34464351), Cannot execute a SELECT statement that writes to an OUTFILE.

  • Fix for Bug#17881458, BEHAVIOR OF SETBINARYSTREAM() METHOD IS DIFFERENT WHEN USESERVERPREPSTMTS=TRUE.

  • Fix for Bug#45554 (Bug#11754018), Connector/J does not encode binary data if useServerPrepStatements=false.

  • Fix for Bug#114974 (Bug#36614381), the SQL in batch will not clear after statement close. Thanks to Chengyi Dong for his contribution.

  • Fix for Bug#118688 (Bug#38222681), com.mysql.cj.protocol.a.StringValueEncoder#getString does not handle string escaping.

... (truncated)

Commits
  • fdef61f Update copyright year.
  • 43aced7 Update for GPL license book.
  • 46758ca Fix for non deterministic results in some StatementRegressionTest tests.
  • a281379 Fix for Bug#118002 (Bug#37843004), The setFetchSize() method in the Statement...
  • 5767fc5 Fix for tests in MetaDataTest using conflicting table names.
  • 3394bf6 Fix for Bug#113130 (Bug#36043125), getGeneratedKeys() returns a zero resultse...
  • 3b9c627 Fix for Bug#113336 (Bug#36080226), Inconsistent getUpdateCount() Behavior wit...
  • b369d81 Fix for Bug#118234 (Bug#37975837), A potential bugs in Mysql Connector/J.
  • af0aa94 Fix for Bug#113413 (Bug#36107426), Connection.changeUser cannot be done after...
  • e9dfbe8 Fix for Bug#119271 (Bug#38599496), Connector/J fails to accept legacy value z...
  • Additional commits viewable in compare view

Updates org.testcontainers:mysql from 1.20.1 to 1.21.4

Release notes

Sourced from org.testcontainers:mysql's releases.

1.21.4

This release makes version 1.21.x works with recent Docker Engine changes.

1.21.3

What's Changed

1.21.2

What's Changed

📖 Documentation

📦 Dependency updates

1.21.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

  • Use generic init script filename when copying it into a Cassandra container (#9606) @​maximevw

📖 Documentation

📦 Dependency updates

... (truncated)

Commits
  • d509c81 Set version during jreleaserDeploy task
  • efa40ce Allow junit:junit dependency in checkPOMdependencies
  • 76b1364 Add JReleaser to deploy to Portal Publisher API
  • d6b6ff7 Fix compatibility with older Docker Engines by falling back to v1.32 (#11346)
  • bebbb2c Update testcontainers/sshd version to 1.3.0 (#10377)
  • 2f64a44 Support docker/mcp-gateway image (#10378)
  • b2b404a [create-pull-request] automated change (#10369)
  • c47afa8 [create-pull-request] automated change (#10368)
  • 2bdd299 Add DockerMcpGatewayContainer (#10364)
  • 7d83019 Update Gradle Wrapper from undefined to 8.14.2 (#10352)
  • Additional commits viewable in compare view

Updates com.gradleup.shadow from 9.4.0 to 9.4.1

Release notes

Sourced from com.gradleup.shadow's releases.

9.4.1

Changed

  • Update Kotlin to 2.3.20. (#1978)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the java-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.2` | `2.21.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.2` | `2.21.2` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.1` | `1.21.4` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.1` | `1.21.4` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.3.0` | `9.6.0` |
| [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) | `1.20.1` | `1.21.4` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.4.0` | `9.4.1` |


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.21.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.2 to 2.21.2

Updates `org.testcontainers:junit-jupiter` from 1.20.1 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.21.4)

Updates `org.testcontainers:postgresql` from 1.20.1 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.21.4)

Updates `com.mysql:mysql-connector-j` from 9.3.0 to 9.6.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@9.3.0...9.6.0)

Updates `org.testcontainers:mysql` from 1.20.1 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.21.4)

Updates `com.gradleup.shadow` from 9.4.0 to 9.4.1
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.4.0...9.4.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: org.testcontainers:mysql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: com.gradleup.shadow
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
...

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 Mar 30, 2026
@AlphaSudo AlphaSudo merged commit 1c140ec into master Mar 31, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/java-dependencies-bbb3552adb branch March 31, 2026 13:55
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.

1 participant