You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2020/02/18 21:47:07 UTC

[commons-jcs] 01/02: Update dependencies

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

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit e653129ec0e0ae305fb954a25b403975c258ced9
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Tue Feb 18 22:19:32 2020 +0100

    Update dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f18560..430ee61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>47</version>
+    <version>50</version>
   </parent>
 
   <artifactId>commons-jcs</artifactId>
@@ -319,7 +319,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-dbcp2</artifactId>
-        <version>2.1.1</version>
+        <version>2.7.0</version>
         <optional>true</optional>
       </dependency>
 
@@ -560,8 +560,8 @@
     <commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
 
     <jsr107.api.version>1.0.0</jsr107.api.version>
-    <commons.collections.version>4.2</commons.collections.version>
-    <commons.lang.version>3.6</commons.lang.version>
+    <commons.collections.version>4.4</commons.collections.version>
+    <commons.lang.version>3.9</commons.lang.version>
     <commons.clirr.version>2.8</commons.clirr.version>
 
     <test.type>Unit</test.type>