Slackbot
05/10/2022, 6:40 PMOctavia Togami
05/10/2022, 6:43 PM:namespace:subproject:dependencies
to see why Gradle has selected 1.5.2, or a Build Scan. It's hard to say why it was selected without knowing your entire build setup.Geoff Golder
05/10/2022, 6:48 PM./gradlew :card:cronjob-unused-payment-balance-processor:dependencies | grep -B 10 kotlinx-serialization-json
Picked up _JAVA_OPTIONS: -Xverify:none
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
| +--- io.gitlab.arturbosch.detekt:detekt-tooling:1.20.0 (*)
| +--- io.gitlab.arturbosch.detekt:detekt-report-html:1.20.0
| | +--- io.gitlab.arturbosch.detekt:detekt-utils:1.20.0
| | \--- org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.5 -> 0.7.3
| +--- io.gitlab.arturbosch.detekt:detekt-report-txt:1.20.0
| | \--- io.gitlab.arturbosch.detekt:detekt-api:1.20.0 (*)
| +--- io.gitlab.arturbosch.detekt:detekt-report-xml:1.20.0
| | \--- io.gitlab.arturbosch.detekt:detekt-api:1.20.0 (*)
| +--- io.gitlab.arturbosch.detekt:detekt-report-sarif:1.20.0
| | \--- io.github.detekt.sarif4k:sarif4k:0.0.1
| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.1.0
| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.1.0 -> 1.5.2 FAILED
Geoff Golder
05/10/2022, 6:49 PMtony
05/10/2022, 6:49 PMtony
05/10/2022, 6:49 PMGeoff Golder
05/10/2022, 6:49 PMGeoff Golder
05/10/2022, 6:50 PMOctavia Togami
05/10/2022, 6:50 PMgrep
shows that's the only listing for itGeoff Golder
05/10/2022, 6:52 PMtony
05/10/2022, 6:52 PMorg.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.1.0 -> 1.5.2 FAILED
indicates that it originally requested 1.1.0, but something else is constraining it to 1.5.2 🤔Geoff Golder
05/10/2022, 6:52 PMtony
05/10/2022, 6:53 PMGeoff Golder
05/10/2022, 6:53 PMOctavia Togami
05/10/2022, 6:54 PMGeoff Golder
05/10/2022, 6:55 PMtony
05/10/2022, 6:55 PM/s/
with /scan-dump/
and then share the binary via the proper support channel (I used to be on the GE team 😄 )Chris Lee
05/10/2022, 6:56 PMGeoff Golder
05/10/2022, 6:59 PMChris Lee
05/10/2022, 6:59 PMGeoff Golder
05/10/2022, 7:01 PMGeoff Golder
05/10/2022, 7:02 PMOctavia Togami
05/10/2022, 7:04 PMGeoff Golder
05/10/2022, 7:05 PMorg.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.5.2} -> 1.5.2 (c)
Geoff Golder
05/10/2022, 7:05 PMGeoff Golder
05/10/2022, 7:07 PM./src/main/kotlin/dependency-versions.gradle.kts:68: "org.jetbrains.kotlinx" to "1.5.2",
Octavia Togami
05/10/2022, 7:07 PMGeoff Golder
05/10/2022, 7:10 PM