File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" multiplatform" ) version " 2.1.10 " apply false
2+ kotlin(" multiplatform" ) version " 2.1.20 " apply false
33 id(" org.jetbrains.compose" ) version " 1.7.3" apply false
4- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.10 " apply false
4+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.20 " apply false
55 id(" org.jlleitschuh.gradle.ktlint" ) version " 12.2.0" apply false
6- id(" com.google.devtools.ksp" ) version " 2.1.10 -1.0.31 " apply false
6+ id(" com.google.devtools.ksp" ) version " 2.1.20 -1.0.32 " apply false
77}
88
99allprojects {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ kotlin {
2929 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactive" )
3030
3131 // Websocket Client
32- implementation(project.dependencies.platform(" io.ktor:ktor-bom:3.1.1 " ))
32+ implementation(project.dependencies.platform(" io.ktor:ktor-bom:3.1.2 " ))
3333 implementation(" io.ktor:ktor-client-core" )
3434 implementation(" io.ktor:ktor-client-cio" )
3535 implementation(" io.ktor:ktor-client-websockets" )
@@ -65,7 +65,7 @@ kotlin {
6565 implementation(" net.swiftzer.semver:semver:2.1.0" )
6666
6767 // Dependency Injection
68- implementation(project.dependencies.platform(" io.insert-koin:koin-bom:4.0.2 " ))
68+ implementation(project.dependencies.platform(" io.insert-koin:koin-bom:4.0.4 " ))
6969 implementation(" io.insert-koin:koin-core" )
7070 implementation(" io.insert-koin:koin-ktor" )
7171 implementation(" io.insert-koin:koin-logger-slf4j" )
@@ -79,7 +79,7 @@ kotlin {
7979 implementation(" org.jetbrains.exposed:exposed-java-time" )
8080
8181 // Data Source Connection Pool
82- implementation(" com.zaxxer:HikariCP:6.2.1 " )
82+ implementation(" com.zaxxer:HikariCP:6.3.0 " )
8383
8484 // SQLite JDBC Driver
8585 implementation(files(" libs/sqlite-jdbc-3.42.0.0.jar" ))
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ kotlin {
4141 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactive" )
4242
4343 // Websocket Client
44- implementation(project.dependencies.platform(" io.ktor:ktor-bom:3.1.1 " ))
44+ implementation(project.dependencies.platform(" io.ktor:ktor-bom:3.1.2 " ))
4545 implementation(" io.ktor:ktor-client-core" )
4646 implementation(" io.ktor:ktor-client-cio" )
4747 implementation(" io.ktor:ktor-client-websockets" )
@@ -74,7 +74,7 @@ kotlin {
7474 implementation(" net.swiftzer.semver:semver:2.1.0" )
7575
7676 // Dependency Injection
77- implementation(project.dependencies.platform(" io.insert-koin:koin-bom:4.0.2 " ))
77+ implementation(project.dependencies.platform(" io.insert-koin:koin-bom:4.0.4 " ))
7878 implementation(" io.insert-koin:koin-core" )
7979 implementation(" io.insert-koin:koin-ktor" )
8080 implementation(" io.insert-koin:koin-logger-slf4j" )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ kotlin {
4242 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactive" )
4343
4444 // Websocket Client
45- implementation(project.dependencies.platform(" io.ktor:ktor-bom:3.1.1 " ))
45+ implementation(project.dependencies.platform(" io.ktor:ktor-bom:3.1.2 " ))
4646 implementation(" io.ktor:ktor-client-core" )
4747 implementation(" io.ktor:ktor-client-cio" )
4848 implementation(" io.ktor:ktor-client-websockets" )
@@ -72,7 +72,7 @@ kotlin {
7272 implementation(" net.swiftzer.semver:semver:2.1.0" )
7373
7474 // Dependency Injection
75- implementation(project.dependencies.platform(" io.insert-koin:koin-bom:4.0.2 " ))
75+ implementation(project.dependencies.platform(" io.insert-koin:koin-bom:4.0.4 " ))
7676 implementation(" io.insert-koin:koin-core" )
7777 implementation(" io.insert-koin:koin-ktor" )
7878 implementation(" io.insert-koin:koin-logger-slf4j" )
You can’t perform that action at this time.
0 commit comments