Skip to content

Commit 5eec91c

Browse files
fix(deps): update dependency androidx.test.ext:junit to v1.2.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d806d3d commit 5eec91c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
147147
<trusting group="androidx.annotation"/>
148148
<trusting group="androidx.databinding"/>
149+
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
149150
<trusting group="^com[.]android($|([.].*))" regex="true"/>
150151
</trusted-key>
151152
<trusted-key id="A6D6C97108B8585F91B158748671A8DF71296252" group="com.squareup" name="javapoet" version="1.10.0"/>
@@ -326,6 +327,14 @@
326327
<sha256 value="77639a0b051e22510bad93affcea0ebd781ef124bf9b7621a95749937bcfcdfd" origin="Generated by Gradle" reason="Artifact is not signed"/>
327328
</artifact>
328329
</component>
330+
<component group="androidx.concurrent" name="concurrent-futures-ktx" version="1.1.0">
331+
<artifact name="concurrent-futures-ktx-1.1.0.jar">
332+
<sha256 value="1968bf52039e38636aa6f114cd17d7256919d1e8997417716fef9d1da1f24d85" origin="Generated by Gradle" reason="Artifact is not signed"/>
333+
</artifact>
334+
<artifact name="concurrent-futures-ktx-1.1.0.module">
335+
<sha256 value="69b79724566d49140846700690b8d2165231c577e93e66726a443e8f976bbe19" origin="Generated by Gradle" reason="Artifact is not signed"/>
336+
</artifact>
337+
</component>
329338
<component group="androidx.constraintlayout" name="constraintlayout" version="2.0.1">
330339
<artifact name="constraintlayout-2.0.1.aar">
331340
<sha256 value="ec15b5d4a2eff07888bc1499ce2e2c6efe24c0ed60cc57b08c9dc4b6fd3c2189" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -740,6 +749,14 @@
740749
<sha256 value="fc8b21ebe5fa3a7c96ee098bcdcd00f077ebce73f243fa858e2b0671615f75d8" origin="Generated by Gradle" reason="Artifact is not signed"/>
741750
</artifact>
742751
</component>
752+
<component group="androidx.tracing" name="tracing" version="1.1.0">
753+
<artifact name="tracing-1.1.0.aar">
754+
<sha256 value="5b78e2c618fc10b3d14decc01df76158f15954ad746aacf0607766721da081f6" origin="Generated by Gradle" reason="Artifact is not signed"/>
755+
</artifact>
756+
<artifact name="tracing-1.1.0.module">
757+
<sha256 value="b1fed4309623b6f20bc817d8fbd70e4ea7085e40647694cd399ae58d2f0049e3" origin="Generated by Gradle" reason="Artifact is not signed"/>
758+
</artifact>
759+
</component>
743760
<component group="androidx.transition" name="transition" version="1.2.0">
744761
<artifact name="transition-1.2.0.aar">
745762
<sha256 value="a1e059b3bc0b43a58dec0efecdcaa89c82d2bca552ea5bacf6656c46e853157e" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -4178,6 +4195,11 @@
41784195
<sha256 value="87721cbaa65a3c97d8b1ba9d207840f164c9fe38759fc9ea10ffe26565f8d3e9" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
41794196
</artifact>
41804197
</component>
4198+
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-core" version="1.3.4">
4199+
<artifact name="kotlinx-coroutines-core-1.3.4.pom">
4200+
<pgp value="8756C4F765C9AC3CB6B85D62379CE192D401AB61"/>
4201+
</artifact>
4202+
</component>
41814203
<component group="org.junit" name="junit-bom" version="5.10.2">
41824204
<artifact name="junit-bom-5.10.2.pom">
41834205
<sha256 value="169dd904a4b0f6520cffe658cc62292bfe9f3c14a989fa92120724cde43a9968" origin="Generated by Gradle"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
// dependencies for instrumented tests
8585
// JUnit4 Rules
8686
androidTestImplementation "junit:junit:$junit_version"
87-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
87+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
8888
androidTestImplementation 'androidx.test:rules:1.5.0'
8989

9090
// Android JUnit Runner

sample_client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ dependencies {
5959
implementation 'androidx.test:monitor:1.6.1'
6060
androidTestImplementation 'junit:junit:4.13.2'
6161
androidTestImplementation 'androidx.test:monitor:1.6.1'
62-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
62+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
6363
androidTestImplementation 'androidx.test:runner:1.5.2'
6464
}

0 commit comments

Comments
 (0)