From a992e4fee37d6402669150ffb9dba80e5c31736d Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Thu, 12 Mar 2026 17:03:50 +0000 Subject: [PATCH 1/9] Update Validation version in docs --- .../docs/validation/01-getting-started/adding-to-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/validation/01-getting-started/adding-to-build.md b/docs/content/docs/validation/01-getting-started/adding-to-build.md index 9c480b76ed..9c8cd6f1cd 100644 --- a/docs/content/docs/validation/01-getting-started/adding-to-build.md +++ b/docs/content/docs/validation/01-getting-started/adding-to-build.md @@ -82,7 +82,7 @@ Add the Validation plugin to the build. ```kotlin plugins { module - id("io.spine.validation") version "2.0.0-SNAPSHOT.402" + id("io.spine.validation") version "2.0.0-SNAPSHOT.403" } ``` From f9315e5c3d6d25444af500d978cdb62bb4a23494 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Thu, 12 Mar 2026 17:04:00 +0000 Subject: [PATCH 2/9] Update Validation version in examples --- docs/_examples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_examples b/docs/_examples index 7084c5f46d..f7e8a91170 160000 --- a/docs/_examples +++ b/docs/_examples @@ -1 +1 @@ -Subproject commit 7084c5f46dbffd9bf741c54e96743b0fefc6d568 +Subproject commit f7e8a91170256bb858295a2a59d243ebff5c1bfe From 3d522b538e522b58fa46f95f5eb99ce3670564e7 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Thu, 12 Mar 2026 17:07:12 +0000 Subject: [PATCH 3/9] Fix error message composition --- .../io/spine/validation/option/FieldValidatingOption.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jvm-runtime/src/main/java/io/spine/validation/option/FieldValidatingOption.java b/jvm-runtime/src/main/java/io/spine/validation/option/FieldValidatingOption.java index 42fd830498..6d67841df8 100644 --- a/jvm-runtime/src/main/java/io/spine/validation/option/FieldValidatingOption.java +++ b/jvm-runtime/src/main/java/io/spine/validation/option/FieldValidatingOption.java @@ -73,8 +73,9 @@ protected T optionValue(FieldContext field) throws IllegalStateException { var fieldName = field.targetDeclaration() .name() .value(); - var containingTypeName = descriptor.getContainingType() - .getName(); + var containingTypeName = field.target() + .getContainingType() + .getName(); return couldNotGetOptionValueFrom(fieldName, containingTypeName); }); } From 3fb36886b237f0c1707f8667e38eb2f7efaccd36 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Thu, 12 Mar 2026 17:07:31 +0000 Subject: [PATCH 4/9] Bump version -> `2.0.0-SNAPSHOT.404` --- version.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle.kts b/version.gradle.kts index 3ea203f6a1..4e4910c52c 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -29,4 +29,4 @@ * * For Spine-based dependencies please see [io.spine.dependency.local.Spine]. */ -val validationVersion by extra("2.0.0-SNAPSHOT.403") +val validationVersion by extra("2.0.0-SNAPSHOT.404") From 6eb45cbaf50f802b66dfb99f27487643a63c1f84 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Thu, 12 Mar 2026 17:08:01 +0000 Subject: [PATCH 5/9] Bump Validation in examples --- .../docs/validation/01-getting-started/adding-to-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/validation/01-getting-started/adding-to-build.md b/docs/content/docs/validation/01-getting-started/adding-to-build.md index 9c8cd6f1cd..65bc949a64 100644 --- a/docs/content/docs/validation/01-getting-started/adding-to-build.md +++ b/docs/content/docs/validation/01-getting-started/adding-to-build.md @@ -82,7 +82,7 @@ Add the Validation plugin to the build. ```kotlin plugins { module - id("io.spine.validation") version "2.0.0-SNAPSHOT.403" + id("io.spine.validation") version "2.0.0-SNAPSHOT.404" } ``` From 863f121cbf05cc3947dbf2eed1a368482896f0d5 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Thu, 12 Mar 2026 17:08:23 +0000 Subject: [PATCH 6/9] Bump Validation in examples --- docs/_examples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_examples b/docs/_examples index f7e8a91170..774c08ce1b 160000 --- a/docs/_examples +++ b/docs/_examples @@ -1 +1 @@ -Subproject commit f7e8a91170256bb858295a2a59d243ebff5c1bfe +Subproject commit 774c08ce1bb8da49fd97319cad632c5a93cdde45 From 2ecf4ba1d71e7d3c7be9641af7cb1a8f059ad40f Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Thu, 12 Mar 2026 17:15:51 +0000 Subject: [PATCH 7/9] Update dependency reports --- dependencies.md | 56 ++++++++++++++++++++++++------------------------- pom.xml | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/dependencies.md b/dependencies.md index c5ca424b08..b2b49a0805 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.tools:validation-context:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-context:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -1139,14 +1139,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-context-tests:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-context-tests:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -1743,7 +1743,7 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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). @@ -1764,7 +1764,7 @@ This report was generated on **Fri Mar 06 18:16:01 WET 2026** using -# Dependencies of `io.spine.tools:validation-gradle-plugin:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-gradle-plugin:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -2853,14 +2853,14 @@ This report was generated on **Fri Mar 06 18:16:01 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-java:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-java:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -3939,14 +3939,14 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-java-bundle:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-java-bundle:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : org.jetbrains. **Name** : annotations. **Version** : 13.0. @@ -3993,14 +3993,14 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:45 WET 2026** using +This report was generated on **Thu Mar 12 17:15:34 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:validation-jvm-runtime:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine:validation-jvm-runtime:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -4833,14 +4833,14 @@ This report was generated on **Wed Mar 11 21:28:45 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-consumer:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-consumer:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -5423,14 +5423,14 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-consumer-dependency:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-consumer-dependency:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -5941,14 +5941,14 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-extensions:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-extensions:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -6628,14 +6628,14 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-runtime:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-runtime:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -7257,14 +7257,14 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-validating:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-validating:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -7929,14 +7929,14 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-validator:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-validator:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -8719,14 +8719,14 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-validator-dependency:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-validator-dependency:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -8996,14 +8996,14 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:35 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:validation-vanilla:2.0.0-SNAPSHOT.403` +# Dependencies of `io.spine.tools:validation-vanilla:2.0.0-SNAPSHOT.404` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -9346,6 +9346,6 @@ This report was generated on **Wed Mar 11 21:28:46 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Wed Mar 11 21:28:46 WET 2026** using +This report was generated on **Thu Mar 12 17:15:34 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 0f84885f88..53874bbf0b 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 validation -2.0.0-SNAPSHOT.403 +2.0.0-SNAPSHOT.404 2015 From 09cd981e88d183ebc2cfc14c77a73f935c53d9d7 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Thu, 12 Mar 2026 17:16:17 +0000 Subject: [PATCH 8/9] Remove unused variable --- .../java/io/spine/validation/option/FieldValidatingOption.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jvm-runtime/src/main/java/io/spine/validation/option/FieldValidatingOption.java b/jvm-runtime/src/main/java/io/spine/validation/option/FieldValidatingOption.java index 6d67841df8..cb5d9b1acd 100644 --- a/jvm-runtime/src/main/java/io/spine/validation/option/FieldValidatingOption.java +++ b/jvm-runtime/src/main/java/io/spine/validation/option/FieldValidatingOption.java @@ -68,8 +68,6 @@ protected FieldValidatingOption(GeneratedExtension optionExtens protected T optionValue(FieldContext field) throws IllegalStateException { var option = valueFrom(field); return option.orElseThrow(() -> { - var descriptor = extension().getDescriptor(); - var fieldName = field.targetDeclaration() .name() .value(); From abd6460aaecfd8acfd02da0dfa863ef467690015 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Thu, 12 Mar 2026 17:18:20 +0000 Subject: [PATCH 9/9] Update build time --- dependencies.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dependencies.md b/dependencies.md index b2b49a0805..6925fa92a5 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1139,7 +1139,7 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -1743,7 +1743,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -2853,7 +2853,7 @@ This report was generated on **Fri Mar 06 18:16:01 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -3939,7 +3939,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -3993,7 +3993,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:34 WET 2026** using +This report was generated on **Thu Mar 12 17:16:23 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). @@ -4833,7 +4833,7 @@ This report was generated on **Thu Mar 12 17:15:34 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -5423,7 +5423,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -5941,7 +5941,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -6628,7 +6628,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:27 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). @@ -7257,7 +7257,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -7929,7 +7929,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -8719,7 +8719,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -8996,7 +8996,7 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:35 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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). @@ -9346,6 +9346,6 @@ This report was generated on **Thu Mar 12 17:15:35 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Mar 12 17:15:34 WET 2026** using +This report was generated on **Thu Mar 12 17:16:24 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