Skip to content

Commit

Permalink
Update dependency org.ehcache:ehcache to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and joschi committed Apr 2, 2022
1 parent d1cad69 commit 0bcac18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion metrics-jcache/pom.xml
Expand Up @@ -19,7 +19,7 @@
<properties>
<javaModuleName>com.codahale.metrics.jcache</javaModuleName>
<cache-api.version>1.1.1</cache-api.version>
<ehcache3.version>3.9.9</ehcache3.version>
<ehcache3.version>3.10.0</ehcache3.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -85,6 +85,10 @@
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 0bcac18

Please sign in to comment.