Skip to content

Bump the gradle group across 1 directory with 8 updates #434

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

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
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
val junitJupiterVersion = "5.11.4"
val k9rapidVersion = "1.20240510083323-9f05ca1"
val ktorVersion = "2.3.13"
val dusseldorfKtorVersion = "5.0.15"
val dusseldorfKtorVersion = "5.0.16"
val jsonassertVersion = "1.5.3"

// Database
val flywayVersion = "11.1.0"
val flywayVersion = "11.1.1"
val hikariVersion = "6.2.1"
val kotliqueryVersion = "1.9.0"
val kotliqueryVersion = "1.9.1"
val postgresVersion = "42.7.4"
val embeddedPostgres = "2.1.0"
val embeddedPostgresBinaries = "12.9.0"
Expand Down
Loading