This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 90ea37dc3d Bump org.ehcache:ehcache from 3.10.8 to 3.11.0
90ea37dc3d is described below
commit 90ea37dc3db5a9694b29dff45d6f1e0654f1bc1c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 06:30:43 2025 +0000
Bump org.ehcache:ehcache from 3.10.8 to 3.11.0
Bumps [org.ehcache:ehcache](https://github.com/ehcache/ehcache3) from
3.10.8 to 3.11.0.
- [Release notes](https://github.com/ehcache/ehcache3/releases)
- [Commits](https://github.com/ehcache/ehcache3/compare/v3.10.8...v3.11.0)
---
updated-dependencies:
- dependency-name: org.ehcache:ehcache
dependency-version: 3.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c579553c4b..dff834d545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
<!-- Starting from 3.34.0 it requires J17+ -->
<version.ecj>3.42.0</version.ecj>
<version.jetty>11.0.20</version.jetty>
- <version.ehcache>3.10.8</version.ehcache>
+ <version.ehcache>3.11.0</version.ehcache>
<junit.version>4.13.2</junit.version>
<junit.jupiter.version>5.12.0</junit.jupiter.version>
<version.osgi.framework>4.2.0</version.osgi.framework>