From a81a6f58ec475d1a2a2b2938031ed3033ca79378 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:35:36 +0000 Subject: [PATCH] fix(deps): update exposed to v0.59.0 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 58197d3d..7acea3dc 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.1.10" ktor = "3.0.3" -exposed = "0.58.0" +exposed = "0.59.0" javacv-ffmpeg = "7.1-1.5.11" detekt = "1.23.7" coroutines = "1.10.1"