@@ -3,11 +3,11 @@ import io.gitlab.arturbosch.detekt.report.ReportMergeTask
33import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44
55plugins {
6- val kotlinVersion = " 1.9.0 "
6+ val kotlinVersion = " 1.9.21 "
77 kotlin(" jvm" ) version kotlinVersion
88 kotlin(" plugin.serialization" ) version kotlinVersion
9- id(" org.jetbrains.compose" ) version " 1.4.3 "
10- id(" io.gitlab.arturbosch.detekt" ) version " 1.23.1 "
9+ id(" org.jetbrains.compose" ) version " 1.5.11 "
10+ id(" io.gitlab.arturbosch.detekt" ) version " 1.23.4 "
1111 id(" dev.hydraulic.conveyor" ) version " 1.6"
1212}
1313
@@ -30,7 +30,7 @@ dependencies {
3030
3131 implementation(compose.materialIconsExtended)
3232
33- val ktorVersion = " 2.3.2 "
33+ val ktorVersion = " 2.3.7 "
3434 implementation(" io.ktor:ktor-client-core:$ktorVersion " )
3535 implementation(" io.ktor:ktor-client-cio:$ktorVersion " )
3636 implementation(" io.ktor:ktor-client-content-negotiation:$ktorVersion " )
@@ -43,23 +43,23 @@ dependencies {
4343 implementation(" dev.icerock.moko:mvvm-core:${mokoMvvmVersion} " )
4444 implementation(" dev.icerock.moko:mvvm-compose:${mokoMvvmVersion} " )
4545
46- implementation(" io.insert-koin:koin-core:3.4 .3" )
47- implementation(" io.insert-koin:koin-compose:1.0.4 " )
46+ implementation(" io.insert-koin:koin-core:3.5 .3" )
47+ implementation(" io.insert-koin:koin-compose:1.1.2 " )
4848
49- val kermitVersion = " 2.0.0-RC5 "
49+ val kermitVersion = " 2.0.2 "
5050 implementation(" co.touchlab:kermit:$kermitVersion " )
51- implementation(" io.sentry:sentry:6.27 .0" )
51+ implementation(" io.sentry:sentry:7.2 .0" )
5252
53- implementation(" org.apache.pdfbox:pdfbox:3.0.0-RC1 " )
53+ implementation(" org.apache.pdfbox:pdfbox:3.0.1 " )
5454 runtimeOnly(" org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3" ) // Adds a Main Dispatcher for Desktop
5555
56- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 " )
56+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 " )
5757 implementation(kotlin(" reflect" ))
5858
5959 testImplementation(kotlin(" test" ))
6060 testImplementation(" co.touchlab:kermit-test:$kermitVersion " )
6161
62- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1 " )
62+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4 " )
6363}
6464
6565tasks.withType<KotlinCompile > {
0 commit comments