You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2021/12/05 19:40:40 UTC

[archiva-components] branch master updated: Bump ehcache from 2.10.6 to 2.10.9.2

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git


The following commit(s) were added to refs/heads/master by this push:
     new 896cd69  Bump ehcache from 2.10.6 to 2.10.9.2
896cd69 is described below

commit 896cd695684c3361a38f2a7ae003fdecf319b176
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 28 17:53:56 2021 +0000

    Bump ehcache from 2.10.6 to 2.10.9.2
    
    Bumps ehcache from 2.10.6 to 2.10.9.2.
    
    ---
    updated-dependencies:
    - dependency-name: net.sf.ehcache:ehcache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml b/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
index 5c70875..d52c2e2 100644
--- a/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
+++ b/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.10.6</version>
+      <version>2.10.9.2</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>