Skip to content

Commit

Permalink
Bump hazelcast.version from 3.12.10 to 3.12.12 (#6746)
Browse files Browse the repository at this point in the history
* Bump hazelcast.version from 3.12.10 to 3.12.12

Bumps `hazelcast.version` from 3.12.10 to 3.12.12.

Updates `hazelcast` from 3.12.10 to 3.12.12
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v3.12.10...v3.12.12)

Updates `hazelcast-client` from 3.12.10 to 3.12.12

---
updated-dependencies:
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.hazelcast:hazelcast-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* update mod files as well

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
  • Loading branch information
dependabot[bot] and olamy committed Sep 9, 2021
1 parent 07e1780 commit 36a5e49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -23,7 +23,7 @@ lib/jetty-hazelcast-${jetty.version}.jar
lib/hazelcast/hazelcast-${hazelcast.version}.jar

[ini]
hazelcast.version?=3.12.10
hazelcast.version?=3.12.12

[license]
Hazelcast is an open source project hosted on Github and released under the Apache 2.0 license.
Expand Down
Expand Up @@ -25,7 +25,7 @@ lib/hazelcast/hazelcast-${hazelcast.version}.jar
lib/hazelcast/hazelcast-client-${hazelcast.version}.jar

[ini]
hazelcast.version?=3.12.10
hazelcast.version?=3.12.12
jetty.webapp.addSystemClasses+=,org.eclipse.jetty.hazelcast.
jetty.webapp.addServerClasses+=,-org.eclipse.jetty.hazelcast.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -39,7 +39,7 @@
<maven.resolver.version>1.6.1</maven.resolver.version>
<javax.servlet.api.version>3.1.0</javax.servlet.api.version>
<weld.version>3.1.5.Final</weld.version>
<hazelcast.version>3.12.10</hazelcast.version>
<hazelcast.version>3.12.12</hazelcast.version>
<jboss.logging.version>3.4.1.Final</jboss.logging.version>
<jetty.perf-helper.version>1.0.6</jetty.perf-helper.version>
<ant.version>1.10.11</ant.version>
Expand Down

0 comments on commit 36a5e49

Please sign in to comment.