From f060783818e052238522536dee500f32b266f324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 23:31:15 +0000 Subject: [PATCH] Build(deps): bump the minor-and-patch group with 4 updates Bumps the minor-and-patch group with 4 updates: [com.google.zxing:core](https://github.com/zxing/zxing), [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines), androidx.test.ext:junit and androidx.test:core. Updates `com.google.zxing:core` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/zxing/zxing/releases) - [Changelog](https://github.com/zxing/zxing/blob/master/CHANGES) - [Commits](https://github.com/zxing/zxing/compare/zxing-3.5.3...zxing-3.5.4) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.3 to 1.10.2 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.3...1.10.2) Updates `androidx.test.ext:junit` from 1.1.5 to 1.3.0 Updates `androidx.test:core` from 1.5.0 to 1.7.0 --- updated-dependencies: - dependency-name: com.google.zxing:core dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: androidx.test.ext:junit dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: androidx.test:core dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0e12a858..c6c0a4c4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -97,16 +97,16 @@ dependencies { implementation("androidx.camera:camera-camera2:1.5.3") implementation("androidx.camera:camera-lifecycle:1.5.3") implementation("androidx.camera:camera-view:1.5.3") - implementation("com.google.zxing:core:3.5.3") + implementation("com.google.zxing:core:3.5.4") implementation("net.java.dev.jna:jna:5.18.1@aar") ksp("androidx.room:room-compiler:$roomVersion") testImplementation("junit:junit:4.13.2") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") - androidTestImplementation("androidx.test.ext:junit:1.1.5") - androidTestImplementation("androidx.test:core:1.5.0") + androidTestImplementation("androidx.test.ext:junit:1.3.0") + androidTestImplementation("androidx.test:core:1.7.0") androidTestImplementation("androidx.test:runner:1.7.0") androidTestImplementation("androidx.room:room-testing:$roomVersion") androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")