You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2021/06/21 03:46:30 UTC

[james-project] branch master updated: Upgrade pdfbox to 2.0.24

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

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fc5942  Upgrade pdfbox to 2.0.24
8fc5942 is described below

commit 8fc5942de08e388dc6b20fc16bbe4c563c72d57e
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Wed Jun 16 15:32:53 2021 +0700

    Upgrade pdfbox to 2.0.24
    
    2 CVEs for versions anterior to 2.0.24 have been reported:
    - https://nvd.nist.gov/vuln/detail/CVE-2021-31812
    - https://nvd.nist.gov/vuln/detail/CVE-2021-31811
    
    This upgrade should solve them.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0d71ced..fdd29c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2511,7 +2511,7 @@
             <dependency>
                 <groupId>org.apache.pdfbox</groupId>
                 <artifactId>pdfbox</artifactId>
-                <version>2.0.22</version>
+                <version>2.0.24</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org