This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new f029c01e02 Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2
to 3.4.0 (#735)
f029c01e02 is described below
commit f029c01e0237b64ffcb31a8be7de549716e21821
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 5 08:17:33 2024 +0200
Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 (#735)
Bumps
[org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr)
from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
-
[Commits](https://github.com/apache/maven-jxr/compare/jxr-3.3.2...jxr-3.4.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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b9eea26a1e..fe5593ad79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2008,7 +2008,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.0</version>
</plugin>
</plugins>
</reporting>