From 8db9bc601928836691b62e06522f236363925c66 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 15:36:31 +0000 Subject: [PATCH 1/7] Remove repeated "the" --- .../kotlin/io/spine/tools/compiler/gradle/api/ProjectExts.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-api/src/main/kotlin/io/spine/tools/compiler/gradle/api/ProjectExts.kt b/gradle-api/src/main/kotlin/io/spine/tools/compiler/gradle/api/ProjectExts.kt index 080bb21d0..b975b6bd8 100644 --- a/gradle-api/src/main/kotlin/io/spine/tools/compiler/gradle/api/ProjectExts.kt +++ b/gradle-api/src/main/kotlin/io/spine/tools/compiler/gradle/api/ProjectExts.kt @@ -51,7 +51,7 @@ public val Project.compilerSettings: CompilerSettings /** * Obtains the path of the directory with the generated code as configured by - * the [CompilerSettings.outputBaseDir] property of the the Compiler extension + * the [CompilerSettings.outputBaseDir] property of the Compiler extension * of this Gradle project. */ public val Project.generatedDir: Path From 76314978b4aa5f632ba602d7b8267b347b70296e Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 15:43:09 +0000 Subject: [PATCH 2/7] Bump version -> `2.0.0-SNAPSHOT.039` --- version.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle.kts b/version.gradle.kts index 533235a94..3e05a1415 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -30,7 +30,7 @@ * This version is also used by integration test projects. * E.g. see `tests/consumer/build.gradle.kts`. */ -val compilerVersion: String by extra("2.0.0-SNAPSHOT.038") +val compilerVersion: String by extra("2.0.0-SNAPSHOT.039") /** * The version, same as [compilerVersion], which is used for publishing From 2910f485e3496a88f023e0efa9d42966c0a0dad6 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 15:43:24 +0000 Subject: [PATCH 3/7] Bump internal dependencies --- .../main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt | 4 ++-- .../src/main/kotlin/io/spine/dependency/local/ToolBase.kt | 4 ++-- .../src/main/kotlin/io/spine/dependency/local/Validation.kt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt index 2737c39cf..0944be06e 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt @@ -46,12 +46,12 @@ object CoreJvmCompiler { /** * The version used to in the build classpath. */ - const val dogfoodingVersion = "2.0.0-SNAPSHOT.050" + const val dogfoodingVersion = "2.0.0-SNAPSHOT.053" /** * The version to be used for integration tests. */ - const val version = "2.0.0-SNAPSHOT.050" + const val version = "2.0.0-SNAPSHOT.053" /** * The ID of the Gradle plugin. diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt index 1df8dd1f4..be8a3b7fa 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt @@ -34,8 +34,8 @@ package io.spine.dependency.local @Suppress("ConstPropertyName", "unused") object ToolBase { const val group = Spine.toolsGroup - const val version = "2.0.0-SNAPSHOT.371" - const val dogfoodingVersion = "2.0.0-SNAPSHOT.371" + const val version = "2.0.0-SNAPSHOT.372" + const val dogfoodingVersion = "2.0.0-SNAPSHOT.372" const val lib = "$group:tool-base:$version" const val classicCodegen = "$group:classic-codegen:$version" diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt index 7cf8dd686..5743f9fcf 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt @@ -36,7 +36,7 @@ object Validation { /** * The version of the Validation library artifacts. */ - const val version = "2.0.0-SNAPSHOT.391" + const val version = "2.0.0-SNAPSHOT.395" /** * The last version of Validation compatible with ProtoData. From fd9be1fa84e64b84f58b0228f36e5ab9e68c1ee9 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 15:43:33 +0000 Subject: [PATCH 4/7] Update `config` ref. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index dcd2cee3a..17e0dbb81 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit dcd2cee3af82ce8e4de407801636637f7cdcef3c +Subproject commit 17e0dbb819839d9b65b711efb085b38bcbb5eae9 From 3ced2ab5942ad3bc09621424c2b53b1e7c6a88e2 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 15:43:43 +0000 Subject: [PATCH 5/7] Update dependency reports --- dependencies.md | 44 ++++++++++++++++++++++---------------------- pom.xml | 28 ++++++++++++++-------------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/dependencies.md b/dependencies.md index 33b4d0c4c..30a0e156c 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.tools:compiler-api:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-api:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -1131,14 +1131,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:07 WET 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:compiler-api-tests:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-api-tests:2.0.0-SNAPSHOT.039` ## Runtime ## Compile, tests, and tooling @@ -1504,14 +1504,14 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:05 WET 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:compiler-backend:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-backend:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -2646,14 +2646,14 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:08 WET 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:compiler-cli:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-cli:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -3837,14 +3837,14 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:07 WET 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:compiler-gradle-api:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-gradle-api:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -4909,14 +4909,14 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:07 WET 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:compiler-gradle-plugin:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-gradle-plugin:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -6029,14 +6029,14 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:20 WET 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:compiler-jvm:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-jvm:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -7188,14 +7188,14 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:07 WET 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:compiler-params:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-params:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -8318,14 +8318,14 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:07 WET 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:compiler-protoc-plugin:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-protoc-plugin:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -9186,14 +9186,14 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:07 WET 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:compiler-test-env:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-test-env:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -10324,14 +10324,14 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:07 WET 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:compiler-testlib:2.0.0-SNAPSHOT.038` +# Dependencies of `io.spine.tools:compiler-testlib:2.0.0-SNAPSHOT.039` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -11569,6 +11569,6 @@ This report was generated on **Fri Dec 26 19:14:08 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Dec 26 19:14:08 WET 2025** using +This report was generated on **Mon Feb 23 15:42:08 WET 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/pom.xml b/pom.xml index d522f3185..a94e251c2 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine.tools spine-compiler -2.0.0-SNAPSHOT.038 +2.0.0-SNAPSHOT.039 2015 @@ -140,31 +140,31 @@ all modules and does not describe the project structure per-subproject. io.spine spine-validation-jvm-runtime - 2.0.0-SNAPSHOT.391 + 2.0.0-SNAPSHOT.395 compile io.spine.tools gradle-plugin-api - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.372 compile io.spine.tools jvm-tools - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.372 compile io.spine.tools plugin-base - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.372 compile io.spine.tools protobuf-setup-plugins - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.372 compile @@ -176,13 +176,13 @@ all modules and does not describe the project structure per-subproject. io.spine.tools psi-java - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.372 compile io.spine.tools tool-base - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.372 compile @@ -242,7 +242,7 @@ all modules and does not describe the project structure per-subproject. io.spine.tools plugin-testlib - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.372 test @@ -350,22 +350,22 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-cli-all - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 io.spine.tools compiler-protoc-plugin - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 io.spine.tools core-jvm-gradle-plugins - 2.0.0-SNAPSHOT.050 + 2.0.0-SNAPSHOT.053 io.spine.tools core-jvm-routing - 2.0.0-SNAPSHOT.050 + 2.0.0-SNAPSHOT.053 io.spine.tools @@ -380,7 +380,7 @@ all modules and does not describe the project structure per-subproject. io.spine.tools validation-java-bundle - 2.0.0-SNAPSHOT.391 + 2.0.0-SNAPSHOT.395 org.jacoco From 0fe66b50dde2b49994b9be07d6106b460a710bf9 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 15:51:15 +0000 Subject: [PATCH 6/7] Rollback Validation to `2.0.0-SNAPSHOT.394` ... which is the latest published version. --- .../src/main/kotlin/io/spine/dependency/local/Validation.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt index 5743f9fcf..a76093c13 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt @@ -36,7 +36,7 @@ object Validation { /** * The version of the Validation library artifacts. */ - const val version = "2.0.0-SNAPSHOT.395" + const val version = "2.0.0-SNAPSHOT.394" /** * The last version of Validation compatible with ProtoData. From 36dfa210e28e85ab18858f1787ad1abe4b39bb87 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 15:56:09 +0000 Subject: [PATCH 7/7] Update dependency reports --- dependencies.md | 22 +++++++++++----------- pom.xml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dependencies.md b/dependencies.md index 30a0e156c..b928a6bcc 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1131,7 +1131,7 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:07 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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). @@ -1504,7 +1504,7 @@ This report was generated on **Mon Feb 23 15:42:07 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:05 WET 2026** using +This report was generated on **Mon Feb 23 15:53:11 WET 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). @@ -2646,7 +2646,7 @@ This report was generated on **Mon Feb 23 15:42:05 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:08 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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). @@ -3837,7 +3837,7 @@ This report was generated on **Mon Feb 23 15:42:08 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:07 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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). @@ -4909,7 +4909,7 @@ This report was generated on **Mon Feb 23 15:42:07 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:07 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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). @@ -6029,7 +6029,7 @@ This report was generated on **Mon Feb 23 15:42:07 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:20 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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). @@ -7188,7 +7188,7 @@ This report was generated on **Mon Feb 23 15:42:20 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:07 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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). @@ -8318,7 +8318,7 @@ This report was generated on **Mon Feb 23 15:42:07 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:07 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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). @@ -9186,7 +9186,7 @@ This report was generated on **Mon Feb 23 15:42:07 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:07 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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). @@ -10324,7 +10324,7 @@ This report was generated on **Mon Feb 23 15:42:07 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:07 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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). @@ -11569,6 +11569,6 @@ This report was generated on **Mon Feb 23 15:42:07 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 23 15:42:08 WET 2026** using +This report was generated on **Mon Feb 23 15:53:12 WET 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/pom.xml b/pom.xml index a94e251c2..8b8009f22 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ all modules and does not describe the project structure per-subproject. io.spine spine-validation-jvm-runtime - 2.0.0-SNAPSHOT.395 + 2.0.0-SNAPSHOT.394 compile @@ -380,7 +380,7 @@ all modules and does not describe the project structure per-subproject. io.spine.tools validation-java-bundle - 2.0.0-SNAPSHOT.395 + 2.0.0-SNAPSHOT.394 org.jacoco