You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2022/09/26 18:08:32 UTC

[httpcomponents-client] branch master updated: Bump ehcache-api from 3.9.6 to 3.10.1

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 042deb22e Bump ehcache-api from 3.9.6 to 3.10.1
042deb22e is described below

commit 042deb22e0c3bb1a82fb7bb6fbaa1d3abdf8cb96
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 26 14:46:23 2022 +0000

    Bump ehcache-api from 3.9.6 to 3.10.1
    
    Bumps [ehcache-api](https://github.com/ehcache/ehcache3) from 3.9.6 to 3.10.1.
    - [Release notes](https://github.com/ehcache/ehcache3/releases)
    - [Commits](https://github.com/ehcache/ehcache3/compare/v3.9.6...v3.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.ehcache.modules:ehcache-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0c7eba076..cebac7be0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
     <log4j.version>2.19.0</log4j.version>
     <brotli.version>0.1.2</brotli.version>
     <conscrypt.version>2.5.2</conscrypt.version>
-    <ehcache.version>3.9.6</ehcache.version>
+    <ehcache.version>3.10.1</ehcache.version>
     <memcached.version>2.12.3</memcached.version>
     <slf4j.version>1.7.36</slf4j.version>
     <junit.version>5.9.1</junit.version>