Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 14fa908 commit 10f6b5f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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")
}
}

Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 10f6b5f

Please sign in to comment.