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.
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
diff --git a/docs/_preview/package-lock.json b/docs/_preview/package-lock.json
index 9a5ffb8720..a13ede8ba9 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"
}
@@ -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": {
@@ -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"
}
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/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"
}
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"
}
```
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
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")