This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_1_X by this push:
     new 454cf3290c Upgrading ConnId
454cf3290c is described below

commit 454cf3290c4bc60fe85a4196c717d35a4ea10de4
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jul 14 13:50:18 2026 +0200

    Upgrading ConnId
---
 .github/workflows/crosschecks.yml                                      | 2 +-
 pom.xml                                                                | 2 +-
 .../wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java      | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/crosschecks.yml 
b/.github/workflows/crosschecks.yml
index 9dd0efd460..52db759d1c 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -32,7 +32,7 @@ jobs:
       matrix:
         language: ['java']
         java: [ '21', '27-ea' ]
-        os: [ubuntu-latest, windows-latest, macos-15]
+        os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:
     - name: Checkout repository
diff --git a/pom.xml b/pom.xml
index 24a1441671..fdd8e7007a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@ under the License.
     
<project.build.outputTimestamp>2026-05-22T08:01:03Z</project.build.outputTimestamp>
     <syncope.version>${project.version}</syncope.version>
 
-    <connid.version>1.6.1.1-SNAPSHOT</connid.version>
+    <connid.version>1.6.1.1</connid.version>
     <connid.soap.version>1.5.0</connid.soap.version>
     <connid.rest.version>1.1.1</connid.rest.version>
     <connid.db.version>2.4.1</connid.db.version>
diff --git 
a/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
 
b/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
index 55d01d2776..d4a547022c 100644
--- 
a/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
+++ 
b/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
@@ -22,9 +22,12 @@ import static 
org.junit.jupiter.api.Assertions.assertDoesNotThrow;
 
 import org.junit.jupiter.api.Test;
 import org.pac4j.saml.metadata.keystore.SAML2KeystoreGenerator;
+import org.junit.jupiter.api.condition.DisabledOnOs;
+import org.junit.jupiter.api.condition.OS;
 
 public class WASAML2ClientKeystoreGeneratorTest extends BaseWASAML2ClientTest {
 
+    @DisabledOnOs(OS.MAC)
     @Test
     public void generate() throws Exception {
         SAML2KeystoreGenerator generator = new WASAML2ClientKeystoreGenerator(

Reply via email to