Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Open
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
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val postgres_version: String by project
val h2_version: String by project
val testcontainers_version = "1.21.3"
val mockk_version = "1.14.7"
val flyway_version = "11.14.0"
val flyway_version = "11.20.0"
val microsoft_graph_version = "6.51.0"

plugins {
Expand Down
Loading