You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/10 19:02:07 UTC

[maven-release] 01/01: updatye JDOM and JUnit

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

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit fb2087abe076d34cbfd5c19052e397b8b0b054ca
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Apr 10 15:01:47 2020 -0400

    updatye JDOM and JUnit
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cdb5938..a90e0ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,12 +186,12 @@
       <dependency>
         <groupId>org.jdom</groupId>
         <artifactId>jdom</artifactId>
-        <version>1.1</version>
+        <version>1.1.3</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13</version>
         <scope>test</scope>
       </dependency>
       <dependency>