Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Bump the gradle group in /app with 4 updates #408

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 app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
val junitJupiterVersion = "5.10.2"
val k9rapidVersion = "1.20240115061003-339d641"
val dusseldorfVersion = "4.2.1"
val ktorVersion = "2.3.8"
val ktorVersion = "2.3.9"
val jsonassertVersion = "1.5.1"
val mockkVersion = "1.13.10"
val assertjVersion = "3.25.3"

// Database
val flywayVersion = "10.8.1"
val flywayVersion = "10.9.0"
val hikariVersion = "5.1.0"
val kotliqueryVersion = "1.9.0"
val postgresVersion = "42.7.2"
Expand Down