From cb0f06065c76ed23605ba4d5c09c6f6c8a2866aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:38:59 +0000 Subject: [PATCH 1/6] fix(deps): update exposed --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 36d48823..42525bf8 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.0.0" ktor = "2.3.12" -exposed = "0.51.1" +exposed = "0.53.0" javacv-ffmpeg = "6.1.1-1.5.10" detekt = "1.23.6" coroutines = "1.8.1" From 7f0ce7cf69728ded881347bafb02acc8b886e78b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:16:35 +0000 Subject: [PATCH 2/6] fix(deps): update dependency com.google.protobuf:protoc to v4.27.3 --- 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 e8963bd4..61e4297b 100644 --- a/owl/owl-broker/build.gradle.kts +++ b/owl/owl-broker/build.gradle.kts @@ -32,7 +32,7 @@ kotlin { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.27.1" + artifact = "com.google.protobuf:protoc:4.27.3" } plugins { create("grpc") { diff --git a/owl/owl-consumer/build.gradle.kts b/owl/owl-consumer/build.gradle.kts index e9e0abde..db29d897 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.1" + artifact = "com.google.protobuf:protoc:4.27.3" } 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 c01126b2..a566d11f 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.1" + artifact = "com.google.protobuf:protoc:4.27.3" } plugins { create("grpc") { From 09feb573ad51319f6aad668ec11922a5cea9232b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:58:27 +0000 Subject: [PATCH 3/6] fix(deps): update dependency com.google.protobuf:protobuf-kotlin to v4.27.3 --- 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 61e4297b..cefe116b 100644 --- a/owl/owl-broker/build.gradle.kts +++ b/owl/owl-broker/build.gradle.kts @@ -14,7 +14,7 @@ repositories { dependencies { implementation("io.grpc:grpc-kotlin-stub:1.4.1") implementation("io.grpc:grpc-protobuf:1.65.1") - implementation("com.google.protobuf:protobuf-kotlin:4.27.2") + implementation("com.google.protobuf:protobuf-kotlin:4.27.3") implementation("io.grpc:grpc-netty:1.65.1") 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 db29d897..d6e1d4fb 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.65.1") - implementation("com.google.protobuf:protobuf-kotlin:4.27.2") + implementation("com.google.protobuf:protobuf-kotlin:4.27.3") implementation("io.grpc:grpc-netty:1.65.1") 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 a566d11f..9250a2e2 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.65.1") - implementation("com.google.protobuf:protobuf-kotlin:4.27.2") + implementation("com.google.protobuf:protobuf-kotlin:4.27.3") implementation("io.grpc:grpc-netty:1.65.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") implementation(project(":owl-common")) From c9478f68b3fda02abb2dedf9a507e09a38be7655 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:38:54 +0000 Subject: [PATCH 4/6] fix(deps): update dependency software.amazon.awssdk:s3 to v2.26.27 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 42525bf8..945e8c65 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.26.26" } +aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.26.27" } jsoup = { module = "org.jsoup:jsoup", version = "1.18.1" } From 1cf06be01241399ea7c108803830ad50a2bf53a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 05:04:22 +0000 Subject: [PATCH 5/6] fix(deps): update dependency software.amazon.awssdk:s3 to v2.26.29 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 945e8c65..5bf259d5 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.26.27" } +aws-s3 = { module = "software.amazon.awssdk:s3", version = "2.26.29" } jsoup = { module = "org.jsoup:jsoup", version = "1.18.1" } From 497f42af0cacc728e1850606bfc489aea0116042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 23:11:59 +0000 Subject: [PATCH 6/6] chore(deps): update gradle/actions action to v4 --- .github/workflows/pull-request-merge-check.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index 73c2620f..28b4cda4 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Gradle Wrapper Validation - uses: gradle/actions/wrapper-validation@v3 + uses: gradle/actions/wrapper-validation@v4 - name: Set up JDK 21 uses: actions/setup-java@v4 @@ -38,7 +38,7 @@ jobs: distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: cache-read-only: false gradle-home-cache-cleanup: true @@ -61,7 +61,7 @@ jobs: distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: cache-read-only: false gradle-home-cache-cleanup: true @@ -103,7 +103,7 @@ jobs: distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: cache-read-only: false gradle-home-cache-cleanup: true