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:06 UTC

[maven-release] branch deps created (now fb2087a)

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

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


      at fb2087a  updatye JDOM and JUnit

This branch includes the following new commits:

     new fb2087a  updatye JDOM and JUnit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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>