Skip to content

Commit

Permalink
Merge pull request #298 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 Nov 1, 2023
2 parents 156e610 + 44bccb8 commit 9707d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

plugins {
val kotlinVersion = "1.9.10"
val kotlinVersion = "1.9.20"
kotlin("jvm") version kotlinVersion
application
id("org.flywaydb.flyway") version "9.22.3"
Expand All @@ -32,7 +32,7 @@ repositories {
maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev") }
}

val exposedVersion = "0.44.0"
val exposedVersion = "0.44.1"
val koinVersion = "3.5.0"
val ktorVersion = "2.3.5"
val logbackVersion = "1.4.11"
Expand Down

0 comments on commit 9707d51

Please sign in to comment.