This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-release.git
The following commit(s) were added to refs/heads/master by this push: new 19a9c5c updatye JDOM and JUnit (#41) 19a9c5c is described below commit 19a9c5c8210cbd08a98e989849b92a679ecbb58c Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Fri Apr 10 17:18:42 2020 -0400 updatye JDOM and JUnit (#41) --- 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>