Skip to content

Commit

Permalink
Upgrade to Caffeine version 2.7.0 as requested by Ben Maines: #1316 (…
Browse files Browse the repository at this point in the history
…comment)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=260757558
  • Loading branch information
nick-someone authored and netdpb committed Aug 13, 2019
1 parent 90f7e30 commit c53bdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion check_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<!-- Apache 2.0 -->
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.2.6</version>
<version>${caffeine.version}</version>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<dataflow.version>2.8.1</dataflow.version>
<mockito.version>2.25.0</mockito.version>
<compile.testing.version>0.18</compile.testing.version>
<caffeine.version>2.7.0</caffeine.version>
</properties>

<modules>
Expand Down

0 comments on commit c53bdfd

Please sign in to comment.