From 96d544fb78fad4028885a9697683f7441e3ddb93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:12:58 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/pr_ci.yml | 2 +- .github/workflows/push_ci.yml | 2 +- gradle/libs.versions.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index fb1b8cebd9..951448f1db 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -55,7 +55,7 @@ jobs: echo "sdk.dir=${ANDROID_HOME}" > local.properties - name: Setup Gradle - uses: gradle/gradle-build-action@v2.11.0 + uses: gradle/gradle-build-action@v2.11.1 - name: Build with Gradle run: | diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 0d9b94c96a..37d03a01e3 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -55,7 +55,7 @@ jobs: restore-keys: native-cache- - name: Setup Gradle - uses: gradle/gradle-build-action@v2.11.0 + uses: gradle/gradle-build-action@v2.11.1 - name: Build with Gradle run: | diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 718780bf3a..ae5e855ef2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] agp = "8.2.0" appCenter = "5.0.4" -kotlin = "1.9.21" -ksp = "1.9.21-1.0.16" +kotlin = "1.9.22" +ksp = "1.9.22-1.0.16" lifecycle = "2.6.2" materialDialog = "3.3.0" sealedEnum = "0.7.0" @@ -39,7 +39,7 @@ weatherView = { module = "com.github.MatteoBattilana:WeatherView", version = "3. sealedEnum-runtime = { module = "com.github.livefront.sealed-enum:runtime", version.ref = "sealedEnum" } sealedEnum-ksp = { module = "com.github.livefront.sealed-enum:ksp", version.ref = "sealedEnum" } glide = { module = "com.github.bumptech.glide:glide", version = "4.16.0" } -byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.10" } +byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.11" } dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "11.0.0_r3" } flatbuffers-java = { module = "com.google.flatbuffers:flatbuffers-java", version = "23.5.26" } davemorrissey-subsampling-scale-image-view = { module = "com.davemorrissey.labs:subsampling-scale-image-view-androidx", version = "3.10.0" }