Skip to content

Commit e894db1

Browse files
authored
[Infra] bump org.hamcrest:hamcrest-library from 2.2 to 3.0 (#7455)
The change expands on dependabot's <#7448> by making additional changes to firestore's test gradle config
1 parent e95e7c7 commit e894db1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

firebase-firestore/firebase-firestore.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ dependencies {
161161
testImplementation 'com.google.guava:guava-testlib:12.0-rc2'
162162
testImplementation libs.truth
163163
testImplementation libs.junit
164-
testImplementation libs.hamcrest.junit
164+
testImplementation libs.hamcrest
165165
testImplementation libs.mockito.core
166166
testImplementation libs.robolectric
167167

gradle/libs.versions.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ googleServices = "4.3.15"
3434
gradleErrorpronePlugin = "4.2.0"
3535
grpc = "1.62.2"
3636
grpcKotlin = "1.4.1"
37-
hamcrest = "2.2"
38-
hamcrestJunit = "2.0.0.0"
39-
hamcrestLibrary = "2.2"
37+
hamcrest = "3.0"
38+
hamcrestLibrary = "3.0"
4039
httpclientAndroid = "4.3.5.1"
4140
integrity = "1.4.0"
4241
jacksonCore = "2.13.1"
@@ -129,7 +128,6 @@ grpc-protoc-gen-kotlin = { module = "io.grpc:protoc-gen-grpc-kotlin", version.re
129128
grpc-stub = { module = "io.grpc:grpc-stub", version.ref = "grpc" }
130129
grpc-testing = { module = "io.grpc:grpc-testing", version.ref = "grpc" }
131130
hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
132-
hamcrest-junit = { module = "org.hamcrest:hamcrest-junit", version.ref = "hamcrestJunit" }
133131
hamcrest-library = { module = "org.hamcrest:hamcrest-library", version.ref = "hamcrestLibrary" }
134132
httpclient-android = { module = "org.apache.httpcomponents:httpclient-android", version.ref = "httpclientAndroid" }
135133
integrity = { module = "com.google.android.play:integrity", version.ref = "integrity" }

0 commit comments

Comments
 (0)