This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 675c7a66df Upgrading maven-project-info-reports-plugin and
asciidoctorj-pdf
675c7a66df is described below
commit 675c7a66df381eb0cbc073f926c0f152464eccde
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Oct 22 07:00:31 2024 +0200
Upgrading maven-project-info-reports-plugin and asciidoctorj-pdf
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0d39b60cc9..92662c181f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2055,7 +2055,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.8.0</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -2221,7 +2221,7 @@ under the License.
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
- <version>2.3.18</version>
+ <version>2.3.19</version>
</dependency>
</dependencies>
<configuration>