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 14 updates #359

Closed
wants to merge 1 commit into from
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 @@ -15,8 +15,8 @@ val jaxbVersion = "2.3.0.1"
val jedisVersion = "4.4.8"
val kafkaVersion = "3.8.0"
val kluentVersion = "1.73"
val ktorVersion = "2.3.12"
val logbackVersion = "1.5.8"
val ktorVersion = "3.0.0"
val logbackVersion = "1.5.11"
val logstashEncoderVersion = "8.0"
val prometheusVersion = "0.16.0"
val kotestVersion = "5.9.1"
Expand All @@ -29,18 +29,18 @@ val javaxJaxwsApiVersion = "2.2.1"
val jaxbTimeAdaptersVersion = "1.1.3"
val testcontainersVersion = "1.20.2"
val syfoXmlCodegen = "2.0.1"
val mockkVersion = "1.13.12"
val kotlinVersion = "2.0.20"
val mockkVersion = "1.13.13"
val kotlinVersion = "2.0.21"
val commonsCodecVersion = "1.17.1"
val ktfmtVersion = "0.44"
val snappyJavaVersion = "1.1.10.6"
val jsonVersion = "20240303"
val opentelemetryVersion = "2.8.0"
val opentelemetryVersion = "2.9.0"
val commonsCompressVersion = "1.27.1"

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