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 a19f045 Bump org.jdom:jdom from 1.1 to 1.1.3
a19f045 is described below
commit a19f0455f0cfa7fabcfe1086c5ac5e4dba1ef830
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 10 15:53:26 2023 -0400
Bump org.jdom:jdom from 1.1 to 1.1.3
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 436cb94..8dd26fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
- <version>1.1</version>
+ <version>1.1.3</version>
<optional>true</optional>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 39b7cd3..81b5c3a 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 from jdom:jdom 1.0 to org.jdom:jdom 1.1.
+ Bump JDOM from jdom:jdom 1.0 to org.jdom:jdom 1.1.3.
</action>
</release>
</body>