From 45b933c56beb6385f731c290598d62e71ab5e8cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:59:27 +0000 Subject: [PATCH] fix(deps): update dependency org.bytedeco:javacv to v1.5.11 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index a2c6cc6e..a1f187ce 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -26,7 +26,7 @@ coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reacto coroutines-slf4j = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-slf4j", version.ref = "coroutines" } coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -javacv = { module = "org.bytedeco:javacv", version = "1.5.10" } +javacv = { module = "org.bytedeco:javacv", version = "1.5.11" } javacv-ffmpeg = { module = "org.bytedeco:ffmpeg", version.ref = "javacv-ffmpeg" } detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }