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 2 updates #260

Merged
merged 1 commit into from
Mar 17, 2025
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
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val logbackVersion = "1.5.17"
val logstashEncoderVersion = "8.0"
val prometheusVersion = "0.16.0"
val mockkVersion = "1.13.17"
val testContainerKafkaVersion = "1.20.5"
val testContainerKafkaVersion = "1.20.6"
val nimbusVersion = "9.40"
val kotlinVersion = "2.1.10"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
Expand All @@ -21,7 +21,7 @@ val javaTimeAdapterVersion = "1.1.3"
val commonsCodecVersion = "1.18.0"
val ktfmtVersion = "0.49"
val javaVersion = JvmTarget.JVM_21
val junitJupiterVersion = "5.12.0"
val junitJupiterVersion = "5.12.1"
val commonsCompressVersion = "1.27.1"
val koinVersion = "4.1.0-Beta5"
val diagnosekoderVersion = "1.2025.0"
Expand Down
Loading