Skip to content

Commit

Permalink
chore(deps): update upgrade all non-major dependencies (gradle) (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 8, 2024
1 parent 98b03eb commit a86304e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
kotlin("multiplatform") version "2.0.10" apply false
kotlin("multiplatform") version "2.0.20" apply false
id("org.jetbrains.compose") version "1.6.11" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.10" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.1.1" apply false
id("com.google.devtools.ksp") version "2.0.10-1.0.24" apply false
id("com.google.devtools.ksp") version "2.0.20-1.0.25" apply false
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ kotlin {
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")

// Logging
implementation("ch.qos.logback:logback-classic:1.5.7")
implementation("ch.qos.logback:logback-classic:1.5.8")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

// Sentry (Crash reporting)
Expand All @@ -72,7 +72,7 @@ kotlin {
implementation("io.insert-koin:koin-annotations:1.3.1")

// SQL Database
implementation(project.dependencies.platform("org.jetbrains.exposed:exposed-bom:0.53.0"))
implementation(project.dependencies.platform("org.jetbrains.exposed:exposed-bom:0.54.0"))
implementation("org.jetbrains.exposed:exposed-core")
implementation("org.jetbrains.exposed:exposed-dao")
implementation("org.jetbrains.exposed:exposed-jdbc")
Expand Down
8 changes: 4 additions & 4 deletions v16/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ kotlin {
implementation(compose.desktop.currentOs)

// OCPP Libs
implementation("com.github.monta-app.library-ocpp:core:v1.0.3")
implementation("com.github.monta-app.library-ocpp:v16:v1.0.3")
implementation("com.github.monta-app.library-ocpp:core:1.0.3")
implementation("com.github.monta-app.library-ocpp:v16:1.0.3")

// Coroutines
implementation(project.dependencies.platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
Expand Down Expand Up @@ -62,7 +62,7 @@ kotlin {
implementation("io.nayuki:qrcodegen:1.8.0")

// Logging
implementation("ch.qos.logback:logback-classic:1.5.7")
implementation("ch.qos.logback:logback-classic:1.5.8")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

// Sentry (Crash reporting)
Expand All @@ -81,7 +81,7 @@ kotlin {
implementation("io.insert-koin:koin-annotations:1.3.1")

// SQL Database
implementation(project.dependencies.platform("org.jetbrains.exposed:exposed-bom:0.53.0"))
implementation(project.dependencies.platform("org.jetbrains.exposed:exposed-bom:0.54.0"))
implementation("org.jetbrains.exposed:exposed-core")
implementation("org.jetbrains.exposed:exposed-dao")
implementation("org.jetbrains.exposed:exposed-jdbc")
Expand Down
8 changes: 4 additions & 4 deletions v201/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ kotlin {
implementation(compose.material3)

// OCPP Libs
implementation("com.github.monta-app.library-ocpp:core:v1.0.3")
implementation("com.github.monta-app.library-ocpp:v201:v1.0.3")
implementation("com.github.monta-app.library-ocpp:core:1.0.3")
implementation("com.github.monta-app.library-ocpp:v201:1.0.3")

// Coroutines
implementation(project.dependencies.platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
Expand Down Expand Up @@ -60,7 +60,7 @@ kotlin {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")

// Logging
implementation("ch.qos.logback:logback-classic:1.5.7")
implementation("ch.qos.logback:logback-classic:1.5.8")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

// Sentry (Crash reporting)
Expand All @@ -79,7 +79,7 @@ kotlin {
implementation("io.insert-koin:koin-annotations:1.3.1")

// SQL Database
implementation(project.dependencies.platform("org.jetbrains.exposed:exposed-bom:0.53.0"))
implementation(project.dependencies.platform("org.jetbrains.exposed:exposed-bom:0.54.0"))
implementation("org.jetbrains.exposed:exposed-core")
implementation("org.jetbrains.exposed:exposed-dao")
implementation("org.jetbrains.exposed:exposed-jdbc")
Expand Down

0 comments on commit a86304e

Please sign in to comment.