Skip to content

Commit

Permalink
update gradle.properties to hazelcast-5.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-spierefka committed Feb 27, 2024
1 parent fee7fe9 commit 33cb969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonarqubeVersion=4.4.1.3373
# custom dependencies
logstashLogbackEncoderVersion=7.3
fabric8Version=5.12.4
hazelcastVersion=4.2.8
hazelcastVersion=5.3.6
everitJsonVersion=1.14.4

# internal
Expand Down
2 changes: 1 addition & 1 deletion horizon-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {

api "io.fabric8:kubernetes-client:${fabric8Version}"
// Hazelcast
api "com.hazelcast:hazelcast-all:${hazelcastVersion}"
api "com.hazelcast:hazelcast:${hazelcastVersion}"

// Observability
api 'io.micrometer:micrometer-tracing-bridge-brave'
Expand Down

0 comments on commit 33cb969

Please sign in to comment.