@@ -31,18 +31,18 @@ kotlin {
3131 implementation(compose.material3)
3232
3333 // OCPP Libs
34- implementation(" com.github.monta-app.library-ocpp:ocpp-core:1.0.4 " )
35- implementation(" com.github.monta-app.library-ocpp:ocpp-v201:1.0.4 " )
34+ implementation(" com.github.monta-app.library-ocpp:ocpp-core:1.0.8 " )
35+ implementation(" com.github.monta-app.library-ocpp:ocpp-v201:1.0.8 " )
3636
3737 // Coroutines
38- implementation(project.dependencies.platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 " ))
38+ implementation(project.dependencies.platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 " ))
3939 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core" )
4040 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-jdk8" )
4141 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-slf4j" )
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.3 .1" ))
4646 implementation(" io.ktor:ktor-client-core" )
4747 implementation(" io.ktor:ktor-client-cio" )
4848 implementation(" io.ktor:ktor-client-websockets" )
@@ -51,7 +51,7 @@ kotlin {
5151 implementation(" io.ktor:ktor-serialization-jackson" )
5252
5353 // Jackson
54- implementation(project.dependencies.platform(" com.fasterxml.jackson:jackson-bom:2.18.3 " ))
54+ implementation(project.dependencies.platform(" com.fasterxml.jackson:jackson-bom:2.20.1 " ))
5555 implementation(" com.fasterxml.jackson.core:jackson-core" )
5656 implementation(" com.fasterxml.jackson.core:jackson-annotations" )
5757 implementation(" com.fasterxml.jackson.core:jackson-databind" )
@@ -60,26 +60,26 @@ kotlin {
6060 implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" )
6161
6262 // Logging
63- implementation(" ch.qos.logback:logback-classic:1.5.18 " )
64- implementation(" io.github.oshai:kotlin-logging-jvm:7.0.6 " )
63+ implementation(" ch.qos.logback:logback-classic:1.5.20 " )
64+ implementation(" io.github.oshai:kotlin-logging-jvm:7.0.13 " )
6565
6666 // Sentry (Crash reporting)
67- implementation(project.dependencies.platform(" io.sentry:sentry-bom:8.5 .0" ))
67+ implementation(project.dependencies.platform(" io.sentry:sentry-bom:8.25 .0" ))
6868 implementation(" io.sentry:sentry" )
6969 implementation(" io.sentry:sentry-logback" )
7070
7171 // Markdown
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.1.1 " ))
7676 implementation(" io.insert-koin:koin-core" )
7777 implementation(" io.insert-koin:koin-ktor" )
7878 implementation(" io.insert-koin:koin-logger-slf4j" )
79- implementation(" io.insert-koin:koin-annotations:2.0 .0" )
79+ implementation(" io.insert-koin:koin-annotations:2.3 .0" )
8080
8181 // SQL Database
82- implementation(project.dependencies.platform(" org.jetbrains.exposed:exposed-bom:0.60 .0" ))
82+ implementation(project.dependencies.platform(" org.jetbrains.exposed:exposed-bom:0.61 .0" ))
8383 implementation(" org.jetbrains.exposed:exposed-core" )
8484 implementation(" org.jetbrains.exposed:exposed-dao" )
8585 implementation(" org.jetbrains.exposed:exposed-jdbc" )
@@ -90,7 +90,7 @@ kotlin {
9090}
9191
9292dependencies {
93- add(" kspJvm" , " io.insert-koin:koin-ksp-compiler:2.0 .0" )
93+ add(" kspJvm" , " io.insert-koin:koin-ksp-compiler:2.3 .0" )
9494}
9595
9696ktlint {
0 commit comments