Skip to content

Commit

Permalink
Bump hazelcast from 4.2 to 5.0 (#463)
Browse files Browse the repository at this point in the history
* Bump hazelcast from 4.2 to 5.0

Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 4.2 to 5.0.
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.2...v5.0)

---
updated-dependencies:
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump hazelcast from 4.2 to 5.0

Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 4.2 to 5.0.
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v4.2...v5.0)

---
updated-dependencies:
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Barbero <[email protected]>
  • Loading branch information
dependabot[bot] and marcosbarbero authored Oct 15, 2021
1 parent c21f22b commit af9cf94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<properties>
<main.basedir>${basedir}/..</main.basedir>
<bucket4j.version>6.3.0</bucket4j.version>
<hazelcast.version>4.2</hazelcast.version>
<hazelcast.version>5.0</hazelcast.version>
<ignite.version>2.10.0</ignite.version>
<infinispan.version>13.0.0.Final</infinispan.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>4.2</version>
<version>5.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit af9cf94

Please sign in to comment.