From d657f6986333e1d10b4cb591b047940017a6ba30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 06:45:44 +0000 Subject: [PATCH] :arrow_up: Bump com.hazelcast:hazelcast from 5.3.2 to 5.3.4 Bumps [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) from 5.3.2 to 5.3.4. - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/commits) --- updated-dependencies: - dependency-name: com.hazelcast:hazelcast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hazelcast/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hazelcast/build.gradle b/hazelcast/build.gradle index 81769ac8..754e8ee9 100644 --- a/hazelcast/build.gradle +++ b/hazelcast/build.gradle @@ -2,6 +2,6 @@ description = 'DS/2 OSS Core Hazelcast' dependencies { implementation project(':ds2-oss-core-api') - implementation 'com.hazelcast:hazelcast:5.3.2' + implementation 'com.hazelcast:hazelcast:5.3.4' compileOnly(group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0') }