Skip to content

Commit ac9fc27

Browse files
fix(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db3f2b5 commit ac9fc27

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 3 additions & 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($|([.].*))" regex="true"/>
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"/>
@@ -49,6 +50,7 @@
4950
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache"/>
5051
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework"/>
5152
<trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
53+
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group="^com[.]squareup($|([.].*))" regex="true"/>
5254
<trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E">
5355
<trusting group="dev.equo.ide" name="solstice" version="1.7.5"/>
5456
<trusting group="dev.equo.ide" name="solstice" version="1.8.0"/>
@@ -179,6 +181,7 @@
179181
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm"/>
180182
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
181183
<trusting group="androidx.annotation"/>
184+
<trusting group="androidx.concurrent"/>
182185
<trusting group="androidx.databinding"/>
183186
<trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
184187
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
// Android JUnit Runner
9191
androidTestImplementation 'androidx.test:runner:1.6.2'
9292

93-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
93+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
9494
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1'
9595
androidTestImplementation 'commons-io:commons-io:2.20.0'
9696
}

0 commit comments

Comments
 (0)