From a8d126098536b822dbd075b2292945e88e504411 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 20 Apr 2026 20:20:35 +0100 Subject: [PATCH 1/5] Bump version -> `2.0.0-SNAPSHOT.413` --- version.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle.kts b/version.gradle.kts index de40c109..edbaca1e 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -24,4 +24,4 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -val versionToPublish: String by extra("2.0.0-SNAPSHOT.412") +val versionToPublish: String by extra("2.0.0-SNAPSHOT.413") From e3dedd29fcb9c4d84f1fc8c566ab95e8beaea21c Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 20 Apr 2026 20:21:39 +0100 Subject: [PATCH 2/5] Update `config` --- .idea/kotlinc.xml | 6 +++++- .../io/spine/dependency/local/Logging.kt | 4 ++-- .../kotlin/io/spine/dependency/test/Kotest.kt | 21 ++----------------- config | 2 +- 4 files changed, 10 insertions(+), 23 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index f516735d..1b15ab44 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -3,8 +3,12 @@ + + - \ No newline at end of file + diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt index 3bb11408..8a14589e 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt @@ -33,7 +33,7 @@ package io.spine.dependency.local */ @Suppress("ConstPropertyName", "unused") object Logging { - const val version = "2.0.0-SNAPSHOT.411" + const val version = "2.0.0-SNAPSHOT.413" const val group = Spine.group const val loggingArtifact = "spine-logging" @@ -46,7 +46,7 @@ object Logging { const val grpcContext = "$group:spine-logging-grpc-context:$version" const val smokeTest = "$group:spine-logging-smoke-test:$version" - const val testLib = "${Spine.toolsGroup}:spine-logging-testlib:$version" + const val testLib = "${Spine.toolsGroup}:logging-testlib:$version" // Transitive dependencies. // Make `public` and use them to force a version in a particular repository, if needed. diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/test/Kotest.kt b/buildSrc/src/main/kotlin/io/spine/dependency/test/Kotest.kt index 6e0ff0b5..f857bcd8 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/test/Kotest.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/test/Kotest.kt @@ -41,34 +41,17 @@ object Kotest { const val assertions = "$group:kotest-assertions-core:$version" const val runnerJUnit5 = "$group:kotest-runner-junit5:$version" const val runnerJUnit5Jvm = "$group:kotest-runner-junit5-jvm:$version" + const val frameworkEngine = "$group:kotest-framework-engine:$version" const val common = "$group:kotest-common:$version" /** - * @deprecated Use [frameworkEngine] instead. + * @deprecated Use `frameworkEngine` instead. */ @Deprecated("Use `frameworkEngine` instead.", ReplaceWith("frameworkEngine")) const val frameworkApi = "$group:kotest-framework-api:$version" - /** * @deprecated The dependency was merged into the core framework. */ @Deprecated("The dependency was merged into the core framework.") const val datatest = "$group:kotest-framework-datatest:$version" - const val frameworkEngine = "$group:kotest-framework-engine:$version" - - // https://plugins.gradle.org/plugin/io.kotest.multiplatform - @Deprecated("The plugin is deprecated. Use `io.kotest` plugin instead.") - object MultiplatformGradlePlugin { - const val version = "6.0.0.M4" - const val id = "io.kotest.multiplatform" - const val classpath = "$group:kotest-framework-multiplatform-plugin-gradle:$version" - } - - // https://github.com/kotest/kotest-gradle-plugin - @Deprecated("The repository is archived. Use `io.kotest.multiplatform` plugin instead.") - object JvmGradlePlugin { - const val version = "0.4.11" - const val id = "io.kotest" - const val classpath = "$group:kotest-gradle-plugin:$version" - } } diff --git a/config b/config index 8f078d4e..5033aff8 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 8f078d4e367c1932f1470a3f37b3f94e19072e35 +Subproject commit 5033aff8159fdde56cd82ba621ac1908fe2f04b1 From 39d7dd7a905c4844e2631d55b83b30993c11e86e Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 20 Apr 2026 20:23:54 +0100 Subject: [PATCH 3/5] Update dependency reports --- dependencies.md | 64 ++++++++++++++++++++++++------------------------- pom.xml | 2 +- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/dependencies.md b/dependencies.md index f918daa5..37de4d6b 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine:spine-logging-context-tests:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-context-tests:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : org.jetbrains. **Name** : annotations. **Version** : 26.0.2. @@ -409,14 +409,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:32 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-logging-fixtures:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-fixtures:2.0.0-SNAPSHOT.413` ## Runtime ## Compile, tests, and tooling @@ -1176,14 +1176,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-grpc-context:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-grpc-context:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -2022,14 +2022,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-jul-backend:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-jul-backend:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -2852,14 +2852,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-jvm-default-platform:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-jvm-default-platform:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -3702,14 +3702,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-jvm-jul-backend-grpc-context:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-jvm-jul-backend-grpc-context:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -4600,14 +4600,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:34 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-logging-jvm-jul-backend-std-context:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-jvm-jul-backend-std-context:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -5490,14 +5490,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-jvm-log4j2-backend-std-context:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-jvm-log4j2-backend-std-context:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -6380,14 +6380,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-jvm-slf4j-jdk14-backend-std-context:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-jvm-slf4j-jdk14-backend-std-context:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -7278,14 +7278,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-jvm-slf4j-reload4j-backend-std-context:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-jvm-slf4j-reload4j-backend-std-context:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -8180,14 +8180,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-log4j2-backend:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-log4j2-backend:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -9034,14 +9034,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging:2.0.0-SNAPSHOT.413` ## Runtime ## Compile, tests, and tooling @@ -9829,14 +9829,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:32 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:logging-testlib:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine.tools:logging-testlib:2.0.0-SNAPSHOT.413` ## Runtime ## Compile, tests, and tooling @@ -10616,14 +10616,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:34 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-logging-probe-backend:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-probe-backend:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.auto.service. **Name** : auto-service-annotations. **Version** : 1.1.1. @@ -11470,14 +11470,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-smoke-test:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-smoke-test:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -12368,14 +12368,14 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:33 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-logging-std-context:2.0.0-SNAPSHOT.412` +# Dependencies of `io.spine:spine-logging-std-context:2.0.0-SNAPSHOT.413` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -13198,6 +13198,6 @@ This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 18:34:07 WEST 2026** using +This report was generated on **Mon Apr 20 20:23:34 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/pom.xml b/pom.xml index aa83a752..02a7a457 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine spine-logging -2.0.0-SNAPSHOT.412 +2.0.0-SNAPSHOT.413 2015 From f81c998cb6ade9f5132e098732dea7c1d8986fdd Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 20 Apr 2026 20:30:31 +0100 Subject: [PATCH 4/5] Rollback Logging -> `2.0.0-SNAPSHOT.411` This is a transitive dependency of Base TestLib. It must be in the test classpath. --- buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt index 8a14589e..d8b54297 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt @@ -33,7 +33,7 @@ package io.spine.dependency.local */ @Suppress("ConstPropertyName", "unused") object Logging { - const val version = "2.0.0-SNAPSHOT.413" + const val version = "2.0.0-SNAPSHOT.411" const val group = Spine.group const val loggingArtifact = "spine-logging" From 5ba59c171ab3165d665119fd8af351a3b86368db Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 20 Apr 2026 20:30:38 +0100 Subject: [PATCH 5/5] Update dependency reports --- dependencies.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/dependencies.md b/dependencies.md index 37de4d6b..a2a10a9d 100644 --- a/dependencies.md +++ b/dependencies.md @@ -409,7 +409,7 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:32 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -1176,7 +1176,7 @@ This report was generated on **Mon Apr 20 20:23:32 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:03 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). @@ -2022,7 +2022,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -2852,7 +2852,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -3702,7 +3702,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -4600,7 +4600,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:34 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -5490,7 +5490,7 @@ This report was generated on **Mon Apr 20 20:23:34 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -6380,7 +6380,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -7278,7 +7278,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -8180,7 +8180,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -9034,7 +9034,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -9829,7 +9829,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:32 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -10616,7 +10616,7 @@ This report was generated on **Mon Apr 20 20:23:32 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:34 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:03 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). @@ -11470,7 +11470,7 @@ This report was generated on **Mon Apr 20 20:23:34 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -12368,7 +12368,7 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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). @@ -13198,6 +13198,6 @@ This report was generated on **Mon Apr 20 20:23:33 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 20 20:23:34 WEST 2026** using +This report was generated on **Mon Apr 20 20:30:02 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