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


The following commit(s) were added to refs/heads/4_0_X by this push:
     new d0a6d1dd8a Fixing property for JDK 25
d0a6d1dd8a is described below

commit d0a6d1dd8ae9951f04f9e99d65bca99e6d33f6cd
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Oct 27 13:23:32 2025 +0100

    Fixing property for JDK 25
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10ee191975..c1d3c74cb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2482,7 +2482,7 @@ under the License.
           <dependency>
             <groupId>net.bytebuddy</groupId>
             <artifactId>byte-buddy-agent</artifactId>
-            <version>${byte-buddy.version}</version>
+            <version>${byte-buddy.jdk25.version}</version>
           </dependency>
 
           <dependency>

Reply via email to