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 12, 2024
1 parent 231cde8 commit d8df86c
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 @@ -9,7 +9,7 @@ plugins {
val kotlinVersion = "2.1.0"
kotlin("jvm") version kotlinVersion
application
id("org.flywaydb.flyway") version "11.0.1"
id("org.flywaydb.flyway") version "11.1.0"
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.2"
val logbackVersion = "1.5.12"
val coroutineVersion = "1.9.0"
val graphQLKotlinVersion = "8.2.1"
val flywayVersion = "11.0.1"
val sentryVersion = "7.18.1"
val flywayVersion = "11.1.0"
val sentryVersion = "7.19.0"

buildscript {
dependencies {
classpath("io.github.cdimascio:dotenv-kotlin:6.4.2")
classpath("org.flywaydb:flyway-database-postgresql:11.0.1")
classpath("org.flywaydb:flyway-database-postgresql:11.1.0")
}
}

Expand Down

0 comments on commit d8df86c

Please sign in to comment.