From 9fa2e4085c2b8bbef9ea02f849ba14dd76ad13ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:05:01 +0000 Subject: [PATCH 01/10] fix(deps): update dependency software.amazon.awssdk:s3 to v2.25.67 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index e368304b..8978c540 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -69,7 +69,7 @@ jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module- blurhash = { module = "io.trbl:blurhash", version = "1.0.0" } -aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.25.66" } +aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.25.67" } jsoup = { module = "org.jsoup:jsoup", version = "1.17.2" } From 39309d8b93ed1839c6ab376a4d0e7646c5726b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:54:59 +0000 Subject: [PATCH 02/10] fix(deps): update dependency com.google.protobuf:protobuf-kotlin to v4.27.1 --- owl/owl-broker/build.gradle.kts | 2 +- owl/owl-consumer/build.gradle.kts | 2 +- owl/owl-producer/owl-producer-default/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/owl/owl-broker/build.gradle.kts b/owl/owl-broker/build.gradle.kts index 04a60210..3b1ada22 100644 --- a/owl/owl-broker/build.gradle.kts +++ b/owl/owl-broker/build.gradle.kts @@ -20,7 +20,7 @@ repositories { dependencies { implementation("io.grpc:grpc-kotlin-stub:1.4.1") implementation("io.grpc:grpc-protobuf:1.64.0") - implementation("com.google.protobuf:protobuf-kotlin:4.27.0") + implementation("com.google.protobuf:protobuf-kotlin:4.27.1") implementation("io.grpc:grpc-netty:1.64.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") implementation(project(":owl-common")) diff --git a/owl/owl-consumer/build.gradle.kts b/owl/owl-consumer/build.gradle.kts index d91c4f77..d9a90081 100644 --- a/owl/owl-consumer/build.gradle.kts +++ b/owl/owl-consumer/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test") implementation("io.grpc:grpc-kotlin-stub:1.4.1") implementation("io.grpc:grpc-protobuf:1.64.0") - implementation("com.google.protobuf:protobuf-kotlin:4.27.0") + implementation("com.google.protobuf:protobuf-kotlin:4.27.1") implementation("io.grpc:grpc-netty:1.64.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") implementation(project(":owl-common")) diff --git a/owl/owl-producer/owl-producer-default/build.gradle.kts b/owl/owl-producer/owl-producer-default/build.gradle.kts index 25233342..c5c1da29 100644 --- a/owl/owl-producer/owl-producer-default/build.gradle.kts +++ b/owl/owl-producer/owl-producer-default/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { api(project(":owl-producer:owl-producer-api")) implementation("io.grpc:grpc-kotlin-stub:1.4.1") implementation("io.grpc:grpc-protobuf:1.64.0") - implementation("com.google.protobuf:protobuf-kotlin:4.27.0") + implementation("com.google.protobuf:protobuf-kotlin:4.27.1") implementation("io.grpc:grpc-netty:1.64.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") implementation(project(":owl-common")) From bc5e40ef0be1c75b5b73c5df1d7bd9e1cee152d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:28:43 +0000 Subject: [PATCH 03/10] fix(deps): update dependency com.google.protobuf:protoc to v4.27.1 --- owl/owl-broker/build.gradle.kts | 2 +- owl/owl-consumer/build.gradle.kts | 2 +- owl/owl-producer/owl-producer-default/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/owl/owl-broker/build.gradle.kts b/owl/owl-broker/build.gradle.kts index 3b1ada22..9fec1f22 100644 --- a/owl/owl-broker/build.gradle.kts +++ b/owl/owl-broker/build.gradle.kts @@ -41,7 +41,7 @@ kotlin { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.27.0" + artifact = "com.google.protobuf:protoc:4.27.1" } plugins { create("grpc") { diff --git a/owl/owl-consumer/build.gradle.kts b/owl/owl-consumer/build.gradle.kts index d9a90081..f0ffb9ee 100644 --- a/owl/owl-consumer/build.gradle.kts +++ b/owl/owl-consumer/build.gradle.kts @@ -30,7 +30,7 @@ kotlin { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.27.0" + artifact = "com.google.protobuf:protoc:4.27.1" } plugins { create("grpc") { diff --git a/owl/owl-producer/owl-producer-default/build.gradle.kts b/owl/owl-producer/owl-producer-default/build.gradle.kts index c5c1da29..34d0408e 100644 --- a/owl/owl-producer/owl-producer-default/build.gradle.kts +++ b/owl/owl-producer/owl-producer-default/build.gradle.kts @@ -31,7 +31,7 @@ kotlin { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.27.0" + artifact = "com.google.protobuf:protoc:4.27.1" } plugins { create("grpc") { From 3d89c49b62bdceb38d2294b84cdabb7a324506b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:04:54 +0000 Subject: [PATCH 04/10] fix(deps): update serialization to v1.7.0 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 8978c540..5087876b 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -7,7 +7,7 @@ javacv-ffmpeg = "6.1.1-1.5.10" detekt = "1.23.6" coroutines = "1.8.1" swagger = "2.2.22" -serialization = "1.6.3" +serialization = "1.7.0" kjob = "0.6.0" tika = "2.9.2" owl = "0.0.1" From 843660cdf61f9341d309bcababebcd72292bb9bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:05:34 +0000 Subject: [PATCH 05/10] fix(deps): update dependency software.amazon.awssdk:s3 to v2.25.68 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 5087876b..9612b499 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -69,7 +69,7 @@ jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module- blurhash = { module = "io.trbl:blurhash", version = "1.0.0" } -aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.25.67" } +aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.25.68" } jsoup = { module = "org.jsoup:jsoup", version = "1.17.2" } From f67b64275ec9e99a9a4ad8f20b21bc4bf1a57d9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 13:12:57 +0000 Subject: [PATCH 06/10] fix(deps): update dependency com.twelvemonkeys.imageio:imageio-webp to v3.11.0 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 9612b499..f9fda60f 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -77,7 +77,7 @@ owasp-java-html-sanitizer = { module = "com.googlecode.owasp-java-html-sanitizer postgresql = { module = "org.postgresql:postgresql", version = "42.7.3" } -imageio-webp = { module = "com.twelvemonkeys.imageio:imageio-webp", version = "3.10.1" } +imageio-webp = { module = "com.twelvemonkeys.imageio:imageio-webp", version = "3.11.0" } thumbnailator = { module = "net.coobird:thumbnailator", version = "0.4.20" } From 4176b405b2d4304319b9e39af80f2b099b752780 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 06:07:01 +0000 Subject: [PATCH 07/10] fix(deps): update dependency software.amazon.awssdk:s3 to v2.25.69 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index f9fda60f..7d7eab40 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -69,7 +69,7 @@ jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module- blurhash = { module = "io.trbl:blurhash", version = "1.0.0" } -aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.25.68" } +aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.25.69" } jsoup = { module = "org.jsoup:jsoup", version = "1.17.2" } From 6dff51cf6194d77442e6c563b25cb8da66ac0b4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:20:07 +0000 Subject: [PATCH 08/10] chore(deps): update plugin kover to v0.8.1 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 7d7eab40..3f6c9fc7 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -108,6 +108,6 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } spring-boot = { id = "org.springframework.boot", version = "3.3.0" } detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" } -kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.0" } +kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.1" } openapi-generator = { id = "org.openapi.generator", version = "7.4.0" } license-report = { id = "com.github.jk1.dependency-license-report", version = "2.8" } \ No newline at end of file From cdd3b13d6b959458f789551dce38c79df94fbc4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:43:08 +0000 Subject: [PATCH 09/10] fix(deps): update dependency software.amazon.awssdk:s3 to v2.26.1 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 3f6c9fc7..858890a8 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -69,7 +69,7 @@ jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module- blurhash = { module = "io.trbl:blurhash", version = "1.0.0" } -aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.25.69" } +aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.26.1" } jsoup = { module = "org.jsoup:jsoup", version = "1.17.2" } From 5fe74adfc5ba13f106254367fa223a82ec6b54d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:49:56 +0000 Subject: [PATCH 10/10] fix(deps): update dependency org.mongodb:mongodb-driver-kotlin-coroutine to v5.1.1 --- owl/owl-broker/owl-broker-mongodb/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owl/owl-broker/owl-broker-mongodb/build.gradle.kts b/owl/owl-broker/owl-broker-mongodb/build.gradle.kts index 7ad79773..72b8a8f7 100644 --- a/owl/owl-broker/owl-broker-mongodb/build.gradle.kts +++ b/owl/owl-broker/owl-broker-mongodb/build.gradle.kts @@ -16,7 +16,7 @@ repositories { } dependencies { - implementation("org.mongodb:mongodb-driver-kotlin-coroutine:5.1.0") + implementation("org.mongodb:mongodb-driver-kotlin-coroutine:5.1.1") implementation(project(":owl-broker")) implementation(project(":owl-common")) implementation(platform("io.insert-koin:koin-bom:3.5.6"))