From 36a5e49f489ad5a0ada93218426e64692ef462db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 17:16:54 +1000 Subject: [PATCH] Bump hazelcast.version from 3.12.10 to 3.12.12 (#6746) * Bump hazelcast.version from 3.12.10 to 3.12.12 Bumps `hazelcast.version` from 3.12.10 to 3.12.12. Updates `hazelcast` from 3.12.10 to 3.12.12 - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/compare/v3.12.10...v3.12.12) Updates `hazelcast-client` from 3.12.10 to 3.12.12 --- updated-dependencies: - dependency-name: com.hazelcast:hazelcast dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: com.hazelcast:hazelcast-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * update mod files as well Signed-off-by: Olivier Lamy Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Olivier Lamy --- .../main/config/modules/session-store-hazelcast-embedded.mod | 2 +- .../src/main/config/modules/session-store-hazelcast-remote.mod | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jetty-hazelcast/src/main/config/modules/session-store-hazelcast-embedded.mod b/jetty-hazelcast/src/main/config/modules/session-store-hazelcast-embedded.mod index 379cf2a32087..57d4f02a1a5d 100644 --- a/jetty-hazelcast/src/main/config/modules/session-store-hazelcast-embedded.mod +++ b/jetty-hazelcast/src/main/config/modules/session-store-hazelcast-embedded.mod @@ -23,7 +23,7 @@ lib/jetty-hazelcast-${jetty.version}.jar lib/hazelcast/hazelcast-${hazelcast.version}.jar [ini] -hazelcast.version?=3.12.10 +hazelcast.version?=3.12.12 [license] Hazelcast is an open source project hosted on Github and released under the Apache 2.0 license. diff --git a/jetty-hazelcast/src/main/config/modules/session-store-hazelcast-remote.mod b/jetty-hazelcast/src/main/config/modules/session-store-hazelcast-remote.mod index 6e0ae3084d19..f4d152834b8d 100644 --- a/jetty-hazelcast/src/main/config/modules/session-store-hazelcast-remote.mod +++ b/jetty-hazelcast/src/main/config/modules/session-store-hazelcast-remote.mod @@ -25,7 +25,7 @@ lib/hazelcast/hazelcast-${hazelcast.version}.jar lib/hazelcast/hazelcast-client-${hazelcast.version}.jar [ini] -hazelcast.version?=3.12.10 +hazelcast.version?=3.12.12 jetty.webapp.addSystemClasses+=,org.eclipse.jetty.hazelcast. jetty.webapp.addServerClasses+=,-org.eclipse.jetty.hazelcast. diff --git a/pom.xml b/pom.xml index 4565ff934989..acb7e091ae08 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ 1.6.1 3.1.0 3.1.5.Final - 3.12.10 + 3.12.12 3.4.1.Final 1.0.6 1.10.11