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 dependencies group across 1 directory with 5 updates #285

Merged
merged 1 commit into from
Nov 28, 2024
Merged
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
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ val javaVersion = JvmTarget.JVM_21

val caffeineVersion = "3.1.8"
val coroutinesVersion = "1.9.0"
val jacksonVersion = "2.18.1"
val jacksonVersion = "2.18.2"
val kluentVersion = "1.73"
val ktorVersion = "3.0.1"
val logbackVersion = "1.5.12"
val logstashEncoderVersion = "8.0"
val prometheusVersion = "0.16.0"
val kotestVersion = "5.9.1"
val mockkVersion = "1.13.13"
val kotlinVersion = "2.0.21"
val kotlinVersion = "2.1.0"
val ktfmtVersion = "0.44"
val diagnosekoderVersion = "1.2024.1"
val kafkaVersion = "3.9.0"
Expand All @@ -28,7 +28,7 @@ val snappyJavaVersion = "1.1.10.7"

plugins {
id("application")
kotlin("jvm") version "2.0.21"
kotlin("jvm") version "2.1.0"
id("com.diffplug.spotless") version "6.25.0"
id("com.gradleup.shadow") version "8.3.5"
}
Expand Down