From 92e88078abc778f93d1c97656b18c1b4cae1d427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:52:15 +0000 Subject: [PATCH 1/6] fix(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v2.1.10 (#671) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index f6e5757b..aab53733 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -kotlin = "2.1.0" +kotlin = "2.1.10" ktor = "3.0.3" exposed = "0.58.0" javacv-ffmpeg = "7.1-1.5.11" From 1fdbb879b35b89c99ab032fa79810fc24b0508ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:52:42 +0000 Subject: [PATCH 2/6] chore(deps): update kotlin to v2.1.10 (#670) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> From e4ff5e3d5791dff61edb162f1d0f10ef96a2a70f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 16:00:18 +0000 Subject: [PATCH 3/6] fix(deps): update dependency org.apache.tika:tika-core to v3.1.0 (#672) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index aab53733..12e6f882 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -7,7 +7,7 @@ javacv-ffmpeg = "7.1-1.5.11" detekt = "1.23.7" coroutines = "1.10.1" swagger = "2.2.28" -tika = "3.0.0" +tika = "3.1.0" owl = "0.0.1" jackson = "2.18.2" protobuf = "4.29.3" From ced61dd5bdb392889b62da2d5c3db38428516925 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:57:39 +0000 Subject: [PATCH 4/6] fix(deps): update dependency jakarta.validation:jakarta.validation-api to v3.1.1 (#673) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 12e6f882..58197d3d 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -45,7 +45,7 @@ spring-boot-oauth2-jose = { module = "org.springframework.security:spring-securi spring-boot-data-mongodb = { module = "org.springframework.boot:spring-boot-starter-data-mongodb" } spring-boot-data-mongodb-reactive = { module = "org.springframework.boot:spring-boot-starter-data-mongodb-reactive" } -jakarta-validation = { module = "jakarta.validation:jakarta.validation-api", version = "3.1.0" } +jakarta-validation = { module = "jakarta.validation:jakarta.validation-api", version = "3.1.1" } jakarta-annotation = { module = "jakarta.annotation:jakarta.annotation-api", version = "3.0.0" } swagger-annotations = { module = "io.swagger.core.v3:swagger-annotations", version.ref = "swagger" } swagger-models = { module = "io.swagger.core.v3:swagger-models", version.ref = "swagger" } From 6f88d64b826d99e1f89b902b0364978ff99427c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 02:41:17 +0000 Subject: [PATCH 5/6] fix(deps): update exposed to v0.59.0 (#674) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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" From a65c46f32c5add8677b2eb49648e7c7ed7cabe13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:15:37 +0000 Subject: [PATCH 6/6] fix(deps): update ktor monorepo to v3.1.0 (#675) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 7acea3dc..e6d9d7d7 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "2.1.10" -ktor = "3.0.3" +ktor = "3.1.0" exposed = "0.59.0" javacv-ffmpeg = "7.1-1.5.11" detekt = "1.23.7"