chore(deps): update plugin redacted to v1.13.0 (#3140)

* chore(deps): update plugin redacted to v1.13.0

* Update dependency diffs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/3526/head
renovate[bot] 8 months ago committed by GitHub
parent c445f0dff0
commit 5d8b39d8f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -227,6 +227,9 @@
+| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.20
+| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
++--- project :data
+| +--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.13.0
+| | \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.13.0
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+| +--- androidx.room:room-runtime:2.7.0
+| | \--- androidx.room:room-runtime-android:2.7.0

@ -799,6 +799,9 @@
+| \--- com.google.protobuf:protobuf-kotlin-lite:4.30.2 (*)
++--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
++--- project :data
+| +--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.13.0
+| | \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.13.0
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+| +--- androidx.room:room-runtime:2.7.0
+| | \--- androidx.room:room-runtime-android:2.7.0

@ -838,6 +838,9 @@
+| | \--- androidx.compose.ui:ui-util:1.7.8 (c)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+| +--- project :data
+| | +--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.13.0
+| | | \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.13.0
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+| | +--- androidx.room:room-runtime:2.7.0
+| | | \--- androidx.room:room-runtime-android:2.7.0

@ -211,4 +211,4 @@ ksp = { id = "com.google.devtools.ksp", version = "2.1.20-2.0.0" }
jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
protobuf = { id = "com.google.protobuf", version = "0.9.5" }
redacted = { id = "dev.zacsweers.redacted", version = "1.11.0" }
redacted = { id = "dev.zacsweers.redacted", version = "1.13.0" }

Loading…
Cancel
Save