From e49cfbc22ad55e38162b0c456bb581dd0ca0c65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:58:31 +0000 Subject: [PATCH 1/3] Bump org.ehcache:ehcache from 3.9.9 to 3.10.8 Bumps [org.ehcache:ehcache](https://github.com/ehcache/ehcache3) from 3.9.9 to 3.10.8. - [Release notes](https://github.com/ehcache/ehcache3/releases) - [Commits](https://github.com/ehcache/ehcache3/compare/v3.9.9...v3.10.8) --- updated-dependencies: - dependency-name: org.ehcache:ehcache 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 ffbdd55eb..50deb8dc9 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -175,7 +175,7 @@ org.ehcache ehcache - 3.9.9 + 3.10.8 From 2af6ac4ee632ce72aa12c9c0bcf7acdbd140fc60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:49:42 +0000 Subject: [PATCH 2/3] Bump org.ehcache:ehcache from 3.9.9 to 3.10.8 Bumps [org.ehcache:ehcache](https://github.com/ehcache/ehcache3) from 3.9.9 to 3.10.8. - [Release notes](https://github.com/ehcache/ehcache3/releases) - [Commits](https://github.com/ehcache/ehcache3/compare/v3.9.9...v3.10.8) --- updated-dependencies: - dependency-name: org.ehcache:ehcache 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 49b4618d0..a2068ac22 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -181,7 +181,7 @@ org.ehcache ehcache - 3.9.9 + 3.10.8 From be08c6545070f2ac22907c0f2a1385e9d0c15833 Mon Sep 17 00:00:00 2001 From: lathouwerssam Date: Thu, 7 Nov 2024 14:19:02 +0100 Subject: [PATCH 3/3] Exclude jaxb-runtime from ehcache dependency (see https://github.com/ehcache/ehcache3/issues/3215) --- smart-connector/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/smart-connector/pom.xml b/smart-connector/pom.xml index a2068ac22..a38f9db24 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -182,6 +182,12 @@ org.ehcache ehcache 3.10.8 + + + org.glassfish.jaxb + jaxb-runtime + +