Skip to content

Commit 5814416

Browse files
Update all non-major dependencies
1 parent d024d9f commit 5814416

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ autonomousapps-testkit-plugin = "0.17"
99
autonomousapps-testkit-truth = "1.6.1"
1010
gradle-tapi = "8.14.3"
1111
jackson = "2.21.0"
12-
jgit = "7.5.0.202512021534-r"
13-
koin = "4.1.1"
12+
jgit = "7.6.0.202603022253-r"
13+
koin = "4.2.0"
1414
kotlin = "2.2.21"
1515
kotlinxDatetime = "0.7.1"
1616
kotlinxSerializationJSON = "1.10.0"
@@ -24,18 +24,18 @@ mockito = "5.4.0"
2424
moshi = "1.15.2"
2525
picocli = "4.7.7"
2626
okhttp = "5.3.2"
27-
okio = "3.16.4"
27+
okio = "3.17.0"
2828
retrofit = "3.0.0"
29-
spotlight = "1.6.8"
30-
truth = "1.4.4"
31-
wire = "5.5.0"
29+
spotlight = "1.6.9"
30+
truth = "1.4.5"
31+
wire = "5.5.1"
3232
woodstox = "7.1.1"
3333
ktfmt = "0.59"
34-
ktfmt-gradle = "0.25.0"
35-
vanniktech = "0.35.0"
36-
dagp = "3.5.1"
37-
develocity = "4.3.1"
38-
intellij-platform = "2.11.0"
34+
ktfmt-gradle = "0.26.0"
35+
vanniktech = "0.36.0"
36+
dagp = "3.6.1"
37+
develocity = "4.4.0"
38+
intellij-platform = "2.13.1"
3939

4040
[libraries]
4141
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ pluginManagement {
1111
id("conventions.settings")
1212
id("com.google.devtools.ksp") version "2.2.20-2.0.4"
1313
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
14-
id("com.gradleup.shadow") version "9.3.1"
15-
id("org.jetbrains.intellij.platform") version "2.11.0"
16-
id("com.fueledbycaffeine.spotlight") version "1.6.6"
14+
id("com.gradleup.shadow") version "9.4.1"
15+
id("org.jetbrains.intellij.platform") version "2.13.1"
16+
id("com.fueledbycaffeine.spotlight") version "1.6.9"
1717
id("com.autonomousapps.testkit") version "0.17"
1818
}
1919
}

0 commit comments

Comments
 (0)