From 2819c75718ed34a8c57df159e614ec1e61e757c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 00:49:27 +0000 Subject: [PATCH 1/2] fix(deps): update dependency com.github.ajalt.mordant:mordant to v3 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6a2fc8e23a..81df6ff859 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ google-ksp = "2.0.21-1.0.27" square-anvil = "2.5.1" ajalt-clikt = "5.0.3" -ajalt-mordant = "2.1.0" +ajalt-mordant = "3.0.1" androidTools = "8.1.0" From c26c080c88f71bec10d2a35a331a9a304bd09c86 Mon Sep 17 00:00:00 2001 From: Rick Busarow Date: Tue, 4 Feb 2025 10:53:07 -0600 Subject: [PATCH 2/2] fix report clipping with new Mordant version --- dependency-guard-aggregate.txt | 709 +++++++++++------- modulecheck-gradle/plugin/api/plugin.api | 13 - .../model/dependency/ConfiguredDependency.kt | 4 +- .../model/dependency/SourceSetDependency.kt | 12 +- .../reporting/console/ReportFactory.kt | 69 +- .../reporting/logging/TerminalModule.kt | 7 +- 6 files changed, 484 insertions(+), 330 deletions(-) diff --git a/dependency-guard-aggregate.txt b/dependency-guard-aggregate.txt index 417768c74a..2045776a31 100644 --- a/dependency-guard-aggregate.txt +++ b/dependency-guard-aggregate.txt @@ -1,11 +1,19 @@ -:modulecheck-api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-api -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-api -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-api -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-api -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-api -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-api -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-api -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-api -- runtimeClasspath -- org.codehaus.groovy:groovy-xml:3.0.24 @@ -16,7 +24,6 @@ :modulecheck-api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -28,18 +35,24 @@ :modulecheck-api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-api -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-api -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-api -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-api -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-core -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-core -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-core -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-core -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-core -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-core -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-core -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-core -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-core -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-core -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-core -- runtimeClasspath -- org.codehaus.groovy:groovy-xml:3.0.24 @@ -50,7 +63,6 @@ :modulecheck-core -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-core -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-core -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-core -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-core -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-core -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-core -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -62,8 +74,6 @@ :modulecheck-core -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-core -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-core -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-core -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-core -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-core -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 :modulecheck-dagger -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-bom:2.0.21 @@ -158,14 +168,22 @@ :modulecheck-config:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-config:impl -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-finding:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-finding:api -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-finding:api -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-finding:api -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-finding:api -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-finding:api -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-finding:api -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-finding:api -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -174,7 +192,6 @@ :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -186,18 +203,24 @@ :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-finding:api -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-finding:api -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-finding:api -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-finding:api -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-finding:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-finding:impl -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-finding:impl -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-finding:impl -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-finding:impl -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-finding:impl -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-finding:impl -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-finding:impl -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -206,7 +229,6 @@ :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -218,18 +240,24 @@ :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-finding:impl -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-finding:impl -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-finding:impl-android -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-finding:impl-android -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-finding:impl-android -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-finding:impl-android -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-finding:impl-android -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-finding:impl-android -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-finding:impl-android -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -238,7 +266,6 @@ :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -250,18 +277,24 @@ :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-finding:impl-android -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-finding:impl-android -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-finding:impl-sort -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-finding:impl-sort -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-finding:impl-sort -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-finding:impl-sort -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-finding:impl-sort -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-finding:impl-sort -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-finding:impl-sort -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -270,7 +303,6 @@ :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -282,31 +314,40 @@ :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-finding:impl-sort -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-finding:impl-sort -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 -:modulecheck-finding:name -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 +:modulecheck-finding:name -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-finding:name -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-bom:2.0.21 -:modulecheck-finding:name -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.0 -:modulecheck-finding:name -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -:modulecheck-finding:name -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-finding:name -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 :modulecheck-finding:name -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 :modulecheck-finding:name -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 :modulecheck-finding:name -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 :modulecheck-finding:name -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-finding:name -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-finding:name -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 -:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-gradle:plugin -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-gradle:plugin -- runtimeClasspath -- com.github.javaparser:javaparser-core:3.26.4 :modulecheck-gradle:plugin -- runtimeClasspath -- com.github.javaparser:javaparser-symbol-solver-core:3.26.4 @@ -328,7 +369,7 @@ :modulecheck-gradle:plugin -- runtimeClasspath -- guru.nidi:graphviz-java:0.18.1 :modulecheck-gradle:plugin -- runtimeClasspath -- jakarta.inject:jakarta.inject-api:2.0.1 :modulecheck-gradle:plugin -- runtimeClasspath -- javax.inject:javax.inject:1 -:modulecheck-gradle:plugin -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-gradle:plugin -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-gradle:plugin -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-gradle:plugin -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-gradle:plugin -- runtimeClasspath -- org.abego.treelayout:org.abego.treelayout.core:1.0.3 @@ -346,7 +387,6 @@ :modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -358,8 +398,6 @@ :modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-gradle:plugin -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-gradle:plugin -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 :modulecheck-gradle:plugin -- runtimeClasspath -- org.slf4j:jcl-over-slf4j:1.7.30 :modulecheck-gradle:plugin -- runtimeClasspath -- org.slf4j:jul-to-slf4j:1.7.30 @@ -386,12 +424,20 @@ :modulecheck-parsing:android -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:android -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- com.ibm.icu:icu4j:72.1 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.abego.treelayout:org.abego.treelayout.core:1.0.3 @@ -406,9 +452,6 @@ :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 @@ -418,13 +461,19 @@ :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-parsing:groovy-antlr -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 -:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-parsing:java -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-parsing:java -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-parsing:java -- runtimeClasspath -- com.github.javaparser:javaparser-core:3.26.4 :modulecheck-parsing:java -- runtimeClasspath -- com.github.javaparser:javaparser-symbol-solver-core:3.26.4 @@ -435,7 +484,7 @@ :modulecheck-parsing:java -- runtimeClasspath -- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava :modulecheck-parsing:java -- runtimeClasspath -- com.google.j2objc:j2objc-annotations:3.0.0 :modulecheck-parsing:java -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-parsing:java -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-parsing:java -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-parsing:java -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:java -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-parsing:java -- runtimeClasspath -- org.checkerframework:checker-qual:3.43.0 @@ -446,7 +495,6 @@ :modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -458,19 +506,25 @@ :modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-parsing:java -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-parsing:java -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-parsing:psi -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-parsing:psi -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-parsing:psi -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-parsing:psi -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 :modulecheck-parsing:psi -- runtimeClasspath -- javax.inject:javax.inject:1 -:modulecheck-parsing:psi -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-parsing:psi -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-parsing:psi -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:psi -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -479,7 +533,6 @@ :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -491,14 +544,20 @@ :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-parsing:psi -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-parsing:psi -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-parsing:wiring -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-parsing:wiring -- runtimeClasspath -- com.github.javaparser:javaparser-core:3.26.4 :modulecheck-parsing:wiring -- runtimeClasspath -- com.github.javaparser:javaparser-symbol-solver-core:3.26.4 @@ -511,7 +570,7 @@ :modulecheck-parsing:wiring -- runtimeClasspath -- com.ibm.icu:icu4j:72.1 :modulecheck-parsing:wiring -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 :modulecheck-parsing:wiring -- runtimeClasspath -- javax.inject:javax.inject:1 -:modulecheck-parsing:wiring -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-parsing:wiring -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-parsing:wiring -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:wiring -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-parsing:wiring -- runtimeClasspath -- org.abego.treelayout:org.abego.treelayout.core:1.0.3 @@ -529,7 +588,6 @@ :modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -541,18 +599,24 @@ :modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-parsing:wiring -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-parsing:wiring -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-project:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-project:api -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-project:api -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-project:api -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-project:api -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-project:api -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-project:api -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-project:api -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-project:api -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -561,7 +625,6 @@ :modulecheck-project:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-project:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-project:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-project:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-project:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-project:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-project:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -573,18 +636,24 @@ :modulecheck-project:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-project:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-project:api -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-project:api -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-project:api -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-project:api -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-project:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-project:impl -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-project:impl -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-project:impl -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-project:impl -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-project:impl -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-project:impl -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-project:impl -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-project:impl -- runtimeClasspath -- org.codehaus.groovy:groovy-xml:3.0.24 @@ -595,7 +664,6 @@ :modulecheck-project:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-project:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-project:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-project:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-project:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-project:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-project:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -607,14 +675,20 @@ :modulecheck-project:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-project:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-project:impl -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-project:impl -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-project:impl -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-project:impl -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-project:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-project:testing -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-project:testing -- runtimeClasspath -- com.github.curious-odd-man:rgxgen:1.4 :modulecheck-project:testing -- runtimeClasspath -- com.github.javaparser:javaparser-core:3.26.4 @@ -643,7 +717,7 @@ :modulecheck-project:testing -- runtimeClasspath -- io.kotest:kotest-property-jvm:5.9.1 :modulecheck-project:testing -- runtimeClasspath -- jakarta.inject:jakarta.inject-api:2.0.1 :modulecheck-project:testing -- runtimeClasspath -- javax.inject:javax.inject:1 -:modulecheck-project:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-project:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-project:testing -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-project:testing -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-project:testing -- runtimeClasspath -- org.abego.treelayout:org.abego.treelayout.core:1.0.3 @@ -661,7 +735,6 @@ :modulecheck-project:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-project:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-project:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-project:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-project:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-project:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-project:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -673,8 +746,6 @@ :modulecheck-project:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-project:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-project:testing -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-project:testing -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-project:testing -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-project:testing -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 :modulecheck-project:testing -- runtimeClasspath -- org.junit.jupiter:junit-jupiter-api:5.12.2 :modulecheck-project:testing -- runtimeClasspath -- org.junit.jupiter:junit-jupiter-engine:5.12.2 @@ -684,10 +755,18 @@ :modulecheck-project:testing -- runtimeClasspath -- org.junit:junit-bom:5.12.2 :modulecheck-project:testing -- runtimeClasspath -- org.opentest4j:opentest4j:1.3.0 -:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-project-generation:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-project-generation:api -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-project-generation:api -- runtimeClasspath -- com.github.curious-odd-man:rgxgen:1.4 :modulecheck-project-generation:api -- runtimeClasspath -- com.github.javaparser:javaparser-core:3.26.4 @@ -716,7 +795,7 @@ :modulecheck-project-generation:api -- runtimeClasspath -- io.kotest:kotest-property-jvm:5.9.1 :modulecheck-project-generation:api -- runtimeClasspath -- jakarta.inject:jakarta.inject-api:2.0.1 :modulecheck-project-generation:api -- runtimeClasspath -- javax.inject:javax.inject:1 -:modulecheck-project-generation:api -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-project-generation:api -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-project-generation:api -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-project-generation:api -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-project-generation:api -- runtimeClasspath -- org.abego.treelayout:org.abego.treelayout.core:1.0.3 @@ -734,7 +813,6 @@ :modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -746,8 +824,6 @@ :modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-project-generation:api -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-project-generation:api -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 :modulecheck-project-generation:api -- runtimeClasspath -- org.junit.jupiter:junit-jupiter-api:5.12.2 :modulecheck-project-generation:api -- runtimeClasspath -- org.junit.jupiter:junit-jupiter-engine:5.12.2 @@ -757,14 +833,22 @@ :modulecheck-project-generation:api -- runtimeClasspath -- org.junit:junit-bom:5.12.2 :modulecheck-project-generation:api -- runtimeClasspath -- org.opentest4j:opentest4j:1.3.0 -:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-reporting:checkstyle -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-reporting:checkstyle -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-reporting:checkstyle -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-reporting:checkstyle -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-reporting:checkstyle -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-reporting:checkstyle -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-reporting:checkstyle -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -773,7 +857,6 @@ :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -785,19 +868,25 @@ :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 :modulecheck-reporting:checkstyle -- runtimeClasspath -- org.unbescape:unbescape:1.1.6.RELEASE -:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-reporting:console -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-reporting:console -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-reporting:console -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-reporting:console -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-reporting:console -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-reporting:console -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-reporting:console -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-reporting:console -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-reporting:console -- runtimeClasspath -- org.codehaus.groovy:groovy-xml:3.0.24 @@ -808,7 +897,6 @@ :modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -820,21 +908,27 @@ :modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-reporting:console -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-reporting:console -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-reporting:graphviz -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-reporting:graphviz -- runtimeClasspath -- com.google.code.findbugs:jsr305:3.0.2 :modulecheck-reporting:graphviz -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-reporting:graphviz -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 :modulecheck-reporting:graphviz -- runtimeClasspath -- guru.nidi:graphviz-java-min-deps:0.18.1 :modulecheck-reporting:graphviz -- runtimeClasspath -- guru.nidi:graphviz-java:0.18.1 -:modulecheck-reporting:graphviz -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-reporting:graphviz -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-reporting:graphviz -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-reporting:graphviz -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.codehaus.groovy:groovy-xml:3.0.24 @@ -845,7 +939,6 @@ :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -857,24 +950,30 @@ :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-reporting:graphviz -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.slf4j:jcl-over-slf4j:1.7.30 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.slf4j:jul-to-slf4j:1.7.30 :modulecheck-reporting:graphviz -- runtimeClasspath -- org.slf4j:slf4j-api:1.7.30 -:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-reporting:sarif -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-reporting:sarif -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-reporting:sarif -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 :modulecheck-reporting:sarif -- runtimeClasspath -- com.squareup.moshi:moshi:1.15.2 :modulecheck-reporting:sarif -- runtimeClasspath -- com.squareup.okio:okio-jvm:3.7.0 :modulecheck-reporting:sarif -- runtimeClasspath -- com.squareup.okio:okio:3.7.0 -:modulecheck-reporting:sarif -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-reporting:sarif -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-reporting:sarif -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-reporting:sarif -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -883,7 +982,6 @@ :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -895,18 +993,24 @@ :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-reporting:sarif -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-reporting:sarif -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-rule:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-rule:api -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-rule:api -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-rule:api -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-rule:api -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-rule:api -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-rule:api -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-rule:api -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -915,7 +1019,6 @@ :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -927,18 +1030,24 @@ :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-rule:api -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-rule:api -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-rule:api -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-rule:api -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-rule:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-rule:impl -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-rule:impl -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-rule:impl -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-rule:impl -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-rule:impl -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-rule:impl -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-rule:impl -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-rule:impl -- runtimeClasspath -- org.codehaus.groovy:groovy-xml:3.0.24 @@ -949,7 +1058,6 @@ :modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -961,18 +1069,24 @@ :modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-rule:impl -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-rule:impl -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-rule:impl-factory -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-rule:impl-factory -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-rule:impl-factory -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 -:modulecheck-rule:impl-factory -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-rule:impl-factory -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-rule:impl-factory -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-rule:impl-factory -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-rule:impl-factory -- runtimeClasspath -- org.codehaus.groovy:groovy-xml:3.0.24 @@ -983,7 +1097,6 @@ :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -995,21 +1108,27 @@ :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-rule:impl-factory -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-rule:impl-factory -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-rule:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-rule:testing -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-rule:testing -- runtimeClasspath -- com.google.dagger:dagger:2.56.2 :modulecheck-rule:testing -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-rule:testing -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 :modulecheck-rule:testing -- runtimeClasspath -- jakarta.inject:jakarta.inject-api:2.0.1 :modulecheck-rule:testing -- runtimeClasspath -- javax.inject:javax.inject:1 -:modulecheck-rule:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-rule:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-rule:testing -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-rule:testing -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-rule:testing -- runtimeClasspath -- org.codehaus.groovy:groovy-xml:3.0.24 @@ -1020,7 +1139,6 @@ :modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -1032,14 +1150,20 @@ :modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-rule:testing -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-rule:testing -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 -:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-runtime:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-runtime:api -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-runtime:api -- runtimeClasspath -- com.google.code.findbugs:jsr305:3.0.2 :modulecheck-runtime:api -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 @@ -1049,7 +1173,7 @@ :modulecheck-runtime:api -- runtimeClasspath -- com.squareup.okio:okio:3.7.0 :modulecheck-runtime:api -- runtimeClasspath -- guru.nidi:graphviz-java-min-deps:0.18.1 :modulecheck-runtime:api -- runtimeClasspath -- guru.nidi:graphviz-java:0.18.1 -:modulecheck-runtime:api -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-runtime:api -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-runtime:api -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-runtime:api -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-runtime:api -- runtimeClasspath -- org.codehaus.groovy:groovy-xml:3.0.24 @@ -1060,7 +1184,6 @@ :modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -1072,18 +1195,24 @@ :modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-runtime:api -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-runtime:api -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 :modulecheck-runtime:api -- runtimeClasspath -- org.slf4j:jcl-over-slf4j:1.7.30 :modulecheck-runtime:api -- runtimeClasspath -- org.slf4j:jul-to-slf4j:1.7.30 :modulecheck-runtime:api -- runtimeClasspath -- org.slf4j:slf4j-api:1.7.30 :modulecheck-runtime:api -- runtimeClasspath -- org.unbescape:unbescape:1.1.6.RELEASE -:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-runtime:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-runtime:testing -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-runtime:testing -- runtimeClasspath -- com.github.curious-odd-man:rgxgen:1.4 :modulecheck-runtime:testing -- runtimeClasspath -- com.github.javaparser:javaparser-core:3.26.4 @@ -1117,7 +1246,7 @@ :modulecheck-runtime:testing -- runtimeClasspath -- io.kotest:kotest-property-jvm:5.9.1 :modulecheck-runtime:testing -- runtimeClasspath -- jakarta.inject:jakarta.inject-api:2.0.1 :modulecheck-runtime:testing -- runtimeClasspath -- javax.inject:javax.inject:1 -:modulecheck-runtime:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-runtime:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-runtime:testing -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-runtime:testing -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-runtime:testing -- runtimeClasspath -- org.abego.treelayout:org.abego.treelayout.core:1.0.3 @@ -1135,7 +1264,6 @@ :modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -1147,8 +1275,6 @@ :modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-runtime:testing -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-runtime:testing -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 :modulecheck-runtime:testing -- runtimeClasspath -- org.junit.jupiter:junit-jupiter-api:5.12.2 :modulecheck-runtime:testing -- runtimeClasspath -- org.junit.jupiter:junit-jupiter-engine:5.12.2 @@ -1367,17 +1493,25 @@ :modulecheck-parsing:kotlin-compiler:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2 :modulecheck-parsing:kotlin-compiler:api -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.github.ben-manes.caffeine:caffeine:3.2.0 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.google.dagger:dagger:2.56.2 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.google.errorprone:error_prone_annotations:2.36.0 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- com.rickbusarow.dispatch:dispatch-core:1.0.0-beta10 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- jakarta.inject:jakarta.inject-api:2.0.1 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- javax.inject:javax.inject:1 -:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -1386,7 +1520,6 @@ :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 @@ -1398,8 +1531,6 @@ :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-parsing:kotlin-compiler:impl -- runtimeClasspath -- org.jspecify:jspecify:1.0.0 :modulecheck-parsing:source:api -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 @@ -1462,33 +1593,39 @@ :modulecheck-parsing:source:testing -- runtimeClasspath -- org.junit:junit-bom:5.12.2 :modulecheck-parsing:source:testing -- runtimeClasspath -- org.opentest4j:opentest4j:1.3.0 -:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 -:modulecheck-reporting:logging:api -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 +:modulecheck-reporting:logging:api -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-reporting:logging:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-bom:2.0.21 -:modulecheck-reporting:logging:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21 -:modulecheck-reporting:logging:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -:modulecheck-reporting:logging:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-reporting:logging:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 :modulecheck-reporting:logging:api -- runtimeClasspath -- org.jetbrains:annotations:13.0 -:modulecheck-reporting:logging:api -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-reporting:logging:api -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 +:modulecheck-reporting:logging:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-reporting:logging:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-bom:2.0.21 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-reporting:logging:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 :modulecheck-reporting:logging:testing -- runtimeClasspath -- org.jetbrains:annotations:13.0 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-reporting:logging:testing -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-utils:coroutines:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-bom:2.0.21 :modulecheck-utils:coroutines:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 @@ -1509,11 +1646,19 @@ :modulecheck-utils:coroutines:impl -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2 :modulecheck-utils:coroutines:impl -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 +:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -1522,9 +1667,6 @@ :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 @@ -1534,14 +1676,20 @@ :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-parsing:gradle:dsl:api -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 +:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -1550,9 +1698,6 @@ :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 @@ -1562,14 +1707,20 @@ :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-parsing:gradle:dsl:internal -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 +:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -1578,9 +1729,6 @@ :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 @@ -1590,14 +1738,20 @@ :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-parsing:gradle:dsl:precompiled -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.3.1 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.3.1 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:2.1.0 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:2.1.0 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.13.0 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath-jvm:3.6.0 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.colormath:colormath:3.6.0 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-core:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-ffm:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-graal-ffi:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm-jna:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant-jvm:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- com.github.ajalt.mordant:mordant:3.0.1 +:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- net.java.dev.jna:jna:5.14.0 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.intellij.deps:trove4j:1.0.20200330 @@ -1606,9 +1760,6 @@ :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-reflect:2.0.21 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 @@ -1618,8 +1769,6 @@ :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 :modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains:annotations:23.0.0 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains:markdown-jvm:0.4.1 -:modulecheck-parsing:gradle:dsl:testing -- runtimeClasspath -- org.jetbrains:markdown:0.4.1 :modulecheck-parsing:gradle:model:api -- runtimeClasspath -- net.swiftzer.semver:semver-jvm:2.1.0 :modulecheck-parsing:gradle:model:api -- runtimeClasspath -- net.swiftzer.semver:semver:2.1.0 diff --git a/modulecheck-gradle/plugin/api/plugin.api b/modulecheck-gradle/plugin/api/plugin.api index ac544f6219..4b112c7751 100644 --- a/modulecheck-gradle/plugin/api/plugin.api +++ b/modulecheck-gradle/plugin/api/plugin.api @@ -56,7 +56,6 @@ public class modulecheck/gradle/ChecksExtension : modulecheck/config/ChecksSetti public final class modulecheck/gradle/ChecksExtension_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;)Lmodulecheck/gradle/ChecksExtension_Factory; - public static fun create (Ljavax/inject/Provider;)Lmodulecheck/gradle/ChecksExtension_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/gradle/ChecksExtension; public static fun newInstance (Lorg/gradle/api/model/ObjectFactory;)Lmodulecheck/gradle/ChecksExtension; @@ -74,7 +73,6 @@ public final class modulecheck/gradle/GradleMcLogger : modulecheck/reporting/log public final class modulecheck/gradle/GradleMcLogger_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;)Lmodulecheck/gradle/GradleMcLogger_Factory; - public static fun create (Ljavax/inject/Provider;)Lmodulecheck/gradle/GradleMcLogger_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/gradle/GradleMcLogger; public static fun newInstance (Lcom/github/ajalt/mordant/terminal/Terminal;)Lmodulecheck/gradle/GradleMcLogger; @@ -111,7 +109,6 @@ public class modulecheck/gradle/ModuleCheckExtension : modulecheck/config/Module public final class modulecheck/gradle/ModuleCheckExtension_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;Ldagger/internal/Provider;)Lmodulecheck/gradle/ModuleCheckExtension_Factory; - public static fun create (Ljavax/inject/Provider;Ljavax/inject/Provider;)Lmodulecheck/gradle/ModuleCheckExtension_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/gradle/ModuleCheckExtension; public static fun newInstance (Lorg/gradle/api/model/ObjectFactory;Lorg/gradle/api/file/ProjectLayout;)Lmodulecheck/gradle/ModuleCheckExtension; @@ -161,7 +158,6 @@ public class modulecheck/gradle/ReportsExtension : modulecheck/config/ReportsSet public final class modulecheck/gradle/ReportsExtension_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;Ldagger/internal/Provider;)Lmodulecheck/gradle/ReportsExtension_Factory; - public static fun create (Ljavax/inject/Provider;Ljavax/inject/Provider;)Lmodulecheck/gradle/ReportsExtension_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/gradle/ReportsExtension; public static fun newInstance (Lorg/gradle/api/model/ObjectFactory;Lorg/gradle/api/file/ProjectLayout;)Lmodulecheck/gradle/ReportsExtension; @@ -178,7 +174,6 @@ public class modulecheck/gradle/SortExtension : modulecheck/config/SortSettings public final class modulecheck/gradle/SortExtension_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;)Lmodulecheck/gradle/SortExtension_Factory; - public static fun create (Ljavax/inject/Provider;)Lmodulecheck/gradle/SortExtension_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/gradle/SortExtension; public static fun newInstance (Lorg/gradle/api/model/ObjectFactory;)Lmodulecheck/gradle/SortExtension; @@ -200,7 +195,6 @@ public final class modulecheck/gradle/internal/GradleProjectProvider$Companion { public final class modulecheck/gradle/internal/GradleProjectProvider_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;)Lmodulecheck/gradle/internal/GradleProjectProvider_Factory; - public static fun create (Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;)Lmodulecheck/gradle/internal/GradleProjectProvider_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/gradle/internal/GradleProjectProvider; public static fun newInstance (Lorg/gradle/api/Project;Lmodulecheck/config/ModuleCheckSettings;Lmodulecheck/project/ProjectCache;Lmodulecheck/gradle/GradleMcLogger;Lmodulecheck/gradle/platforms/android/AgpApiAccess;Lmodulecheck/parsing/gradle/dsl/BuildFileParser$Factory;Lmodulecheck/parsing/wiring/RealJvmFileProvider$Factory;Lmodulecheck/gradle/platforms/android/AndroidPlatformPluginFactory;Lmodulecheck/gradle/platforms/JvmPlatformPluginFactory;Lmodulecheck/model/dependency/TypeSafeProjectPathResolver;Lmodulecheck/model/dependency/AllProjectPathsProvider;)Lmodulecheck/gradle/internal/GradleProjectProvider; @@ -284,7 +278,6 @@ public class modulecheck/gradle/task/MultiRuleModuleCheckTask : modulecheck/grad public final class modulecheck/gradle/task/MultiRuleModuleCheckTask_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;Ldagger/internal/Provider;)Lmodulecheck/gradle/task/MultiRuleModuleCheckTask_Factory; - public static fun create (Ljavax/inject/Provider;Ljavax/inject/Provider;)Lmodulecheck/gradle/task/MultiRuleModuleCheckTask_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/gradle/task/MultiRuleModuleCheckTask; public static fun newInstance (ZZ)Lmodulecheck/gradle/task/MultiRuleModuleCheckTask; @@ -298,7 +291,6 @@ public class modulecheck/gradle/task/SingleRuleModuleCheckTask : modulecheck/gra public final class modulecheck/gradle/task/SingleRuleModuleCheckTask_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;)Lmodulecheck/gradle/task/SingleRuleModuleCheckTask_Factory; - public static fun create (Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;)Lmodulecheck/gradle/task/SingleRuleModuleCheckTask_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/gradle/task/SingleRuleModuleCheckTask; public static fun newInstance (Lmodulecheck/finding/FindingName;ZZ)Lmodulecheck/gradle/task/SingleRuleModuleCheckTask; @@ -323,7 +315,6 @@ public final class modulecheck/parsing/groovy/antlr/GroovyAndroidGradleParser_Fa public final class modulecheck/parsing/groovy/antlr/GroovyDependenciesBlockParser_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;Ldagger/internal/Provider;)Lmodulecheck/parsing/groovy/antlr/GroovyDependenciesBlockParser_Factory; - public static fun create (Ljavax/inject/Provider;Ljavax/inject/Provider;)Lmodulecheck/parsing/groovy/antlr/GroovyDependenciesBlockParser_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/parsing/groovy/antlr/GroovyDependenciesBlockParser; public static fun newInstance (Lmodulecheck/reporting/logging/McLogger;Lmodulecheck/model/dependency/ProjectDependency$Factory;)Lmodulecheck/parsing/groovy/antlr/GroovyDependenciesBlockParser; @@ -332,7 +323,6 @@ public final class modulecheck/parsing/groovy/antlr/GroovyDependenciesBlockParse public final class modulecheck/parsing/groovy/antlr/GroovyPluginsBlockParser_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;)Lmodulecheck/parsing/groovy/antlr/GroovyPluginsBlockParser_Factory; - public static fun create (Ljavax/inject/Provider;)Lmodulecheck/parsing/groovy/antlr/GroovyPluginsBlockParser_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/parsing/groovy/antlr/GroovyPluginsBlockParser; public static fun newInstance (Lmodulecheck/reporting/logging/McLogger;)Lmodulecheck/parsing/groovy/antlr/GroovyPluginsBlockParser; @@ -349,7 +339,6 @@ public final class modulecheck/parsing/kotlin/compiler/NoContextPsiFileFactory_F public final class modulecheck/parsing/psi/KotlinAndroidGradleParser_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;)Lmodulecheck/parsing/psi/KotlinAndroidGradleParser_Factory; - public static fun create (Ljavax/inject/Provider;)Lmodulecheck/parsing/psi/KotlinAndroidGradleParser_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/parsing/psi/KotlinAndroidGradleParser; public static fun newInstance (Lmodulecheck/parsing/kotlin/compiler/NoContextPsiFileFactory;)Lmodulecheck/parsing/psi/KotlinAndroidGradleParser; @@ -358,7 +347,6 @@ public final class modulecheck/parsing/psi/KotlinAndroidGradleParser_Factory : d public final class modulecheck/parsing/psi/KotlinDependenciesBlockParser_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;Ldagger/internal/Provider;Ldagger/internal/Provider;)Lmodulecheck/parsing/psi/KotlinDependenciesBlockParser_Factory; - public static fun create (Ljavax/inject/Provider;Ljavax/inject/Provider;Ljavax/inject/Provider;)Lmodulecheck/parsing/psi/KotlinDependenciesBlockParser_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/parsing/psi/KotlinDependenciesBlockParser; public static fun newInstance (Lmodulecheck/reporting/logging/McLogger;Lmodulecheck/parsing/kotlin/compiler/NoContextPsiFileFactory;Lmodulecheck/model/dependency/ProjectDependency$Factory;)Lmodulecheck/parsing/psi/KotlinDependenciesBlockParser; @@ -367,7 +355,6 @@ public final class modulecheck/parsing/psi/KotlinDependenciesBlockParser_Factory public final class modulecheck/parsing/psi/KotlinPluginsBlockParser_Factory : dagger/internal/Factory { public fun (Ldagger/internal/Provider;)V public static fun create (Ldagger/internal/Provider;)Lmodulecheck/parsing/psi/KotlinPluginsBlockParser_Factory; - public static fun create (Ljavax/inject/Provider;)Lmodulecheck/parsing/psi/KotlinPluginsBlockParser_Factory; public synthetic fun get ()Ljava/lang/Object; public fun get ()Lmodulecheck/parsing/psi/KotlinPluginsBlockParser; public static fun newInstance (Lmodulecheck/reporting/logging/McLogger;)Lmodulecheck/parsing/psi/KotlinPluginsBlockParser; diff --git a/modulecheck-model/dependency/api/src/main/kotlin/modulecheck/model/dependency/ConfiguredDependency.kt b/modulecheck-model/dependency/api/src/main/kotlin/modulecheck/model/dependency/ConfiguredDependency.kt index 04de8ed038..2d6f976e7c 100644 --- a/modulecheck-model/dependency/api/src/main/kotlin/modulecheck/model/dependency/ConfiguredDependency.kt +++ b/modulecheck-model/dependency/api/src/main/kotlin/modulecheck/model/dependency/ConfiguredDependency.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Rick Busarow + * Copyright (C) 2021-2025 Rick Busarow * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -38,6 +38,7 @@ sealed interface ConfiguredDependency : Dependency { */ val isTestFixture: Boolean + /** */ companion object { inline fun T.copy( @@ -84,6 +85,7 @@ sealed interface Dependency data class PluginDependency( val accessor: PluginAccessor ) : Dependency { + /** */ companion object { /** * @return a [PluginDependency] wrapping the [PluginAccessor] receiver diff --git a/modulecheck-model/dependency/api/src/main/kotlin/modulecheck/model/dependency/SourceSetDependency.kt b/modulecheck-model/dependency/api/src/main/kotlin/modulecheck/model/dependency/SourceSetDependency.kt index 90eec082ee..04c3bcca81 100644 --- a/modulecheck-model/dependency/api/src/main/kotlin/modulecheck/model/dependency/SourceSetDependency.kt +++ b/modulecheck-model/dependency/api/src/main/kotlin/modulecheck/model/dependency/SourceSetDependency.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Rick Busarow + * Copyright (C) 2021-2025 Rick Busarow * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -50,18 +50,18 @@ sealed interface SourceSetDependency : HasIdentifier { fun ConfiguredDependency.toSourceSetDependency( sourceSetName: SourceSetName = configurationName.toSourceSetName() -): SourceSetDependency = when (this) { +): SourceSetDependency = when (val dep = this@toSourceSetDependency as ConfiguredDependency) { is ExternalDependency -> SourceSetExternalDependency( sourceSetName = sourceSetName, - group = group, - moduleName = moduleName, - version = version, + group = dep.group, + moduleName = dep.moduleName, + version = dep.version, isTestFixture = isTestFixture ) is ProjectDependency -> SourceSetProjectDependency( sourceSetName = sourceSetName, - projectPath = projectPath, + projectPath = dep.projectPath, isTestFixture = isTestFixture ) } diff --git a/modulecheck-reporting/console/src/main/kotlin/modulecheck/reporting/console/ReportFactory.kt b/modulecheck-reporting/console/src/main/kotlin/modulecheck/reporting/console/ReportFactory.kt index 7f11deabbd..7d4b007432 100644 --- a/modulecheck-reporting/console/src/main/kotlin/modulecheck/reporting/console/ReportFactory.kt +++ b/modulecheck-reporting/console/src/main/kotlin/modulecheck/reporting/console/ReportFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Rick Busarow + * Copyright (C) 2021-2025 Rick Busarow * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -18,6 +18,7 @@ package modulecheck.reporting.console import com.github.ajalt.mordant.rendering.OverflowWrap import com.github.ajalt.mordant.rendering.TextAlign import com.github.ajalt.mordant.rendering.Whitespace +import com.github.ajalt.mordant.table.Borders import com.github.ajalt.mordant.table.grid import com.github.ajalt.mordant.terminal.Terminal import modulecheck.finding.Finding @@ -53,35 +54,54 @@ class ReportFactory @Inject constructor(private val terminal: Terminal) { val values = entry.value val path = values.first().dependentPath + val sortedValues = values.sortedWith( + compareBy( + { !it.fixed }, + { it.dependencyIdentifier }, + { it.positionOrNull }, + { it.findingName.id }, + { it.configurationName }, + { it.sourceOrNull }, + { it.toString() } + ) + ) + appendLine(" ${path.value}") val grid = grid { - whitespace = Whitespace.NORMAL + cellBorders = Borders.NONE + // borderType = BorderType.DOUBLE + + whitespace = Whitespace.PRE overflowWrap = OverflowWrap.NORMAL - align = TextAlign.NONE - padding { left = PADDING } - row(" ", "configuration", "dependency", "name", "source", "build file") { - align = TextAlign.LEFT + padding { + left = PADDING + right = 1 + } + + row(" ", "configuration", "dependency", "name", "source", "build file") + + column(0) { + align = TextAlign.RIGHT + padding { + right = 0 + } } - column(0) { align = TextAlign.RIGHT } - column(0) { padding { left = PADDING_START } } - column(1) { padding { left = 1 } } - - values.sortedWith( - compareBy( - { !it.fixed }, - { it.dependencyIdentifier }, - { it.positionOrNull }, - { it.findingName.id }, - { it.configurationName }, - { it.sourceOrNull }, - { it.toString() } - ) - ).forEach { result -> + column(1) { + padding { + left = 2 + right = 1 + } + } + + align = TextAlign.LEFT + for (result in sortedValues) { val icon = if (result.fixed) theme.success(FIXED) else theme.danger(ERROR) + val rowColor = if (result.fixed) theme.warning.color else theme.danger.color + row( icon, result.configurationName, @@ -90,12 +110,12 @@ class ReportFactory @Inject constructor(private val terminal: Terminal) { result.sourceOrNull.orEmpty(), result.filePathString ) { - style(color = if (result.fixed) theme.warning.color else theme.danger.color) + style(color = rowColor) } } } - appendLine(terminal.render(grid)) + appendLine(terminal.render(grid).prependIndent(" ")) if (entry != entries.last()) { appendLine() @@ -112,8 +132,5 @@ class ReportFactory @Inject constructor(private val terminal: Terminal) { /** */ const val PADDING: Int = 3 - - /** */ - private const val PADDING_START = 8 } } diff --git a/modulecheck-reporting/logging/api/src/main/kotlin/modulecheck/reporting/logging/TerminalModule.kt b/modulecheck-reporting/logging/api/src/main/kotlin/modulecheck/reporting/logging/TerminalModule.kt index 617acc1f45..1715108885 100644 --- a/modulecheck-reporting/logging/api/src/main/kotlin/modulecheck/reporting/logging/TerminalModule.kt +++ b/modulecheck-reporting/logging/api/src/main/kotlin/modulecheck/reporting/logging/TerminalModule.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Rick Busarow + * Copyright (C) 2021-2025 Rick Busarow * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -43,7 +43,6 @@ object TerminalModule { ) ) } - ).also { - it.info.updateTerminalSize() - } + ) + .also { it.updateSize() } }