Skip to content

Commit 604409e

Browse files
committed
chore: upgrade dependencies
Toolbox 2.7 came with small upgrades for kotlin, coroutines and the serialization library. This PR stays in sync.
1 parent cc19d0e commit 604409e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
toolbox-plugin-api = "1.3.46097"
3-
kotlin = "2.1.10"
4-
coroutines = "1.10.1"
5-
serialization = "1.8.0"
3+
kotlin = "2.1.20"
4+
coroutines = "1.10.2"
5+
serialization = "1.8.1"
66
okhttp = "4.12.0"
77
dependency-license-report = "2.9"
88
marketplace-client = "2.0.46"
99
gradle-wrapper = "0.14.0"
1010
exec = "1.12"
1111
moshi = "1.15.2"
12-
ksp = "2.1.10-1.0.31"
12+
ksp = "2.1.20-2.0.1"
1313
retrofit = "3.0.0"
1414
changelog = "2.2.1"
1515
gettext = "0.7.0"

0 commit comments

Comments
 (0)