Skip to content

Commit 59d68e3

Browse files
Update all dependencies
| datasource | package | from | to | | ---------- | --------------------------------------------------------- | ------ | ------ | | maven | org.testcontainers:postgresql | 1.20.6 | 1.21.0 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 7.0.2 | 7.0.3 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.10.1 | 1.10.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm | 1.10.1 | 1.10.2 | | maven | com.sksamuel.cohort:cohort-ktor | 2.6.1 | 2.7.0 | | maven | com.sksamuel.cohort:cohort-hikari | 2.6.1 | 2.7.0 | | maven | io.arrow-kt:arrow-optics | 2.0.1 | 2.1.0 | | maven | io.arrow-kt:arrow-fx-coroutines | 2.0.1 | 2.1.0 | | maven | io.arrow-kt:arrow-core | 2.0.1 | 2.1.0 |
1 parent 2f248e7 commit 59d68e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
arrow = "2.0.1"
3-
cohort = "2.6.1"
4-
coroutines = "1.10.1"
2+
arrow = "2.1.0"
3+
cohort = "2.7.0"
4+
coroutines = "1.10.2"
55
detekt = "1.23.8"
66
hikari = "6.3.0"
77
kjwt = "1.0.0"
@@ -14,10 +14,10 @@ ktor = "3.1.2"
1414
logback = "1.5.18"
1515
postgresql = "42.7.5"
1616
slugify = "3.0.7"
17-
spotless = "7.0.2"
17+
spotless = "7.0.3"
1818
sqldelight = "2.0.2"
1919
suspendapp = "0.5.0"
20-
testcontainers = "1.20.6"
20+
testcontainers = "1.21.0"
2121
version-catalog-update = "1.0.0"
2222

2323
[libraries]

0 commit comments

Comments
 (0)