From dfe2c4f74b09f5df9cfd991070af915b59dfcde4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 08:16:43 +0000 Subject: [PATCH] Bump hazelcast from 4.2.2 to 5.0.1 Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 4.2.2 to 5.0.1. - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/compare/v4.2.2...v5.0.1) --- updated-dependencies: - dependency-name: com.hazelcast:hazelcast dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4d3ddaa..76bc818 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ dependencies { exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind' } implementation ("com.fasterxml.jackson.core:jackson-databind:2.13.0") - implementation ("com.hazelcast:hazelcast:4.2.2") + implementation ("com.hazelcast:hazelcast:5.0.1") annotationProcessor ("com.adaptris:interlok-core-apt:$interlokCoreVersion") {changing= true} umlDoclet("nl.talsmasoftware:umldoclet:1.1.4")