Skip to content

Commit

Permalink
Bump cache-api from 1.1.0 to 1.1.1 (#174)
Browse files Browse the repository at this point in the history
Bumps [cache-api](https://github.com/jsr107/jsr107spec) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/jsr107/jsr107spec/releases)
- [Commits](jsr107/jsr107spec@v1.1.0...1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and marcosbarbero committed Jul 11, 2019
1 parent 14fcbc7 commit 84ab0c0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -113,7 +113,7 @@
<artifactId>cache-api</artifactId>
<scope>provided</scope>
<optional>true</optional>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-tests/bucket4j-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-tests/bucket4j-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 84ab0c0

Please sign in to comment.