Skip to content

Commit

Permalink
renovate: update minor-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 8, 2024
1 parent be09666 commit e4ff93a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.io.ByteArrayOutputStream

plugins {
val kotlinVersion = "1.9.22"
val kotlinVersion = "1.9.23"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("org.jetbrains.compose") version "1.5.12"
id("org.jetbrains.compose") version "1.6.0"
id("io.gitlab.arturbosch.detekt") version "1.23.5"
id("dev.hydraulic.conveyor") version "1.8"
id("dev.hydraulic.conveyor") version "1.9"
}

group = "org.datepollsystems.waiterrobot.mediator"
Expand All @@ -31,7 +31,7 @@ dependencies {

implementation(compose.materialIconsExtended)

val ktorVersion = "2.3.8"
val ktorVersion = "2.3.9"
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-cio:$ktorVersion")
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
Expand All @@ -49,7 +49,7 @@ dependencies {

val kermitVersion = "2.0.3"
implementation("co.touchlab:kermit:$kermitVersion")
implementation("io.sentry:sentry:7.3.0")
implementation("io.sentry:sentry:7.6.0")

implementation("org.apache.pdfbox:pdfbox:3.0.1")
runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.0") // Adds a Main Dispatcher for Desktop
Expand Down

0 comments on commit e4ff93a

Please sign in to comment.