Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the update-dependencies group across 1 directory with 9 updates #268

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ version = "1.0.0"

val javaVersion = JvmTarget.JVM_21

val ktorVersion = "3.1.1"
val logbackVersion = "1.5.17"
val ktorVersion = "3.1.2"
val logbackVersion = "1.5.18"
val logstashencoderVersion = "8.0"
val prometheusVersion = "0.16.0"
val junitjupiterVersion = "5.12.1"
val jacksonVersion = "2.18.3"
val postgresVersion = "42.7.5"
val flywayVersion = "11.4.0"
val hikariVersion = "6.2.1"
val flywayVersion = "11.6.0"
val hikariVersion = "6.3.0"
val testcontainerVersion = "1.20.6"
val mockkVersion = "1.13.17"
val kotlinVersion = "2.1.10"
val kotlinVersion = "2.1.20"
val googlecloudstorageVersion = "2.50.0"
val ktfmtVersion = "0.44"
val kafkaVersion = "3.9.0"
Expand All @@ -26,7 +26,7 @@ val commonsCompressVersion = "1.27.1"

plugins {
id("application")
kotlin("jvm") version "2.1.10"
kotlin("jvm") version "2.1.20"
id("com.gradleup.shadow") version "8.3.6"
id("com.diffplug.spotless") version "7.0.2"
}
Expand Down
Loading