Skip to content

Commit 76dc944

Browse files
Merge pull request #2681 from nextcloud/renovate/kotlin-monorepo
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.2.0
2 parents 3d93d05 + 4221b38 commit 76dc944

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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.1.21'
16+
kotlinVersion = '2.2.0'
1717
commonsVersion = '2.3.7'
1818
androidCommonsVersion = '1.1.0'
1919
}

gradle/verification-metadata.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
99
</trusted-artifacts>
1010
<ignored-keys>
11+
<ignored-key id="A6EA2E2BF22E0543" reason="Key couldn't be downloaded from any key server"/>
1112
<ignored-key id="D46C5610D06E7001" reason="Key couldn't be downloaded from any key server"/>
1213
<ignored-key id="EB095DA7D2F6AC0E" reason="Key couldn't be downloaded from any key server"/>
1314
</ignored-keys>
@@ -9160,6 +9161,19 @@
91609161
<sha256 value="c91ab5aa570d86f6fd07cc158ec6bc2c50080402972ee9179fe24100739fbb20" origin="Generated by Gradle"/>
91619162
</artifact>
91629163
</component>
9164+
<component group="io.github.java-diff-utils" name="java-diff-utils" version="4.12">
9165+
<artifact name="java-diff-utils-4.12.jar">
9166+
<sha256 value="9990a2039778f6b4cc94790141c2868864eacee0620c6c459451121a901cd5b5" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
9167+
</artifact>
9168+
<artifact name="java-diff-utils-4.12.pom">
9169+
<sha256 value="c26e097edc8ec6805d1319817d23d4e496cc1015cc55dc5202112d8f6a9165fc" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
9170+
</artifact>
9171+
</component>
9172+
<component group="io.github.java-diff-utils" name="java-diff-utils-parent" version="4.12">
9173+
<artifact name="java-diff-utils-parent-4.12.pom">
9174+
<sha256 value="d811cf9f118cc2cad130c9427ad55c174d4c0a6f1a00ac1ae1c9bcbec5c44b19" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
9175+
</artifact>
9176+
</component>
91639177
<component group="io.grpc" name="grpc-api" version="1.57.0">
91649178
<artifact name="grpc-api-1.57.0.jar">
91659179
<sha256 value="8d2c384299f84ee8aa7f670f00e7cb26b87e231cf3091474307b32b76910f71c" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)