@@ -7,9 +7,9 @@ plugins {
7
7
val kotlinVersion = " 1.9.23"
8
8
kotlin(" jvm" ) version kotlinVersion
9
9
kotlin(" plugin.serialization" ) version kotlinVersion
10
- id(" org.jetbrains.compose" ) version " 1.6.2 "
11
- id(" io.gitlab.arturbosch.detekt" ) version " 1.23.6 "
12
- id(" dev.hydraulic.conveyor" ) version " 1.10 "
10
+ id(" org.jetbrains.compose" ) version " 1.7.1 "
11
+ id(" io.gitlab.arturbosch.detekt" ) version " 1.23.7 "
12
+ id(" dev.hydraulic.conveyor" ) version " 1.12 "
13
13
}
14
14
15
15
group = " org.datepollsystems.waiterrobot.mediator"
@@ -47,20 +47,20 @@ dependencies {
47
47
implementation(" io.insert-koin:koin-core:3.5.6" )
48
48
implementation(" io.insert-koin:koin-compose:1.1.5" )
49
49
50
- val kermitVersion = " 2.0.3 "
50
+ val kermitVersion = " 2.0.4 "
51
51
implementation(" co.touchlab:kermit:$kermitVersion " )
52
- implementation(" io.sentry:sentry:7.9 .0" )
52
+ implementation(" io.sentry:sentry:7.17 .0" )
53
53
54
- implementation(" org.apache.pdfbox:pdfbox:3.0.2 " )
55
- runtimeOnly(" org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.1 " ) // Adds a Main Dispatcher for Desktop
54
+ implementation(" org.apache.pdfbox:pdfbox:3.0.3 " )
55
+ runtimeOnly(" org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.9.0 " ) // Adds a Main Dispatcher for Desktop
56
56
57
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6 .3" )
57
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7 .3" )
58
58
implementation(kotlin(" reflect" ))
59
59
60
60
testImplementation(kotlin(" test" ))
61
61
testImplementation(" co.touchlab:kermit-test:$kermitVersion " )
62
62
63
- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6 " )
63
+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7 " )
64
64
}
65
65
66
66
tasks.withType<KotlinCompile > {
0 commit comments