Skip to content

Commit

Permalink
Bump bucket4j.version from 4.3.0 to 4.4.1
Browse files Browse the repository at this point in the history
Bumps `bucket4j.version` from 4.3.0 to 4.4.1.

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

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

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

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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 11, 2019
1 parent 84ab0c0 commit 71d75e0
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.3.0</bucket4j.version>
<bucket4j.version>4.4.1</bucket4j.version>
<hazelcast.version>3.11</hazelcast.version>
<ignite.version>2.7.5</ignite.version>
<infinispan.version>9.4.15.Final</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.3.0</version>
<version>4.4.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-jcache</artifactId>
<version>4.3.0</version>
<version>4.4.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-hazelcast</artifactId>
<version>4.3.0</version>
<version>4.4.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.3.0</version>
<version>4.4.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-jcache</artifactId>
<version>4.3.0</version>
<version>4.4.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-ignite</artifactId>
<version>4.3.0</version>
<version>4.4.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.3.0</version>
<version>4.4.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-jcache</artifactId>
<version>4.3.0</version>
<version>4.4.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-infinispan</artifactId>
<version>4.3.0</version>
<version>4.4.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.3.0</version>
<version>4.4.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-jcache</artifactId>
<version>4.3.0</version>
<version>4.4.1</version>
</dependency>

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-ignite</artifactId>
<version>4.3.0</version>
<version>4.4.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 71d75e0

Please sign in to comment.