Skip to content

Commit 5208ad3

Browse files
Merge pull request #1827 from nextcloud/renovate/kotlin-monorepo
fix(deps): update kotlin monorepo to v2.2.20
2 parents 8754c5c + b2bc8ea commit 5208ad3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildscript {
1414
ext {
15-
kotlin_version = '2.2.10'
15+
kotlin_version = '2.2.20'
1616
jacoco_version = '0.8.13'
1717
}
1818
}

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
1111
</trusted-artifacts>
1212
<ignored-keys>
13+
<ignored-key id="07D3516820BCF6B1" reason="Key couldn't be downloaded from any key server"/>
1314
<ignored-key id="2C7F998F4272C851" reason="Key couldn't be downloaded from any key server"/>
1415
</ignored-keys>
1516
<trusted-keys>
@@ -83,6 +84,7 @@
8384
</trusted-key>
8485
<trusted-key id="3690C240CE51B4670D30AD1C38EE757D69184620" group="org.tukaani" name="xz" version="1.9"/>
8586
<trusted-key id="3872ED7D5904493D23D78FA2C4C8CB73B1435348" group="com.android.tools.build" name="transform-api" version="2.0.0-deprecated-use-gradle-api"/>
87+
<trusted-key id="3F05DDA9F317301E927136D417A27CE7A60FF5F0" group="io.opentelemetry"/>
8688
<trusted-key id="41CD49B4EF5876F9E9F691DABAC30622339994C4" group="org.jspecify" name="jspecify" version="1.0.0"/>
8789
<trusted-key id="44F4797A52C336FA666CD9271DE461528F1F1B2A" group="org.apache.jackrabbit"/>
8890
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677" group="org.sonatype.oss" name="oss-parent" version="9"/>
@@ -8293,6 +8295,14 @@
82938295
<sha256 value="41063442c8891b2774536a9b87a5062a7fd20e6f1949974c6da72f49472d6f4d" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
82948296
</artifact>
82958297
</component>
8298+
<component group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3">
8299+
<artifact name="caffeine-2.9.3.jar">
8300+
<sha256 value="1e0a7bbef1dd791653143f3f05d0e489934bf5481e58a87c9e619cd46b68729b" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8301+
</artifact>
8302+
<artifact name="caffeine-2.9.3.module">
8303+
<sha256 value="27dfd34ad6656990d3c73176344b0991f2c82709fab30709b3ddea8fa3003070" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8304+
</artifact>
8305+
</component>
82968306
<component group="com.github.bitfireAT" name="dav4jvm" version="2.2.1">
82978307
<artifact name="dav4jvm-2.2.1.jar">
82988308
<sha256 value="5ce40389fc7ba0b630f07cbd2a573a507db616aed0ffdc744fb78000d8835815" origin="Generated by Gradle" reason="Artifact is not signed">

0 commit comments

Comments
 (0)