Skip to content

Commit fb2f925

Browse files
fix(deps): update dependency androidx.core:core to v1.17.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87004bd commit fb2f925

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
<trusting group="org.codehaus.woodstox"/>
126126
<trusting group="^com[.]fasterxml($|([.].*))" regex="true"/>
127127
</trusted-key>
128+
<trusted-key id="635EE627345F3C1DD422B2E207D3516820BCF6B1" group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3"/>
128129
<trusted-key id="694621A7227D8D5289699830ABE9F3126BB741C1" group="^com[.]google($|([.].*))" regex="true"/>
129130
<trusted-key id="696B6199A2A9D8C29CE78CC0D041CAD2E452550F" group="com.google.protobuf"/>
130131
<trusted-key id="6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688" group="org.apache.httpcomponents" name="httpcomponents-parent" version="12"/>
@@ -255,6 +256,7 @@
255256
<trusting group="org.projectlombok" name="lombok" version="1.18.30"/>
256257
<trusting group="org.projectlombok" name="lombok" version="1.18.32"/>
257258
</trusted-key>
259+
<trusted-key id="D477D51812E692011DB11E66A6EA2E2BF22E0543" group="io.github.java-diff-utils"/>
258260
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
259261
<trusted-key id="D878D4A823EAE731B729D1A8D2151178A123C97F">
260262
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.10"/>
@@ -631,6 +633,11 @@
631633
<sha256 value="4ab4a3b0bc1664e3a2c60dec699af635778e15c6ee373971690948f073dd721e" origin="Generated by Gradle"/>
632634
</artifact>
633635
</component>
636+
<component group="androidx.core" name="core" version="1.17.0">
637+
<artifact name="core-1.17.0.aar">
638+
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
639+
</artifact>
640+
</component>
634641
<component group="androidx.core" name="core" version="1.9.0">
635642
<artifact name="core-1.9.0.aar">
636643
<sha256 value="8bda3ee3a88887d54f6679fb6b6cd788629f73234ac91c8bbed924e721ec85b8" origin="Generated by Gradle"/>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dependencies {
127127

128128
implementation "androidx.appcompat:appcompat:1.7.1"
129129
implementation 'androidx.annotation:annotation:1.9.1'
130-
implementation 'androidx.core:core:1.16.0'
130+
implementation 'androidx.core:core:1.17.0'
131131
implementation 'androidx.fragment:fragment:1.8.9'
132132

133133
implementation 'com.google.android.material:material:1.13.0'

0 commit comments

Comments
 (0)