Skip to content

Commit df59338

Browse files
Build(deps): bump the minor-and-patch group with 4 updates (#168)
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](zxing/zxing@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](Kotlin/kotlinx.coroutines@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfcde62 commit df59338

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ dependencies {
9797
implementation("androidx.camera:camera-camera2:1.5.3")
9898
implementation("androidx.camera:camera-lifecycle:1.5.3")
9999
implementation("androidx.camera:camera-view:1.5.3")
100-
implementation("com.google.zxing:core:3.5.3")
100+
implementation("com.google.zxing:core:3.5.4")
101101
implementation("net.java.dev.jna:jna:5.18.1@aar")
102102

103103
ksp("androidx.room:room-compiler:$roomVersion")
104104

105105
testImplementation("junit:junit:4.13.2")
106-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
106+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
107107

108-
androidTestImplementation("androidx.test.ext:junit:1.1.5")
109-
androidTestImplementation("androidx.test:core:1.5.0")
108+
androidTestImplementation("androidx.test.ext:junit:1.3.0")
109+
androidTestImplementation("androidx.test:core:1.7.0")
110110
androidTestImplementation("androidx.test:runner:1.7.0")
111111
androidTestImplementation("androidx.room:room-testing:$roomVersion")
112112
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")

0 commit comments

Comments
 (0)