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
commit 8ef553d96c51ca2f68a4541f65908e833b0e3f50
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 22:33:28 2026 +0000
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.6 to 3.6.0
Bumps
[org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire)
from 3.5.6 to 3.6.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.6...surefire-3.6.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
client/idrepo/console/pom.xml | 1 +
client/idrepo/enduser/pom.xml | 1 +
core/self-keymaster-starter/pom.xml | 1 +
ext/openfga/client-openfga/pom.xml | 1 +
fit/console-reference/pom.xml | 5 +----
fit/core-reference/pom.xml | 4 +++-
fit/enduser-reference/pom.xml | 5 +----
fit/wa-reference/pom.xml | 5 +----
pom.xml | 3 ++-
9 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/client/idrepo/console/pom.xml b/client/idrepo/console/pom.xml
index fc32d1628e..3f947375d1 100644
--- a/client/idrepo/console/pom.xml
+++ b/client/idrepo/console/pom.xml
@@ -296,6 +296,7 @@ under the License.
<properties>
<maven.build.cache.skipCache>true</maven.build.cache.skipCache>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
</properties>
<build>
diff --git a/client/idrepo/enduser/pom.xml b/client/idrepo/enduser/pom.xml
index e1369bd413..1b35920111 100644
--- a/client/idrepo/enduser/pom.xml
+++ b/client/idrepo/enduser/pom.xml
@@ -267,6 +267,7 @@ under the License.
<properties>
<maven.build.cache.skipCache>true</maven.build.cache.skipCache>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
</properties>
<build>
diff --git a/core/self-keymaster-starter/pom.xml
b/core/self-keymaster-starter/pom.xml
index c93954bb40..457ed80b24 100644
--- a/core/self-keymaster-starter/pom.xml
+++ b/core/self-keymaster-starter/pom.xml
@@ -100,6 +100,7 @@ under the License.
<properties>
<maven.build.cache.skipCache>true</maven.build.cache.skipCache>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
</properties>
<dependencies>
diff --git a/ext/openfga/client-openfga/pom.xml
b/ext/openfga/client-openfga/pom.xml
index d73dfde815..c35524868c 100644
--- a/ext/openfga/client-openfga/pom.xml
+++ b/ext/openfga/client-openfga/pom.xml
@@ -35,6 +35,7 @@ under the License.
<properties>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
<rootpom.basedir>${basedir}/../../..</rootpom.basedir>
</properties>
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 2bba07bfe3..a8f36e302e 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -211,15 +211,12 @@ under the License.
</build>
<profiles>
- <profile>
- <id>skipTests</id>
- </profile>
-
<profile>
<id>debug</id>
<properties>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
</properties>
<build>
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index c9afec91c0..9d9ee0a4dc 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1723,7 +1723,7 @@ under the License.
<artifactId>maven-failsafe-plugin</artifactId>
<inherited>true</inherited>
<configuration>
- <skipTests>${skipTests}</skipTests>
+ <skipITs>${skipITs}</skipITs>
</configuration>
</plugin>
</plugins>
@@ -1735,6 +1735,7 @@ under the License.
<properties>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
</properties>
<build>
@@ -1765,6 +1766,7 @@ under the License.
<properties>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
</properties>
<build>
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index ffcd247aa4..0cd8017d9b 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -212,15 +212,12 @@ under the License.
</build>
<profiles>
- <profile>
- <id>skipTests</id>
- </profile>
-
<profile>
<id>debug</id>
<properties>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
</properties>
<build>
diff --git a/fit/wa-reference/pom.xml b/fit/wa-reference/pom.xml
index bf23965f16..b2721d3883 100644
--- a/fit/wa-reference/pom.xml
+++ b/fit/wa-reference/pom.xml
@@ -393,15 +393,12 @@ under the License.
</build>
<profiles>
- <profile>
- <id>skipTests</id>
- </profile>
-
<profile>
<id>debug</id>
<properties>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 585955396c..6100b7fa30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1809,7 +1809,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>3.5.6</version>
+ <version>3.6.0</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<runOrder>alphabetical</runOrder>
@@ -2423,6 +2423,7 @@ under the License.
<properties>
<maven.build.cache.skipCache>true</maven.build.cache.skipCache>
<skipTests>true</skipTests>
+ <skipITs>true</skipITs>
<ianal.phase>none</ianal.phase>
<modernizer.skip>true</modernizer.skip>
<rat.skip>true</rat.skip>