From 38dfc4d616bbc94616095de206723a1a5836cfe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:39:17 +0000 Subject: [PATCH 1/8] Bump brace-expansion from 5.0.4 to 5.0.7 in /docs/_preview Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 5.0.4 to 5.0.7. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.4...v5.0.7) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 5.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/_preview/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_preview/package-lock.json b/docs/_preview/package-lock.json index 9a5ffb8720..4b3f0bec8d 100644 --- a/docs/_preview/package-lock.json +++ b/docs/_preview/package-lock.json @@ -230,9 +230,9 @@ } }, "node_modules/brace-expansion": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz", - "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz", + "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==", "dev": true, "license": "MIT", "dependencies": { From 8255f033ec1428270fda076a9242d9622dd859de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:39:28 +0000 Subject: [PATCH 2/8] Bump postcss from 8.5.10 to 8.5.23 in /docs/_preview Bumps [postcss](https://github.com/postcss/postcss) from 8.5.10 to 8.5.23. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.10...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- docs/_preview/package-lock.json | 17 +++++++++-------- docs/_preview/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/_preview/package-lock.json b/docs/_preview/package-lock.json index 9a5ffb8720..08d7beeb92 100644 --- a/docs/_preview/package-lock.json +++ b/docs/_preview/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@fullhuman/postcss-purgecss": "^7.0.2", "autoprefixer": "^10.4.22", - "postcss": "^8.5.10", + "postcss": "^8.5.23", "postcss-cli": "^11.0.1", "postcss-discard-comments": "^7.0.5" } @@ -684,9 +684,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "version": "3.3.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", + "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", "dev": true, "funding": [ { @@ -694,6 +694,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -785,9 +786,9 @@ } }, "node_modules/postcss": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", - "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", "dev": true, "funding": [ { @@ -805,7 +806,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.11", + "nanoid": "^3.3.16", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/docs/_preview/package.json b/docs/_preview/package.json index 92ad933edf..f28ac0fd82 100644 --- a/docs/_preview/package.json +++ b/docs/_preview/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@fullhuman/postcss-purgecss": "^7.0.2", "autoprefixer": "^10.4.22", - "postcss": "^8.5.10", + "postcss": "^8.5.23", "postcss-cli": "^11.0.1", "postcss-discard-comments": "^7.0.5" } From 73ccc880c41f063aa0e2536b423dfecbda83a867 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Mon, 3 Aug 2026 18:06:26 +0100 Subject: [PATCH 3/8] Bump version -> `2.0.0-SNAPSHOT.462` --- version.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle.kts b/version.gradle.kts index 453c66c45e..ec0f90d313 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -27,4 +27,4 @@ /** * The version of the Validation library to publish. */ -extra.set("validationVersion", "2.0.0-SNAPSHOT.461") +extra.set("validationVersion", "2.0.0-SNAPSHOT.462") From d36a33c53325dd958b7b1ab0d8041dcaaf16c203 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Mon, 3 Aug 2026 18:07:21 +0100 Subject: [PATCH 4/8] Update Validation version in docs and examples --- docs/content/docs/validation/developer/build-and-release.md | 2 +- .../docs/validation/user/01-getting-started/adding-to-build.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/validation/developer/build-and-release.md b/docs/content/docs/validation/developer/build-and-release.md index 80987bfc21..80d8405417 100644 --- a/docs/content/docs/validation/developer/build-and-release.md +++ b/docs/content/docs/validation/developer/build-and-release.md @@ -47,7 +47,7 @@ through Gradle's `extra` properties: end="validationVersion"> ```kotlin -extra.set("validationVersion", "2.0.0-SNAPSHOT.461") +extra.set("validationVersion", "2.0.0-SNAPSHOT.462") ``` The root build script applies this file under `allprojects { … }` and assigns diff --git a/docs/content/docs/validation/user/01-getting-started/adding-to-build.md b/docs/content/docs/validation/user/01-getting-started/adding-to-build.md index 82ae434179..79ccbe9a82 100644 --- a/docs/content/docs/validation/user/01-getting-started/adding-to-build.md +++ b/docs/content/docs/validation/user/01-getting-started/adding-to-build.md @@ -90,7 +90,7 @@ Add the Validation plugin to the build. ```kotlin plugins { module - id("io.spine.validation") version "2.0.0-SNAPSHOT.461" + id("io.spine.validation") version "2.0.0-SNAPSHOT.462" } ``` From eb0a5da3f3d975907d654d9377fe814cc2e78620 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Mon, 3 Aug 2026 18:07:31 +0100 Subject: [PATCH 5/8] Update Validation version in docs and examples --- docs/_examples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_examples b/docs/_examples index 6c3382f8a2..14f18daffb 160000 --- a/docs/_examples +++ b/docs/_examples @@ -1 +1 @@ -Subproject commit 6c3382f8a2e761c6ebe576578cbf5657e7eb4671 +Subproject commit 14f18daffb7f3d7d509f94ecd03d1e4a966d4bf7 From 197c2f01bf40b37163c69f83643c3e20196a7835 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Mon, 3 Aug 2026 18:07:52 +0100 Subject: [PATCH 6/8] Bump Compiler -> `2.0.0-SNAPSHOT.065` --- .../src/main/kotlin/io/spine/dependency/local/Compiler.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt index 753bf24af4..f6b0059fcb 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt @@ -72,7 +72,7 @@ object Compiler : Dependency() { * The version of the Compiler dependencies. */ override val version: String - private const val fallbackVersion = "2.0.0-SNAPSHOT.064" + private const val fallbackVersion = "2.0.0-SNAPSHOT.065" /** * The distinct version of the Compiler used by other build tools. @@ -81,7 +81,7 @@ object Compiler : Dependency() { * transitive dependencies, this is the version used to build the project itself. */ val dogfoodingVersion: String - private const val fallbackDfVersion = "2.0.0-SNAPSHOT.064" + private const val fallbackDfVersion = "2.0.0-SNAPSHOT.065" /** * The artifact for the Compiler Gradle plugin. From 571117eb410a370d827138d0d78df7fa7f996317 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Mon, 3 Aug 2026 18:12:41 +0100 Subject: [PATCH 7/8] Update the dependency reports --- docs/dependencies/dependencies.md | 68 +++++++++++++++---------------- docs/dependencies/pom.xml | 20 ++++----- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/docs/dependencies/dependencies.md b/docs/dependencies/dependencies.md index 336d3079ee..8e36fd72a3 100644 --- a/docs/dependencies/dependencies.md +++ b/docs/dependencies/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.tools:validation-context:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-context:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. @@ -1105,14 +1105,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-context-tests:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-context-tests:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. @@ -1825,14 +1825,14 @@ This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-docs:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-docs:2.0.0-SNAPSHOT.462` ## Runtime ## Compile, tests, and tooling @@ -1842,14 +1842,14 @@ This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:09 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:17 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-gradle-plugin:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-gradle-plugin:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. @@ -2888,14 +2888,14 @@ This report was generated on **Mon Aug 03 17:28:09 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-java:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-java:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. @@ -4000,14 +4000,14 @@ This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-java-bundle:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-java-bundle:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : org.jetbrains. **Name** : annotations. **Version** : 13.0. @@ -4057,14 +4057,14 @@ This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:09 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:17 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-java-settings:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-java-settings:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -4863,14 +4863,14 @@ This report was generated on **Mon Aug 03 17:28:09 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine:spine-validation-jvm-runtime:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine:spine-validation-jvm-runtime:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -5689,14 +5689,14 @@ This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-consumer:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-consumer:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. @@ -6376,14 +6376,14 @@ This report was generated on **Mon Aug 03 17:28:11 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-consumer-dependency:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-consumer-dependency:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -6839,14 +6839,14 @@ This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-extensions:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-extensions:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. @@ -7459,14 +7459,14 @@ This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-runtime:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-runtime:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -8025,14 +8025,14 @@ This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-time:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-time:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -8456,14 +8456,14 @@ This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-validating:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-validating:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -9069,14 +9069,14 @@ This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-validator:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-validator:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. @@ -9808,14 +9808,14 @@ This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-validator-dependency:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-validator-dependency:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -10050,14 +10050,14 @@ This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:18 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:validation-vanilla:2.0.0-SNAPSHOT.461` +# Dependencies of `io.spine.tools:validation-vanilla:2.0.0-SNAPSHOT.462` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -10402,6 +10402,6 @@ This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Aug 03 17:28:10 WEST 2026** using +This report was generated on **Mon Aug 03 18:12:17 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). \ No newline at end of file diff --git a/docs/dependencies/pom.xml b/docs/dependencies/pom.xml index 5f0fb3377a..75ceb6d872 100644 --- a/docs/dependencies/pom.xml +++ b/docs/dependencies/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine.tools validation -2.0.0-SNAPSHOT.461 +2.0.0-SNAPSHOT.462 2015 @@ -80,37 +80,37 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-api - 2.0.0-SNAPSHOT.064 + 2.0.0-SNAPSHOT.065 compile io.spine.tools compiler-backend - 2.0.0-SNAPSHOT.064 + 2.0.0-SNAPSHOT.065 compile io.spine.tools compiler-gradle-api - 2.0.0-SNAPSHOT.064 + 2.0.0-SNAPSHOT.065 compile io.spine.tools compiler-gradle-plugin - 2.0.0-SNAPSHOT.064 + 2.0.0-SNAPSHOT.065 compile io.spine.tools compiler-jvm - 2.0.0-SNAPSHOT.064 + 2.0.0-SNAPSHOT.065 compile io.spine.tools compiler-params - 2.0.0-SNAPSHOT.064 + 2.0.0-SNAPSHOT.065 compile @@ -200,7 +200,7 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-testlib - 2.0.0-SNAPSHOT.064 + 2.0.0-SNAPSHOT.065 test @@ -267,12 +267,12 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-cli-all - 2.0.0-SNAPSHOT.064 + 2.0.0-SNAPSHOT.065 io.spine.tools compiler-protoc-plugin - 2.0.0-SNAPSHOT.064 + 2.0.0-SNAPSHOT.065 io.spine.tools From b4ca7dcc0541df8c845dcabe992588f09c235f3d Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Mon, 3 Aug 2026 18:48:30 +0100 Subject: [PATCH 8/8] Fix the PostCSS version in docs --- docs/content/docs/validation/developer/documentation/tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/validation/developer/documentation/tooling.md b/docs/content/docs/validation/developer/documentation/tooling.md index 90be11e87b..6478501481 100644 --- a/docs/content/docs/validation/developer/documentation/tooling.md +++ b/docs/content/docs/validation/developer/documentation/tooling.md @@ -107,7 +107,7 @@ relevant declarations are in `docs/_preview/package.json`: "devDependencies": { "@fullhuman/postcss-purgecss": "^7.0.2", "autoprefixer": "^10.4.22", - "postcss": "^8.5.10", + "postcss": "^8.5.23", "postcss-cli": "^11.0.1", "postcss-discard-comments": "^7.0.5" }