Skip to content

Commit

Permalink
fix(configuration): use latest hazelcast xsd version (#3083)
Browse files Browse the repository at this point in the history
It removes the warning at startup.
Introduced with hazelcast version update.
  • Loading branch information
rbioteau authored Jul 12, 2024
1 parent 07fadc8 commit be48242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ narayanaVersion = "5.10.6.Final"
logbackVersion = "1.2.13"
jaxbVersion = "2.3.1"
javaxAnnotationsVersion = "1.3.2"
hazelcastVersion = "5.4.0"
hazelcastVersion = "5.4.0" # Also update http://www.hazelcast.com/schema/config/hazelcast-config-<VERSION>.xsd if needed
jcacheVersion = "1.0.0"
guavaVersion = "32.1.2-jre"
antlr4RuntimeVersion = "4.7.2"
Expand Down

0 comments on commit be48242

Please sign in to comment.