From 74306719ca29c1a2ee2f86fc488028b968e95af8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 05:18:08 +0000 Subject: [PATCH 1/2] Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.6.0 --- commafeed-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index d8cee297..7fad61a6 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -176,7 +176,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.6 + 3.6.0 From ac4c98bead7bf761f0baa7560e42eaf04ecb87ad Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 4 Sep 2026 08:21:57 +0200 Subject: [PATCH 2/2] maven-failsafe-plugin 3.6.0 introduced skipITs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af6a62a..48294cd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: # Build & Test - name: Build with Maven - run: mvn --batch-mode --no-transfer-progress install -Pnative -P${{ matrix.database }} -DskipTests=${{ matrix.os == 'windows-latest' && matrix.database != 'h2' }} + run: mvn --batch-mode --no-transfer-progress install -Pnative -P${{ matrix.database }} -DskipITs=${{ matrix.os == 'windows-latest' && matrix.database != 'h2' }} # Build pages - name: Create pages directory structure