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 4607be440c Upgrading modernizer-maven-plugin and ByteBuddy
4607be440c is described below
commit 4607be440c1960dad77f23f1ac003b8b4d735254
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jan 21 08:15:45 2025 +0100
Upgrading modernizer-maven-plugin and ByteBuddy
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4f6fcc5784..06324a3cd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1774,7 +1774,7 @@ under the License.
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0</version>
<configuration>
<javaVersion>${targetJdk}</javaVersion>
<ignorePackages>
@@ -2355,7 +2355,7 @@ under the License.
<properties>
<mockito.version>5.15.2</mockito.version>
- <byte-buddy.version>1.15.11</byte-buddy.version>
+ <byte-buddy.version>1.16.1</byte-buddy.version>
</properties>
<dependencyManagement>