Symptom

Dependabot flagged io.opentelemetry:opentelemetry-api:1.41.0 (GHSA-rcgg-9c38-7xpx, medium) as a vulnerable transitive dependency.

Root cause

org.jetbrains.kotlin:swift-export-embeddable:2.3.21 (the Kotlin/Native iOS Swift export build-tool worker) declares opentelemetry-api:1.41.0 as a runtime dependency. It lands on the shared:swiftExportClasspathResolvable configuration. Gradle’s default conflict resolution left it at 1.41.0, below the patched floor of 1.62.0. This is build-toolchain only — not on the shipped server, Android, or iOS runtime classpath — but Dependabot still flags it and the project pins all such CVEs.

Fix

Prevention