Skip to content

Commit 1f2cde9

Browse files
committed
Modified dependabot.yml. Updated other group dependencies.
1 parent 99f77c0 commit 1f2cde9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,10 @@ updates:
4242
applies-to: version-updates
4343
patterns:
4444
- "com.squareup.okhttp3*"
45+
46+
kotlin:
47+
applies-to: version-updates
48+
patterns:
49+
- "org.jetbrains.kotlin*"
50+
- "com.google.devtools.ksp*"
4551
open-pull-requests-limit: 10

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ dependencies {
406406
testImplementation("com.shazam:shazamcrest:0.11")
407407
testImplementation("org.robolectric:robolectric:4.14.1")
408408
//we need it to test Parcelable implementation
409-
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.10")
409+
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.20")
410410
testImplementation("junit:junit:4.13.2")
411411
testImplementation("androidx.room:room-testing:2.6.1")
412412
testImplementation("io.github.classgraph:classgraph:4.8.179")

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ plugins {
1010
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
1111
id("androidx.navigation.safeargs.kotlin") version "2.8.9" apply false
1212
id("com.starter.easylauncher") version "6.4.0" apply false
13-
id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.10" apply false
14-
id("com.google.devtools.ksp") version "2.1.10-1.0.31" apply false
13+
id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.20" apply false
14+
id("com.google.devtools.ksp") version "2.1.20-1.0.31" apply false
1515
id("org.ajoberstar.grgit") version "5.3.0" apply false
1616
}
1717

0 commit comments

Comments
 (0)