Skip to content

Commit 89b0def

Browse files
fix(deps): update dependency androidx.test:monitor to v1.8.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 882bc10 commit 89b0def

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
3838
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
3939
<trusting group="androidx.databinding"/>
40+
<trusting group="androidx.test" name="monitor" version="1.8.0"/>
4041
<trusting group="^com[.]android($|([.].*))" regex="true"/>
4142
</trusted-key>
4243
<trusted-key id="0F07D1201BDDAB67CFB84EB479752DB6C966F0B8" group="com.google.android" name="annotations" version="4.1.1.4"/>

sample_client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ dependencies {
5656
implementation "commons-httpclient:commons-httpclient:3.1@jar"
5757
// remove after entire switch to lib v2
5858
implementation "org.jacoco:org.jacoco.agent:$jacoco_version:runtime"
59-
implementation 'androidx.test:monitor:1.7.2'
59+
implementation 'androidx.test:monitor:1.8.0'
6060
androidTestImplementation 'junit:junit:4.13.2'
61-
androidTestImplementation 'androidx.test:monitor:1.7.2'
61+
androidTestImplementation 'androidx.test:monitor:1.8.0'
6262
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
6363
androidTestImplementation 'androidx.test:runner:1.6.2'
6464
}

0 commit comments

Comments
 (0)