This is an automated email from the ASF dual-hosted git repository.
amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit f13ef61f4375d119438b40b33b7b4e412052d906
Author: Amichai Rothman <amichai@apache.org>
AuthorDate: Sun Mar 8 17:05:45 2020 +0200
ARIES-2014 - Upgrade pax-url-aether to 2.6.2
---
itests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/itests/pom.xml b/itests/pom.xml
index 3dea817..9455aa3 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -81,7 +81,7 @@
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
- <version>2.4.5</version>
+ <version>2.6.2</version>
</dependency>
</dependencies>
|