From bf6bd4558f4db43d3f01f9192f8ba2b72ea41d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:50:06 +0000 Subject: [PATCH] Bump com.hazelcast:hazelcast from 5.3.4 to 5.3.6 in /examples Bumps [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) from 5.3.4 to 5.3.6. - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/commits/v5.3.6) --- updated-dependencies: - dependency-name: com.hazelcast:hazelcast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/hazelcast/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hazelcast/build.gradle b/examples/hazelcast/build.gradle index 7424883a798..53f318aa79b 100644 --- a/examples/hazelcast/build.gradle +++ b/examples/hazelcast/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { testImplementation 'org.testcontainers:testcontainers' - testImplementation 'com.hazelcast:hazelcast:5.3.4' + testImplementation 'com.hazelcast:hazelcast:5.3.6' testImplementation 'ch.qos.logback:logback-classic:1.3.11' testImplementation 'org.assertj:assertj-core:3.24.2' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'