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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new bc6c3a5  Migrate to jdom2 to fix CVE-2021-33813
bc6c3a5 is described below

commit bc6c3a52c61e1d800c1385e32079d3df2ab98a85
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Jan 11 18:22:11 2022 +0100

    Migrate to jdom2 to fix CVE-2021-33813
---
 apache-whisker-xml/pom.xml | 2 +-
 pom.xml                    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apache-whisker-xml/pom.xml b/apache-whisker-xml/pom.xml
index cddb5ee..16d9bc8 100644
--- a/apache-whisker-xml/pom.xml
+++ b/apache-whisker-xml/pom.xml
@@ -33,7 +33,7 @@
 
     <dependency>
         <groupId>org.jdom</groupId>
-        <artifactId>jdom</artifactId>
+        <artifactId>jdom2</artifactId>
     </dependency>
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index 9a41eb0..3e5a13b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,8 @@
       </dependency>
       <dependency>
         <groupId>org.jdom</groupId>
-        <artifactId>jdom</artifactId>
-        <version>2.0.2</version>
+        <artifactId>jdom2</artifactId>
+        <version>2.0.6.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>

Reply via email to