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

Bump the dependencies group with 9 updates #366

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
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.16.1"
val jaxbApiVersion = "2.4.0-b180830.0359"
val kafkaVersion = "3.6.1"
val ktorVersion = "2.3.7"
val ktorVersion = "2.3.8"
val logbackVersion = "1.4.14"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
Expand All @@ -23,7 +23,7 @@ val mockkVersion = "1.13.9"
val kotlinVersion = "1.9.22"
val googleCloudStorageVersion = "2.32.1"
val junitJupiterVersion = "5.10.1"
val flywayVersion = "10.6.0"
val flywayVersion = "10.7.1"
val hikariVersion = "5.1.0"
val postgresVersion = "42.7.1"
val embeddedPostgresVersion = "2.0.6"
Expand Down
Loading