You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/04/08 07:26:54 UTC

[uima-uimaj] branch main updated: UIMA-6430 upgrade commons-io due to cve

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

rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/main by this push:
     new 8864d594f UIMA-6430 upgrade commons-io due to cve
     new b2c5d1498 Merge pull request #188 from pjfanning/patch-1
8864d594f is described below

commit 8864d594f5b63cbc91a65a29fea31aee463acfb0
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Apr 7 13:34:23 2022 +0200

    UIMA-6430 upgrade commons-io due to cve
---
 PearPackagingMavenPlugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PearPackagingMavenPlugin/pom.xml b/PearPackagingMavenPlugin/pom.xml
index b5b3f8c77..d193c4a6c 100644
--- a/PearPackagingMavenPlugin/pom.xml
+++ b/PearPackagingMavenPlugin/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.3.1</version>
+      <version>2.11.0</version>
     </dependency>
 
     <dependency>