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] authored Jan 30, 2024
1 parent fad3d52 commit ae069e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.21"
val kotlinVersion = "1.9.22"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("org.jetbrains.compose") version "1.5.11"
id("org.jetbrains.compose") version "1.5.12"
id("io.gitlab.arturbosch.detekt") version "1.23.4"
id("dev.hydraulic.conveyor") version "1.6"
id("dev.hydraulic.conveyor") version "1.8"
}

group = "org.datepollsystems.waiterrobot.mediator"
Expand Down Expand Up @@ -49,7 +49,7 @@ dependencies {

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

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

0 comments on commit ae069e2

Please sign in to comment.