From f6a3b5b9108c6f8deafb96f1f6078223ccb31a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:52:20 +0000 Subject: [PATCH] build(deps): Bump com.hazelcast:hazelcast from 5.6.0 to 5.7.0 Bumps [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: com.hazelcast:hazelcast dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a6578c7..69f93c7b 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation("ch.qos.logback:logback-classic:1.5.37") implementation("ch.qos.logback:logback-core:1.5.37") implementation("org.owasp.encoder:encoder:1.4.0") - implementation("com.hazelcast:hazelcast:5.6.0") + implementation("com.hazelcast:hazelcast:5.7.0") implementation("javax.cache:cache-api:1.1.1") implementation('commons-codec:commons-codec:1.22.0') implementation("com.google.code.gson:gson:2.14.0")