From 53fa8df4b4de797db90e6c80acc3c096685465cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:43:44 +0000 Subject: [PATCH 1/2] Bump org.ehcache:ehcache from 3.11.1 to 3.12.0 Bumps [org.ehcache:ehcache](https://github.com/ehcache/ehcache3) from 3.11.1 to 3.12.0. - [Release notes](https://github.com/ehcache/ehcache3/releases) - [Commits](https://github.com/ehcache/ehcache3/compare/v3.11.1...v3.12.0) --- updated-dependencies: - dependency-name: org.ehcache:ehcache dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- smart-connector/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-connector/pom.xml b/smart-connector/pom.xml index 7a343359..4ec207ab 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -189,7 +189,7 @@ org.ehcache ehcache - 3.11.1 + 3.12.0 org.glassfish.jaxb From abde22746bb7099ab44fb00bad191ab9c26af705 Mon Sep 17 00:00:00 2001 From: Barry Nouwt Date: Fri, 10 Apr 2026 09:52:53 +0200 Subject: [PATCH 2/2] Instead of upgrade, remove dependency. EHCache is no longer used, I think. --- smart-connector/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/smart-connector/pom.xml b/smart-connector/pom.xml index 4ec207ab..10c6b109 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -180,23 +180,6 @@ reasoner ${project.version} - - - javax.cache - cache-api - 1.1.1 - - - org.ehcache - ehcache - 3.12.0 - - - org.glassfish.jaxb - jaxb-runtime - - - org.eclipse.microprofile.config microprofile-config-api