From 6fa353744ca57adc0fcd0f7f4a502710a9026673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:17:06 +0800 Subject: [PATCH] chore(deps): update all non-major dependencies (#749) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr_ci.yml | 2 +- .github/workflows/push_ci.yml | 4 ++-- gradle/libs.versions.toml | 6 +++--- settings.gradle.kts | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 951448f1..f1eb760b 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@v3.3.2 + uses: actions/cache@v3.3.3 with: path: | ~/.cache/ccache diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 37d03a01..ced928d3 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -45,7 +45,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: | ~/.cache/ccache @@ -184,7 +184,7 @@ jobs: git status telegram-bot-api >> telegram-bot-api-status - name: Cache Bot API Binary id: cache-bot-api - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: telegram-bot-api-binary key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }} diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ae5e855e..ce3fdb1e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] -agp = "8.2.0" +agp = "8.2.1" appCenter = "5.0.4" kotlin = "1.9.22" ksp = "1.9.22-1.0.16" -lifecycle = "2.6.2" +lifecycle = "2.7.0" materialDialog = "3.3.0" sealedEnum = "0.7.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 = "10.9.2" } +aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "10.10.0" } diff --git a/settings.gradle.kts b/settings.gradle.kts index 0f80b85b..a9ad7302 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -41,7 +41,7 @@ includeBuild("build-logic") plugins { `gradle-enterprise` - id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0") + id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0") } gradleEnterprise {