From 0f2f8d827ca5d66cb5aa48e6d0614b243df52170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:15:50 +0000 Subject: [PATCH] Bump com.hazelcast:hazelcast from 5.2.1 to 5.2.2 in /iam Bumps [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: com.hazelcast:hazelcast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- iam/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iam/build.gradle b/iam/build.gradle index 03967c3d..1d5ae6c6 100644 --- a/iam/build.gradle +++ b/iam/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-mustache" implementation 'org.springframework.boot:spring-boot-starter-security' - implementation 'com.hazelcast:hazelcast:5.2.1' + implementation 'com.hazelcast:hazelcast:5.2.2' implementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'org.springframework.boot:spring-boot-starter-test'