revert continuity camera device change as unsupported on macos 13
What changed, and why it matters
This commit simply downgrades a camera-capture library dependency by one patch version because the newer version broke compatibility with macOS 13's Continuity Camera feature. There is no security content visible in the diff or message.
No security action needed; treat as a routine compatibility revert.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change reverts org.openpnp:openpnp-capture-java from 0.0.28-7 to 0.0.28-6 in build.gradle. The commit message states the newer build was unsupported on macOS 13 Continuity Camera. No code changes, vulnerability fixes, or security-related references are present.
Changed components
build.gradle dependency version for org.openpnp:openpnp-capture-javaInspect captured patch +1 / −1
diff --git a/build.gradle b/build.gradle
index 5244bb3..7c21d22 100644
--- a/build.gradle
+++ b/build.gradle
@@ -74,7 +74,7 @@ dependencies {
implementation('com.fasterxml.jackson.core:jackson-databind:2.17.2')
implementation('com.sparrowwallet:hummingbird:1.7.4')
implementation('co.nstant.in:cbor:0.9')
- implementation('org.openpnp:openpnp-capture-java:0.0.28-7')
+ implementation('org.openpnp:openpnp-capture-java:0.0.28-6')
implementation("io.matthewnelson.kmp-tor:runtime:2.2.1")
implementation("io.matthewnelson.kmp-tor:resource-exec-tor-gpl:408.16.3")
implementation('org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.10.1') {
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.