This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
The following commit(s) were added to refs/heads/master by this push:
new 50c2ece Bump JDOM from jdom:jdom 1.0 to org.jdom:jdom 1.1.
50c2ece is described below
commit 50c2ecebde406819921b61e50f9fa72192e57736
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 10 15:51:31 2023 -0400
Bump JDOM from jdom:jdom 1.0 to org.jdom:jdom 1.1.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2b1a594..436cb94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>jdom</groupId>
+ <groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
<optional>true</optional>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7ae4b81..39b7cd3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -128,7 +128,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump commons-parent from 54 to 64 #45, #49, #64.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
- Bump jdom:jdom from 1.0 to 1.1.
+ Bump JDOM from jdom:jdom 1.0 to org.jdom:jdom 1.1.
</action>
</release>
</body>