You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/03 12:51:02 UTC

[maven-help-plugin] branch master updated: Bump jdom2 from 2.0.6 to 2.0.6.1

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ebf3d6f  Bump jdom2 from 2.0.6 to 2.0.6.1
ebf3d6f is described below

commit ebf3d6f25ec8e6ef2eb4ac03367aea9bc402f014
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 13 04:21:27 2021 +0000

    Bump jdom2 from 2.0.6 to 2.0.6.1
    
    Bumps [jdom2](https://github.com:/hunterhacker/jdom) from 2.0.6 to 2.0.6.1.
    - [Release notes](https://github.com:/hunterhacker/jdom/releases)
    - [Changelog](https://github.com/hunterhacker/jdom/blob/master/CHANGES.txt)
    - [Commits](https://github.com:/hunterhacker/jdom/compare/JDOM-2.0.6...JDOM-2.0.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.jdom:jdom2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c6d56f6..b1ea5e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
     <dependency>
       <groupId>org.jdom</groupId>
       <artifactId>jdom2</artifactId>
-      <version>2.0.6</version>
+      <version>2.0.6.1</version>
     </dependency>
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>