diff --git a/build.gradle.kts b/build.gradle.kts index 9bef1a1..47ebf02 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,10 +6,10 @@ import org.flywaydb.gradle.task.FlywayCleanTask import org.flywaydb.gradle.task.FlywayMigrateTask plugins { - val kotlinVersion = "2.0.21" + val kotlinVersion = "2.1.0" kotlin("jvm") version kotlinVersion application - id("org.flywaydb.flyway") version "11.0.0" + id("org.flywaydb.flyway") version "11.0.1" id("org.jetbrains.kotlin.plugin.serialization") version kotlinVersion id("com.adarshr.test-logger") version "4.0.0" id("com.expediagroup.graphql") version "8.2.1" @@ -31,13 +31,13 @@ val ktorVersion = "3.0.1" val logbackVersion = "1.5.12" val coroutineVersion = "1.9.0" val graphQLKotlinVersion = "8.2.1" -val flywayVersion = "11.0.0" -val sentryVersion = "7.18.0" +val flywayVersion = "11.0.1" +val sentryVersion = "7.18.1" buildscript { dependencies { classpath("io.github.cdimascio:dotenv-kotlin:6.4.2") - classpath("org.flywaydb:flyway-database-postgresql:11.0.0") + classpath("org.flywaydb:flyway-database-postgresql:11.0.1") } } @@ -95,7 +95,7 @@ dependencies { implementation("io.github.cdimascio:dotenv-kotlin:6.4.2") implementation("de.svenkubiak:jBCrypt:0.4.3") implementation("io.konform:konform:0.10.0") - implementation("io.lettuce:lettuce-core:6.5.0.RELEASE") + implementation("io.lettuce:lettuce-core:6.5.1.RELEASE") implementation("org.flywaydb:flyway-core:$flywayVersion") implementation("org.flywaydb:flyway-mysql:$flywayVersion") implementation("org.flywaydb:flyway-database-postgresql:$flywayVersion")