Skip to content

Commit 5dbb85b

Browse files
fix(deps): update dependency androidx.annotation:annotation to v1.10.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b552fe1 commit 5dbb85b

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

gradle/verification-metadata.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<trusting group="^com[.]android($|([.].*))" regex="true"/>
4444
</trusted-key>
4545
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
46+
<trusting group="androidx.annotation"/>
4647
<trusting group="androidx.core"/>
4748
<trusting group="androidx.databinding"/>
4849
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
@@ -8168,17 +8169,15 @@
81688169
<sha256 value="034ef1f9997502e97c93473e440aa3956e88e83571bd0e680e160821b6569766" origin="Generated by Gradle"/>
81698170
</artifact>
81708171
</component>
8171-
<component group="com.diffplug.spotless" name="spotless-lib" version="4.5.0">
8172-
<artifact name="spotless-lib-4.5.0.jar">
8173-
<sha256 value="98cd9fe64b6398da7a90f2fd906ef0abc1a0e6d66f519fe6af08a585d7bb6da9"
8174-
origin="Generated by Gradle" />
8175-
</artifact>
8176-
<artifact name="spotless-lib-4.5.0.module">
8177-
<sha256 value="02536d21a82b75a5a639a3cd4160a0839a1a9c35f2dc4c0ff45241b4769f5d35"
8178-
origin="Generated by Gradle" />
8179-
</artifact>
8180-
</component>
8181-
<component group="com.diffplug.spotless" name="spotless-lib-extra" version="3.0.2">
8172+
<component group="com.diffplug.spotless" name="spotless-lib" version="4.5.0">
8173+
<artifact name="spotless-lib-4.5.0.jar">
8174+
<sha256 value="98cd9fe64b6398da7a90f2fd906ef0abc1a0e6d66f519fe6af08a585d7bb6da9" origin="Generated by Gradle"/>
8175+
</artifact>
8176+
<artifact name="spotless-lib-4.5.0.module">
8177+
<sha256 value="02536d21a82b75a5a639a3cd4160a0839a1a9c35f2dc4c0ff45241b4769f5d35" origin="Generated by Gradle"/>
8178+
</artifact>
8179+
</component>
8180+
<component group="com.diffplug.spotless" name="spotless-lib-extra" version="3.0.2">
81828181
<artifact name="spotless-lib-extra-3.0.2.jar">
81838182
<sha256 value="b0e77746d633d445e78489ac3d08ad2ea1b3537c4d064e4abe46cc42d62303eb" origin="Generated by Gradle"/>
81848183
</artifact>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation 'com.github.bitfireAT:dav4jvm:2.2.1'
6767
// in transition phase, we use old and new libs
6868
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
69-
implementation 'androidx.annotation:annotation:1.9.1'
69+
implementation 'androidx.annotation:annotation:1.10.0'
7070
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
7171

7272
implementation "androidx.core:core-ktx:1.17.0"

0 commit comments

Comments
 (0)