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 with 2 updates #424

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 @@ -4,7 +4,7 @@ version = "1.0.0"
val coroutinesVersion = "1.10.1"
val jacksonVersion = "2.18.3"
val kluentVersion = "1.73"
val logbackVersion = "1.5.17"
val logbackVersion = "1.5.18"
val ktorVersion = "3.1.1"
val logstashEncoderVersion = "8.0"
val prometheusVersion = "0.16.0"
Expand All @@ -15,7 +15,7 @@ val flywayVersion = "11.4.0"
val postgresVersion = "42.7.5"
val testContainerVersion = "1.20.6"
val kotlinVersion = "2.1.10"
val swaggerUiVersion = "5.20.0"
val swaggerUiVersion = "5.20.1"
val kotestVersion = "5.9.1"
val googlePostgresVersion = "1.23.1"
val googleOauthVersion = "1.39.0"
Expand Down
Loading