From fb403744fd195328764447c3a9171c52275a38d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:12:59 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/pr_ci.yml | 2 +- .github/workflows/push_ci.yml | 4 ++-- build-logic/gradle/wrapper/gradle-wrapper.properties | 2 +- gradle/libs.versions.toml | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 250c0caf..f1583b6b 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -40,7 +40,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: | ~/.cache/ccache diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 014c389b..76a5f64a 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -50,7 +50,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: | ~/.cache/ccache @@ -198,7 +198,7 @@ jobs: git status telegram-bot-api >> telegram-bot-api-status - name: Cache Bot API Binary id: cache-bot-api - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: telegram-bot-api-binary key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }} diff --git a/build-logic/gradle/wrapper/gradle-wrapper.properties b/build-logic/gradle/wrapper/gradle-wrapper.properties index 17655d0e..48c0a02c 100644 --- a/build-logic/gradle/wrapper/gradle-wrapper.properties +++ b/build-logic/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e17cd9a5..863ed5c4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.3.0" +agp = "8.3.1" appCenter = "5.0.4" kotlin = "1.9.23" ksp = "1.9.23-1.0.19" @@ -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.12" } +byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.13" } dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "14.0.0_r21" } 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" } @@ -49,4 +49,4 @@ changelog = { id = "org.jetbrains.changelog", version = "2.2.0" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } -aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.1.0" } +aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.1.1" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1b43f1b4..194809b5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Dec 02 09:11:05 CST 2022 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists