Skip to content

fix(deps): update dependency org.ehcache:ehcache to v3.12.0#676

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ehcacheversion
Open

fix(deps): update dependency org.ehcache:ehcache to v3.12.0#676
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ehcacheversion

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 30, 2026

This PR contains the following updates:

Package Change Age Confidence
org.ehcache:ehcache (source) 3.10.83.12.0 age confidence

Release Notes

ehcache/ehcache3 (org.ehcache:ehcache)

v3.11.1: 3.11.1

Getting started

This new minor release of Ehcache 3 is the first new release under IBM ownership. It adds support for shared resource pools between unclustered caches. It also contains a fix for a hashing denial of service performance regression (#​3268).

[!NOTE]
Ehcache 3.11 with be the last minor release line to support Java 8. The next release line will advance the Java baseline to 17.

Ehcache 3.11.1 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.11.1</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.11.1') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.11.1</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.11.1') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.11.1</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jars directly you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

What's Changed

New Contributors

Full Changelog: ehcache/ehcache3@v3.10.8...v3.11.1

v3.11.0: Ehcache 3.11.0

Ehcache 3.11.0 was released with an issue in the JSR-107 wrapper layer (#​3272). Although this issue should only affect users consuming via the JSR-107 API we recommended all users skip this release and move directly to 3.11.1 instead.

v3.10.9: 3.10.9

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.8...v3.10.9

Ehcache 3.10.9 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.10.9</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.10.9') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.10.9</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.10.9') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.10.9</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

What's Changed

New Contributors

Full Changelog: ehcache/ehcache3@v3.10.8...v3.10.9


Configuration

📅 Schedule: (UTC)

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/ehcacheversion branch 15 times, most recently from 5bbea9f to eb7fb7f Compare May 5, 2026 07:56
@renovate renovate Bot force-pushed the renovate/ehcacheversion branch from eb7fb7f to 900740c Compare May 5, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants