Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 (#287
Browse files Browse the repository at this point in the history
)

* Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1

Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.3.0 to 3.3.1.
- [Commits](apache/maven-jxr@jxr-3.3.0...jxr-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jxr-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update maven-dependency-versions-check-plugin to 2.0.4

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yukihiro Okada <[email protected]>
  • Loading branch information
dependabot[bot] and yuokada authored Oct 31, 2023
1 parent b3c157f commit 96006ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
<plugin>
<groupId>com.ning.maven.plugins</groupId>
<artifactId>maven-dependency-versions-check-plugin</artifactId>
<version>2.0.2</version>
<version>2.0.4</version>
<configuration>
<skip>${project.check.skip-dependency-version-check}</skip>
<failBuildInCaseOfConflict>${project.check.fail-dependency-version-check}</failBuildInCaseOfConflict>
Expand Down Expand Up @@ -513,7 +513,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

1 comment on commit 96006ea

@yuokada
Copy link
Contributor

@yuokada yuokada commented on 96006ea Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: maven-dependency-versions-check-plugin should be replaced with the successor plugin.
https://github.com/basepom/dependency-versions-check-maven-plugin

Please sign in to comment.