Skip to content

Commit

Permalink
Merge pull request #293 from tumugin/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
tumugin authored Oct 13, 2023
2 parents 43ee76a + 2306852 commit 37a77f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ buildscript {
dependencies {
classpath("io.github.cdimascio:dotenv-kotlin:6.4.1")
classpath("mysql:mysql-connector-java:8.0.33")
classpath("org.flywaydb:flyway-mysql:9.22.2")
classpath("org.flywaydb:flyway-mysql:9.22.3")
}
}

plugins {
val kotlinVersion = "1.9.10"
kotlin("jvm") version kotlinVersion
application
id("org.flywaydb.flyway") version "9.22.1"
id("org.flywaydb.flyway") version "9.22.3"
id("org.jetbrains.kotlin.plugin.serialization") version kotlinVersion
id("com.adarshr.test-logger") version "3.2.0"
id("com.expediagroup.graphql") version "6.5.6"
id("org.jetbrains.kotlinx.kover") version "0.7.3"
id("org.jetbrains.kotlinx.kover") version "0.7.4"
id("io.ktor.plugin") version "2.3.5"
}

Expand All @@ -40,8 +40,8 @@ val ktorVersion = "2.3.5"
val logbackVersion = "1.4.11"
val coroutineVersion = "1.7.3"
val graphQLKotlinVersion = "6.5.6"
val flywayVersion = "9.22.2"
val sentryVersion = "6.30.0"
val flywayVersion = "9.22.3"
val sentryVersion = "6.31.0"

application {
val dotEnvSetting = dotenv { ignoreIfMissing = true }
Expand Down

0 comments on commit 37a77f6

Please sign in to comment.