This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 46da52b19163a619d5cd2e738bc9a379a4491d01 Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Mon Aug 18 07:07:43 2025 +0200 Upgrading ByteBuddy and Mockito for JDK 25 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 709851b656..7bb9c880d9 100644 --- a/pom.xml +++ b/pom.xml @@ -2457,8 +2457,8 @@ under the License. </activation> <properties> - <byte-buddy.version>1.17.5</byte-buddy.version> - <mockito.version>5.17.0</mockito.version> + <byte-buddy.version>1.17.7</byte-buddy.version> + <mockito.version>5.19.0</mockito.version> </properties> <dependencyManagement>