From 02b22b236691e00486dc886ce42b0ae41cb83765 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 07:01:45 +0000 Subject: [PATCH 1/3] fix(deps): update dependency software.amazon.awssdk:s3 to v2.25.53 --- hideout-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hideout-core/build.gradle.kts b/hideout-core/build.gradle.kts index baac473f..aa3412a1 100644 --- a/hideout-core/build.gradle.kts +++ b/hideout-core/build.gradle.kts @@ -194,7 +194,7 @@ dependencies { implementation("dev.usbharu:owl-common-serialize-jackson:0.0.1") implementation("io.trbl:blurhash:1.0.0") - implementation("software.amazon.awssdk:s3:2.25.23") + implementation("software.amazon.awssdk:s3:2.25.53") implementation("org.jsoup:jsoup:1.17.2") implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20240325.1") implementation("org.postgresql:postgresql:42.7.3") From aa59def78c8f955f02ad738dca2ce210a847b5fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 07:01:53 +0000 Subject: [PATCH 2/3] fix(deps): update swagger to v2.2.22 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 6c326cb3..7051dfab 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -6,7 +6,7 @@ exposed = "0.50.1" javacv-ffmpeg = "6.1.1-1.5.10" detekt = "1.23.6" coroutines = "1.8.1" -swagger = "2.2.6" +swagger = "2.2.22" serialization = "1.6.3" kjob = "0.6.0" tika = "2.9.1" From 991753a40d73bc6fedfe5f4e343f2ebf94484af0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 07:01:58 +0000 Subject: [PATCH 3/3] fix(deps): update tika monorepo to v2.9.2 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 6c326cb3..2435dad0 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -9,7 +9,7 @@ coroutines = "1.8.1" swagger = "2.2.6" serialization = "1.6.3" kjob = "0.6.0" -tika = "2.9.1" +tika = "2.9.2" owl = "0.0.1" jackson = "2.15.4"