Skip to content

Commit

Permalink
Bump bucket4j.version from 4.10.0 to 6.0.1 (#415)
Browse files Browse the repository at this point in the history
Bumps `bucket4j.version` from 4.10.0 to 6.0.1.

Updates `bucket4j-core` from 4.10.0 to 6.0.1
- [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases)
- [Commits](https://github.com/vladimir-bukhtoyarov/bucket4j/commits)

Updates `bucket4j-jcache` from 4.10.0 to 6.0.1
- [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases)
- [Commits](https://github.com/vladimir-bukhtoyarov/bucket4j/commits)

Updates `bucket4j-hazelcast` from 4.10.0 to 6.0.1
- [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases)
- [Commits](https://github.com/vladimir-bukhtoyarov/bucket4j/commits)

Updates `bucket4j-ignite` from 4.10.0 to 6.0.1
- [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases)
- [Commits](https://github.com/vladimir-bukhtoyarov/bucket4j/commits)

Updates `bucket4j-infinispan` from 4.10.0 to 6.0.1
- [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases)
- [Commits](https://github.com/vladimir-bukhtoyarov/bucket4j/commits)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 18, 2021
1 parent 95e11ff commit 6478b2c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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 @@ -21,7 +21,7 @@

<properties>
<main.basedir>${basedir}/..</main.basedir>
<bucket4j.version>4.10.0</bucket4j.version>
<bucket4j.version>6.0.1</bucket4j.version>
<hazelcast.version>4.1.1</hazelcast.version>
<ignite.version>2.9.1</ignite.version>
<infinispan.version>12.0.0.Dev07</infinispan.version>
Expand Down
6 changes: 3 additions & 3 deletions spring-cloud-zuul-ratelimit-tests/bucket4j-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-core</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-jcache</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-hazelcast</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions spring-cloud-zuul-ratelimit-tests/bucket4j-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-core</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-jcache</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-ignite</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions spring-cloud-zuul-ratelimit-tests/bucket4j-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-core</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-jcache</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-infinispan</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions spring-cloud-zuul-ratelimit-tests/bucket4j-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-core</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-jcache</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-ignite</artifactId>
<version>4.10.0</version>
<version>6.0.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6478b2c

Please sign in to comment.