Skip to content

Commit

Permalink
Fix ignite-core version (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbarbero authored Oct 13, 2021
1 parent a1d6bbd commit 5f5beaf
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-tests/bucket4j-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-core</artifactId>
<version>[2.7,)</version>
<version>2.10.0</version>
</dependency>
</dependencies>

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 @@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-core</artifactId>
<version>[2.7,)</version>
<version>2.10.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5f5beaf

Please sign in to comment.