You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/03 21:07:47 UTC

[logging-log4j2] 03/08: Bump maven-jxr-plugin from 3.2.0 to 3.3.0

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 4e22aa3c84e8c7e811af7a72d4675fd7612ff5aa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 18:25:54 2022 +0000

    Bump maven-jxr-plugin from 3.2.0 to 3.3.0
    
    Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-jxr/releases)
    - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.2.0...jxr-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jxr-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 74a5f7314e..298f920ec7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
     <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
     <maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
     <maven-doap-plugin.version>1.2</maven-doap-plugin.version>
-    <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
+    <maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version>
     <!-- Do not update the pdf plugin version without verifying the new version works by running mvn site -->
     <maven-pdf-plugin.version>1.2</maven-pdf-plugin.version>
     <maven-pmd-plugin.version>3.13.0</maven-pmd-plugin.version>