This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new cf5e5d7 Bump org.jdom:jdom from 1.1.3 to 2.0.2
cf5e5d7 is described below
commit cf5e5d7c3bcdaff3383dbefe006a82841334ac25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 05:09:15 2024 +0000
Bump org.jdom:jdom from 1.1.3 to 2.0.2
Bumps [org.jdom:jdom](https://github.com:/hunterhacker/jdom) from 1.1.3 to
2.0.2.
-
[Commits](https://github.com:/hunterhacker/jdom/compare/jdom-1.1.3...JDOM-2.0.2)
---
updated-dependencies:
- dependency-name: org.jdom:jdom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
mallet-addon/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mallet-addon/pom.xml b/mallet-addon/pom.xml
index ca1c9aa..6105cea 100644
--- a/mallet-addon/pom.xml
+++ b/mallet-addon/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
- <version>1.1.3</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.apache-extras.beanshell</groupId>