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 Nov 11, 2024
1 parent a419fc3 commit db88bec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
val kotlinVersion = "2.0.21"
kotlin("jvm") version kotlinVersion
application
id("org.flywaydb.flyway") version "10.20.1"
id("org.flywaydb.flyway") version "10.21.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.1"
val logbackVersion = "1.5.12"
val coroutineVersion = "1.9.0"
val graphQLKotlinVersion = "8.2.1"
val flywayVersion = "10.20.1"
val flywayVersion = "10.21.0"
val sentryVersion = "7.16.0"

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit db88bec

Please sign in to comment.