Skip to content

Commit abf1db8

Browse files
Merge pull request #911 from nextcloud/renovate/kotlin-monorepo
fix(deps): update kotlin monorepo to v2.2.21
2 parents 5c5d1d4 + b68c432 commit abf1db8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build.gradle

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

88
buildscript {
99
ext {
10-
kotlin_version = '2.2.20'
10+
kotlin_version = '2.2.21'
1111
}
1212
repositories {
1313
google()

gradle/verification-metadata.xml

Lines changed: 2 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"/>

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737

3838
dependencies {
3939
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
40-
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.20"))
40+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.21"))
4141

4242
implementation project(path: ':lib')
4343
implementation 'androidx.appcompat:appcompat:1.7.1'

0 commit comments

Comments
 (0)