You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/03/03 09:52:42 UTC

[felix-dev] branch master updated: Update some old sslfilter test dependencies

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ef9a9b  Update some old sslfilter test dependencies
     new 0d2c8cb  Merge pull request #3 from coheigea/sslfilter_deps
6ef9a9b is described below

commit 6ef9a9bbec1d0a68f870f8d69ad13d7c83a9f4fd
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Mar 3 07:45:09 2020 +0000

    Update some old sslfilter test dependencies
---
 http/sslfilter/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index 845963a..38f7f51 100644
--- a/http/sslfilter/pom.xml
+++ b/http/sslfilter/pom.xml
@@ -107,13 +107,13 @@
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
-            <version>3.2.1</version>
+            <version>3.2.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-servlet</artifactId>
-          <version>9.2.15.v20160210</version>
+          <version>9.4.26.v20200117</version>
           <scope>test</scope>
         </dependency>