diff --git a/examples/architecture-validator/hexagonal-spring-cycle-detection/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/hexagonal-spring-cycle-detection/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/examples/architecture-validator/hexagonal-spring-cycle-detection/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/hexagonal-spring-cycle-detection/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/architecture-validator/hexagonal-spring-field-injection/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/hexagonal-spring-field-injection/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/examples/architecture-validator/hexagonal-spring-field-injection/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/hexagonal-spring-field-injection/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/architecture-validator/hexagonal-spring-misconfigured/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/hexagonal-spring-misconfigured/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/examples/architecture-validator/hexagonal-spring-misconfigured/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/hexagonal-spring-misconfigured/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/architecture-validator/hexagonal-spring-naming-conventions/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/hexagonal-spring-naming-conventions/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/examples/architecture-validator/hexagonal-spring-naming-conventions/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/hexagonal-spring-naming-conventions/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/architecture-validator/hexagonal-spring-rules-disabled/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/hexagonal-spring-rules-disabled/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/examples/architecture-validator/hexagonal-spring-rules-disabled/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/hexagonal-spring-rules-disabled/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/architecture-validator/hexagonal-spring-type-leakage/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/hexagonal-spring-type-leakage/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/examples/architecture-validator/hexagonal-spring-type-leakage/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/hexagonal-spring-type-leakage/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/architecture-validator/single-module-spring/gradle/wrapper/gradle-wrapper.properties b/examples/architecture-validator/single-module-spring/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/examples/architecture-validator/single-module-spring/gradle/wrapper/gradle-wrapper.properties +++ b/examples/architecture-validator/single-module-spring/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/examples/sedr-library/jacoco-marker/gradle/wrapper/gradle-wrapper.properties b/examples/sedr-library/jacoco-marker/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/examples/sedr-library/jacoco-marker/gradle/wrapper/gradle-wrapper.properties +++ b/examples/sedr-library/jacoco-marker/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/sedr-library/gradle/libs.versions.toml b/sedr-library/gradle/libs.versions.toml index 25bf4f1..13d2ea5 100644 --- a/sedr-library/gradle/libs.versions.toml +++ b/sedr-library/gradle/libs.versions.toml @@ -7,10 +7,10 @@ owaspDependencycheck = { id = "org.owasp.dependencycheck", version.ref = "owaspD [versions] -archunit = "1.4.2" +archunit = "1.5.0" junit-jupiter = "6.1.2" jreleaser = "1.25.0" -owaspDependencycheck = "12.2.2" +owaspDependencycheck = "13.0.0" [libraries] diff --git a/sedr-library/gradle/wrapper/gradle-wrapper.properties b/sedr-library/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/sedr-library/gradle/wrapper/gradle-wrapper.properties +++ b/sedr-library/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/sedr-library/package-lock.json b/sedr-library/package-lock.json index 9cf2dbd..74752a3 100644 --- a/sedr-library/package-lock.json +++ b/sedr-library/package-lock.json @@ -15,7 +15,7 @@ "@semantic-release/github": "^12.0.9", "@semantic-release/npm": "^13.1.5", "@semantic-release/release-notes-generator": "^14.1.1", - "semantic-release": "^25.0.8" + "semantic-release": "^25.0.9" }, "engines": { "node": "^22.14.0 || ^26.3.0" @@ -54,9 +54,9 @@ } }, "node_modules/@actions/http-client/node_modules/undici": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", - "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", "dev": true, "license": "MIT", "engines": { @@ -2132,9 +2132,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", - "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "dev": true, "funding": [ { @@ -4946,9 +4946,9 @@ "license": "MIT" }, "node_modules/semantic-release": { - "version": "25.0.8", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-25.0.8.tgz", - "integrity": "sha512-w/iZ0bur36rKffXZYmIUmy068eoBY3Ij1DCCddx2JwWEM5Tg+eU9ld/E9qSInVvPASyyR2Ln/XGfQ9OZrMlhtw==", + "version": "25.0.9", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-25.0.9.tgz", + "integrity": "sha512-bxve7csK0/Txr++CkfrmV+X1r4jqiSOw2WsSad9E2S68R+ZfLBwDn8IceM8WfiOmKQIHgsQc1cNA8Dzg7U75pg==", "dev": true, "license": "MIT", "dependencies": { @@ -5695,9 +5695,9 @@ } }, "node_modules/undici": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", - "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz", + "integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==", "dev": true, "license": "MIT", "engines": { diff --git a/sedr-library/package.json b/sedr-library/package.json index 31041db..9ec3cac 100644 --- a/sedr-library/package.json +++ b/sedr-library/package.json @@ -9,7 +9,7 @@ "@semantic-release/github": "^12.0.9", "@semantic-release/npm": "^13.1.5", "@semantic-release/release-notes-generator": "^14.1.1", - "semantic-release": "^25.0.8" + "semantic-release": "^25.0.9" }, "engines": { "node": "^22.14.0 || ^26.3.0"