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 0b8f304226 Upgrading Hibernate and CAS
0b8f304226 is described below

commit 0b8f30422601eba65926cbf1098e384283d84320
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Aug 26 10:32:44 2026 +0200

    Upgrading Hibernate and CAS
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a3dd55d05c..7f2fb225f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@ under the License.
     <spring-boot.version>4.1.1</spring-boot.version>
     <spring-cloud-version>5.0.3</spring-cloud-version>
 
-    <hibernate.version>7.4.5.Final</hibernate.version>
+    <hibernate.version>7.4.6.Final</hibernate.version>
 
     <jasypt.version>1.9.3</jasypt.version>
 
@@ -466,7 +466,7 @@ under the License.
 
     <pac4j.version>6.5.5</pac4j.version>
 
-    <cas.version>8.0.1.1</cas.version>
+    <cas.version>8.0.1.2</cas.version>
     <cas-client.version>4.1.1</cas-client.version>
 
     <swagger-core.version>2.2.54</swagger-core.version>

Reply via email to