From 5f6367e1e051ade6d819e5d20da1bbe763112203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 00:47:05 +0000 Subject: [PATCH] Bump hazelcast from 4.2.2 to 5.0 Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 4.2.2 to 5.0. - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/compare/v4.2.2...v5.0) --- 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 a76730c..bace2dc 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") annotationProcessor ("com.adaptris:interlok-core-apt:$interlokCoreVersion") {changing= true} umlDoclet("nl.talsmasoftware:umldoclet:1.1.4")