You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/03/16 12:19:08 UTC

[isis] branch master updated: ISIS-2977: Use secure version of jdom

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new e6d830a  ISIS-2977: Use secure version of jdom
     new c02d8a0  Merge pull request #878 from pjfanning/patch-1
e6d830a is described below

commit e6d830a38bc9f90057d6dd67bc0aa7d76f880a31
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Mar 16 12:51:53 2022 +0100

    ISIS-2977: Use secure version of jdom
---
 core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index c89f6e9..4150a0b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -134,7 +134,7 @@
 		<!-- v3.2 not available yet, use datanucleus staging for now -->
 		<!-- <jdo-api.version>3.2</jdo-api.version> -->
 
-		<jdom.version>2.0.2</jdom.version>
+		<jdom.version>2.0.6.1</jdom.version>
 		<jmock.version>2.12.0</jmock.version>
 		<joda-time.version>2.10.13</joda-time.version>
 		<jopt-simple.version>6.0-alpha-3</jopt-simple.version>
@@ -1327,7 +1327,7 @@
 
 			<dependency>
 				<groupId>org.jdom</groupId>
-				<artifactId>jdom</artifactId>
+				<artifactId>jdom2</artifactId>
 				<version>${jdom.version}</version>
 			</dependency>