Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test:monitor to v1.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 15, 2024
1 parent 08280d4 commit 5b979c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm"/>
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
<trusting group="androidx.databinding"/>
<trusting group="androidx.test" name="monitor" version="1.7.2"/>
<trusting group="^com[.]android($|([.].*))" regex="true"/>
</trusted-key>
<trusted-key id="A6D6C97108B8585F91B158748671A8DF71296252" group="com.squareup" name="javapoet" version="1.10.0"/>
Expand Down Expand Up @@ -728,6 +729,14 @@
<sha256 value="fc8b21ebe5fa3a7c96ee098bcdcd00f077ebce73f243fa858e2b0671615f75d8" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.tracing" name="tracing" version="1.1.0">
<artifact name="tracing-1.1.0.aar">
<sha256 value="5b78e2c618fc10b3d14decc01df76158f15954ad746aacf0607766721da081f6" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="tracing-1.1.0.module">
<sha256 value="b1fed4309623b6f20bc817d8fbd70e4ea7085e40647694cd399ae58d2f0049e3" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.transition" name="transition" version="1.2.0">
<artifact name="transition-1.2.0.aar">
<sha256 value="a1e059b3bc0b43a58dec0efecdcaa89c82d2bca552ea5bacf6656c46e853157e" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down
4 changes: 2 additions & 2 deletions sample_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ dependencies {
implementation "commons-httpclient:commons-httpclient:3.1@jar"
// remove after entire switch to lib v2
implementation "org.jacoco:org.jacoco.agent:$jacoco_version:runtime"
implementation 'androidx.test:monitor:1.6.1'
implementation 'androidx.test:monitor:1.7.2'
androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:monitor:1.6.1'
androidTestImplementation 'androidx.test:monitor:1.7.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test:runner:1.5.2'
}

0 comments on commit 5b979c6

Please sign in to comment.