diff --git a/.github/workflows/architecture-validator-build.yml b/.github/workflows/architecture-validator-build.yml index 0e3990d..0102691 100644 --- a/.github/workflows/architecture-validator-build.yml +++ b/.github/workflows/architecture-validator-build.yml @@ -39,13 +39,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 @@ -86,13 +86,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/architecture-validator-release.yml b/.github/workflows/architecture-validator-release.yml index 7c14f28..9c84b0b 100644 --- a/.github/workflows/architecture-validator-release.yml +++ b/.github/workflows/architecture-validator-release.yml @@ -51,13 +51,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 @@ -116,13 +116,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 ref: ${{ github.ref_name }} - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/architecture-validator-security-scan.yml b/.github/workflows/architecture-validator-security-scan.yml index 1bc12f0..f8af99f 100644 --- a/.github/workflows/architecture-validator-security-scan.yml +++ b/.github/workflows/architecture-validator-security-scan.yml @@ -12,7 +12,7 @@ jobs: version: ${{ steps.read-version.outputs.version }} steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/determine-release-type.yml b/.github/workflows/determine-release-type.yml index 0e5f534..5615189 100644 --- a/.github/workflows/determine-release-type.yml +++ b/.github/workflows/determine-release-type.yml @@ -15,7 +15,7 @@ jobs: release_type: ${{ steps.get-type.outputs.release_type }} steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/example-architecture-validator-hexagonal-violations-build.yml b/.github/workflows/example-architecture-validator-hexagonal-violations-build.yml index 632fe9d..2352a89 100644 --- a/.github/workflows/example-architecture-validator-hexagonal-violations-build.yml +++ b/.github/workflows/example-architecture-validator-hexagonal-violations-build.yml @@ -15,13 +15,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/example-architecture-validator-library-based-rules-build.yml b/.github/workflows/example-architecture-validator-library-based-rules-build.yml index 086982d..f7073f6 100644 --- a/.github/workflows/example-architecture-validator-library-based-rules-build.yml +++ b/.github/workflows/example-architecture-validator-library-based-rules-build.yml @@ -15,13 +15,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/example-architecture-validator-multi-module-build.yml b/.github/workflows/example-architecture-validator-multi-module-build.yml index 276cbe8..28b3425 100644 --- a/.github/workflows/example-architecture-validator-multi-module-build.yml +++ b/.github/workflows/example-architecture-validator-multi-module-build.yml @@ -15,13 +15,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/example-architecture-validator-single-module-hybrid-build.yml b/.github/workflows/example-architecture-validator-single-module-hybrid-build.yml index b7161a0..4b5f948 100644 --- a/.github/workflows/example-architecture-validator-single-module-hybrid-build.yml +++ b/.github/workflows/example-architecture-validator-single-module-hybrid-build.yml @@ -15,13 +15,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/example-architecture-validator-single-module-vanilla-build.yml b/.github/workflows/example-architecture-validator-single-module-vanilla-build.yml index b707950..8315476 100644 --- a/.github/workflows/example-architecture-validator-single-module-vanilla-build.yml +++ b/.github/workflows/example-architecture-validator-single-module-vanilla-build.yml @@ -15,13 +15,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/example-jacoco-exclusion-report-build.yml b/.github/workflows/example-jacoco-exclusion-report-build.yml index 45b2b2d..e275471 100644 --- a/.github/workflows/example-jacoco-exclusion-report-build.yml +++ b/.github/workflows/example-jacoco-exclusion-report-build.yml @@ -15,13 +15,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/gherkin-to-asciidoc-build.yml b/.github/workflows/gherkin-to-asciidoc-build.yml index 905a5b2..4b78881 100644 --- a/.github/workflows/gherkin-to-asciidoc-build.yml +++ b/.github/workflows/gherkin-to-asciidoc-build.yml @@ -39,13 +39,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/gherkin-to-asciidoc-release.yml b/.github/workflows/gherkin-to-asciidoc-release.yml index ee59ebd..89cca92 100644 --- a/.github/workflows/gherkin-to-asciidoc-release.yml +++ b/.github/workflows/gherkin-to-asciidoc-release.yml @@ -47,13 +47,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 @@ -109,13 +109,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 ref: ${{ github.ref_name }} - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/gherkin-to-asciidoc-security-scan.yml b/.github/workflows/gherkin-to-asciidoc-security-scan.yml index 39f1354..b4fe2b3 100644 --- a/.github/workflows/gherkin-to-asciidoc-security-scan.yml +++ b/.github/workflows/gherkin-to-asciidoc-security-scan.yml @@ -12,7 +12,7 @@ jobs: version: ${{ steps.read-version.outputs.version }} steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/jacoco-exclusion-report-build.yml b/.github/workflows/jacoco-exclusion-report-build.yml index b98d639..612498f 100644 --- a/.github/workflows/jacoco-exclusion-report-build.yml +++ b/.github/workflows/jacoco-exclusion-report-build.yml @@ -39,13 +39,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/jacoco-exclusion-report-release.yml b/.github/workflows/jacoco-exclusion-report-release.yml index 690eb33..b0e4c8c 100644 --- a/.github/workflows/jacoco-exclusion-report-release.yml +++ b/.github/workflows/jacoco-exclusion-report-release.yml @@ -47,13 +47,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 @@ -109,13 +109,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 ref: ${{ github.ref_name }} - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/jacoco-exclusion-report-security-scan.yml b/.github/workflows/jacoco-exclusion-report-security-scan.yml index 9a5f51e..56ec0b9 100644 --- a/.github/workflows/jacoco-exclusion-report-security-scan.yml +++ b/.github/workflows/jacoco-exclusion-report-security-scan.yml @@ -12,7 +12,7 @@ jobs: version: ${{ steps.read-version.outputs.version }} steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 237c643..7d68c5c 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -61,13 +61,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false - name: Setup Java - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/semantic-version-apply.yml b/.github/workflows/semantic-version-apply.yml index e39c1ff..e02b1e2 100644 --- a/.github/workflows/semantic-version-apply.yml +++ b/.github/workflows/semantic-version-apply.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 ref: ${{ github.ref_name }} diff --git a/.github/workflows/semantic-version-calculate.yml b/.github/workflows/semantic-version-calculate.yml index fefdc84..8f46648 100644 --- a/.github/workflows/semantic-version-calculate.yml +++ b/.github/workflows/semantic-version-calculate.yml @@ -38,7 +38,7 @@ jobs: next_version: ${{ steps.calculate_semantic_version.outputs.next_version }} steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 ref: ${{ github.ref_name }} diff --git a/architecture-validator/gradle/libs.versions.toml b/architecture-validator/gradle/libs.versions.toml index 958fe83..3d4a890 100644 --- a/architecture-validator/gradle/libs.versions.toml +++ b/architecture-validator/gradle/libs.versions.toml @@ -18,7 +18,7 @@ junit-jupiter-iff = "6.1.0" junit-platform-iff = "6.1.0" assertj-core-iff = "3.27.7" spring-context-iff = "6.2.8" -sedr-library-iff = "0.3.4" +sedr-library-iff = "0.4.3" [libraries] diff --git a/architecture-validator/gradle/wrapper/gradle-wrapper.properties b/architecture-validator/gradle/wrapper/gradle-wrapper.properties index df6a6ad..eb84db6 100644 --- a/architecture-validator/gradle/wrapper/gradle-wrapper.properties +++ b/architecture-validator/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/architecture-validator/package-lock.json b/architecture-validator/package-lock.json index d575287..8b7032f 100644 --- a/architecture-validator/package-lock.json +++ b/architecture-validator/package-lock.json @@ -53,9 +53,9 @@ } }, "node_modules/@actions/http-client/node_modules/undici": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.26.0.tgz", - "integrity": "sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "dev": true, "license": "MIT", "engines": { @@ -5840,9 +5840,9 @@ } }, "node_modules/undici": { - "version": "7.27.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.27.2.tgz", - "integrity": "sha512-uZsKNuzQxDMUY6M3pIMvy5tvlGmtq8XJ2oLAkfRKGNu+1VQAIvLy2xIVG5ATZl5wDXl/tddByAWCizRbOme+TA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "dev": true, "license": "MIT", "engines": { diff --git a/examples/architecture-validator/library-based-rules/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/library-based-rules/gradle/wrapper/gradle-wrapper.properties index df6a6ad..eb84db6 100644 --- a/examples/architecture-validator/library-based-rules/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/library-based-rules/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/architecture-validator/multi-module/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/multi-module/gradle/wrapper/gradle-wrapper.properties index df6a6ad..eb84db6 100644 --- a/examples/architecture-validator/multi-module/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/multi-module/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/architecture-validator/single-module-hybrid/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/single-module-hybrid/gradle/wrapper/gradle-wrapper.properties index df6a6ad..eb84db6 100644 --- a/examples/architecture-validator/single-module-hybrid/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/single-module-hybrid/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/architecture-validator/single-module-vanilla/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/single-module-vanilla/gradle/wrapper/gradle-wrapper.properties index df6a6ad..eb84db6 100644 --- a/examples/architecture-validator/single-module-vanilla/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/single-module-vanilla/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/jacoco-exclusion-report/gradle/libs.versions.toml b/examples/jacoco-exclusion-report/gradle/libs.versions.toml index 73ab6f5..0c331c2 100644 --- a/examples/jacoco-exclusion-report/gradle/libs.versions.toml +++ b/examples/jacoco-exclusion-report/gradle/libs.versions.toml @@ -7,7 +7,7 @@ jacoco-exclusion-report = { id = "com.arc-e-tect.jacoco-exclusion-report", versi [versions] jacoco-exclusion-report = "0.4.1" -sedr-library = "0.3.4" +sedr-library = "0.4.3" [libraries] diff --git a/examples/jacoco-exclusion-report/gradle/wrapper/gradle-wrapper.properties b/examples/jacoco-exclusion-report/gradle/wrapper/gradle-wrapper.properties index df6a6ad..eb84db6 100644 --- a/examples/jacoco-exclusion-report/gradle/wrapper/gradle-wrapper.properties +++ b/examples/jacoco-exclusion-report/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gherkin-to-asciidoc/gradle/libs.versions.toml b/gherkin-to-asciidoc/gradle/libs.versions.toml index e5810a8..e483bcf 100644 --- a/gherkin-to-asciidoc/gradle/libs.versions.toml +++ b/gherkin-to-asciidoc/gradle/libs.versions.toml @@ -9,7 +9,7 @@ owasp-dependency-check = { id = "org.owasp.dependencycheck", version.re owasp-dependency-check = "12.2.2" -gherkin = "40.0.0" +gherkin = "41.0.0" junit-jupiter = "6.1.0" junit-platform = "6.1.0" assertj = "3.27.7" diff --git a/gherkin-to-asciidoc/gradle/wrapper/gradle-wrapper.properties b/gherkin-to-asciidoc/gradle/wrapper/gradle-wrapper.properties index df6a6ad..eb84db6 100644 --- a/gherkin-to-asciidoc/gradle/wrapper/gradle-wrapper.properties +++ b/gherkin-to-asciidoc/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gherkin-to-asciidoc/package-lock.json b/gherkin-to-asciidoc/package-lock.json index 897c2e8..fe45c19 100644 --- a/gherkin-to-asciidoc/package-lock.json +++ b/gherkin-to-asciidoc/package-lock.json @@ -53,9 +53,9 @@ } }, "node_modules/@actions/http-client/node_modules/undici": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.26.0.tgz", - "integrity": "sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "dev": true, "license": "MIT", "engines": { @@ -5840,9 +5840,9 @@ } }, "node_modules/undici": { - "version": "7.27.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.27.2.tgz", - "integrity": "sha512-uZsKNuzQxDMUY6M3pIMvy5tvlGmtq8XJ2oLAkfRKGNu+1VQAIvLy2xIVG5ATZl5wDXl/tddByAWCizRbOme+TA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "dev": true, "license": "MIT", "engines": { diff --git a/jacoco-exclusion-report/gradle/wrapper/gradle-wrapper.properties b/jacoco-exclusion-report/gradle/wrapper/gradle-wrapper.properties index df6a6ad..eb84db6 100644 --- a/jacoco-exclusion-report/gradle/wrapper/gradle-wrapper.properties +++ b/jacoco-exclusion-report/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/jacoco-exclusion-report/package-lock.json b/jacoco-exclusion-report/package-lock.json index 9500ad6..fcb3433 100644 --- a/jacoco-exclusion-report/package-lock.json +++ b/jacoco-exclusion-report/package-lock.json @@ -53,9 +53,9 @@ } }, "node_modules/@actions/http-client/node_modules/undici": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.26.0.tgz", - "integrity": "sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "dev": true, "license": "MIT", "engines": { @@ -5840,9 +5840,9 @@ } }, "node_modules/undici": { - "version": "7.27.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.27.2.tgz", - "integrity": "sha512-uZsKNuzQxDMUY6M3pIMvy5tvlGmtq8XJ2oLAkfRKGNu+1VQAIvLy2xIVG5ATZl5wDXl/tddByAWCizRbOme+TA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "dev": true, "license": "MIT", "engines": {