upgrade kotlinx-coroutines-javafx to v1.10.2
What changed, and why it matters
This commit simply bumps a Kotlin coroutines library for JavaFX from version 1.10.1 to 1.10.2. There is no indication in the commit itself that this fixes a security issue, and no security references were provided. It appears to be a routine dependency update.
No immediate security action required. If reviewing for security, check the upstream kotlinx-coroutines-javafx 1.10.2 release notes for any bug or security fixes, but this commit alone does not disclose or address a known vulnerability.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change updates a single dependency line in build.gradle: org.jetbrains.kotlinx:kotlinx-coroutines-javafx from 1.10.1 to 1.10.2. No code changes, no security context, and no release notes or CVE references are included in the supplied materials.
Changed components
build.gradle dependency: kotlinx-coroutines-javafxInspect captured patch +1 / −1
diff --git a/build.gradle b/build.gradle
index ee37118..f9e74d5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -76,7 +76,7 @@ dependencies {
implementation('org.openpnp:openpnp-capture-java:0.0.30-1')
implementation("io.matthewnelson.kmp-tor:runtime:2.5.0")
implementation("io.matthewnelson.kmp-tor:resource-exec-tor-gpl:408.21.0")
- implementation('org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.10.1') {
+ implementation('org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.10.2') {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-common'
}
implementation('de.jangassen:nsmenufx:3.1.0') {
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.