You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/05/11 07:36:44 UTC

[maven-build-cache-extension] branch master updated: [MBUILDCACHE-19] Upgrade to resolver 1.8.0 (#12)

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new 64213cd  [MBUILDCACHE-19] Upgrade to resolver 1.8.0 (#12)
64213cd is described below

commit 64213cdfedc0832243388ff01fd9bbcceb07460c
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed May 11 09:36:41 2022 +0200

    [MBUILDCACHE-19] Upgrade to resolver 1.8.0 (#12)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9f625cc..8f13f08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@ under the License.
         <cipherVersion>2.0</cipherVersion>
         <modelloVersion>1.11</modelloVersion>
         <jxpathVersion>1.3</jxpathVersion>
-        <resolverVersion>1.7.2</resolverVersion>
+        <resolverVersion>1.8.0</resolverVersion>
         <slf4jVersion>1.7.32</slf4jVersion>
         <xmlunitVersion>2.6.4</xmlunitVersion>
         <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>