Skip to content

Commit

Permalink
Merge pull request #387 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 Dec 5, 2024
2 parents 14fa908 + 70b2827 commit 9181b95
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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"
id("org.jetbrains.kotlinx.kover") version "0.8.3"
id("io.ktor.plugin") version "3.0.1"
id("io.ktor.plugin") version "3.0.2"
}

group = "com.tumugin"
Expand All @@ -27,17 +27,17 @@ repositories {

val exposedVersion = "0.56.0"
val koinVersion = "4.0.0"
val ktorVersion = "3.0.1"
val ktorVersion = "3.0.2"
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 9181b95

Please sign in to comment.