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 across 1 directory with 5 updates #316

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
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ val ktorVersion = "2.3.11"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val smCommonVersion = "2.0.8"
val mockkVersion = "1.13.10"
val nimbusdsVersion = "9.39"
val mockkVersion = "1.13.11"
val nimbusdsVersion = "9.39.1"
val hikariVersion = "5.1.0"
val flywayVersion = "10.12.0"
val flywayVersion = "10.13.0"
val postgresVersion = "42.7.3"
val testContainerVersion = "1.19.8"
val kotlinVersion = "1.9.24"
val swaggerUiVersion = "5.17.2"
val kotestVersion = "5.9.0"
val googlePostgresVersion = "1.18.0"
val googlePostgresVersion = "1.18.1"
val googleOauthVersion = "1.36.0"
val ktfmtVersion = "0.44"
val snappyJavaVersion = "1.1.10.5"
Expand Down