Skip to content

Commit 2962542

Browse files
renovate[bot]AndyScherzinger
authored andcommitted
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.2.20
1 parent 63d7818 commit 2962542

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1313

1414
buildscript {
1515
ext {
16-
kotlinVersion = '2.2.10'
16+
kotlinVersion = '2.2.20'
1717
commonsVersion = '2.3.7'
1818
androidCommonsVersion = '1.1.0'
1919
}

gradle/verification-metadata.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
1111
<trust file=".*android-library-2.21.0.module" regex="true" reason="CodeQL fails to resolve this and write it to the metadata"/>
1212
</trusted-artifacts>
13+
<ignored-keys>
14+
<ignored-key id="07D3516820BCF6B1" reason="Key couldn't be downloaded from any key server"/>
15+
<ignored-key id="17A27CE7A60FF5F0" reason="Key couldn't be downloaded from any key server"/>
16+
</ignored-keys>
1317
<trusted-keys>
1418
<trusted-key id="04543577D6A9CC626239C50C7ECBD740FF06AEB5">
1519
<trusting group="org.glassfish.jaxb"/>
@@ -9162,6 +9166,14 @@
91629166
<sha256 value="ce28456d366507ca0f91022942a05e388fd98f862a6d8db3105c5c4497a74ce5" origin="Generated by Gradle"/>
91639167
</artifact>
91649168
</component>
9169+
<component group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3">
9170+
<artifact name="caffeine-2.9.3.jar">
9171+
<sha256 value="1e0a7bbef1dd791653143f3f05d0e489934bf5481e58a87c9e619cd46b68729b" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
9172+
</artifact>
9173+
<artifact name="caffeine-2.9.3.module">
9174+
<sha256 value="27dfd34ad6656990d3c73176344b0991f2c82709fab30709b3ddea8fa3003070" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
9175+
</artifact>
9176+
</component>
91659177
<component group="com.github.bitfireAT" name="dav4jvm" version="2.2.1">
91669178
<artifact name="dav4jvm-2.2.1.jar">
91679179
<sha256 value="e6b8a9ff7ada0841198b18de2d6fd935f1f8754d3c84b8e8e3dc1840648d595d" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -11938,6 +11950,22 @@
1193811950
<sha256 value="b7087907920fc8a81534686b2f1a2b331127af97f015abbdb3786a51f3fa1e52" origin="Generated by Gradle"/>
1193911951
</artifact>
1194011952
</component>
11953+
<component group="io.opentelemetry" name="opentelemetry-api" version="1.41.0">
11954+
<artifact name="opentelemetry-api-1.41.0.jar">
11955+
<sha256 value="9336668f388de68a0a2c3e114154febd29db19a7644f27c4eba548f5de852258" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
11956+
</artifact>
11957+
<artifact name="opentelemetry-api-1.41.0.module">
11958+
<sha256 value="261468589c993b88f7ccad9338ffd8166b9df4cc34de308066932b2a5c9de956" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
11959+
</artifact>
11960+
</component>
11961+
<component group="io.opentelemetry" name="opentelemetry-context" version="1.41.0">
11962+
<artifact name="opentelemetry-context-1.41.0.jar">
11963+
<sha256 value="5e3432a4464a432abfdab73be7142e516d25a84aa8426fce1192ffb0532faa35" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
11964+
</artifact>
11965+
<artifact name="opentelemetry-context-1.41.0.module">
11966+
<sha256 value="174dcda3e840226138adb8ce9043576ddc43c286b612d3dbf64531f67bd8d987" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
11967+
</artifact>
11968+
</component>
1194111969
<component group="io.perfmark" name="perfmark-api" version="0.23.0">
1194211970
<artifact name="perfmark-api-0.23.0.jar">
1194311971
<sha256 value="c705b5c10c18ff3032b9e81742bc2f6b0e5607f6a6dfc0c8ad0cff75d4913042" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>

0 commit comments

Comments
 (0)