diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 951448f1db..f1eb760b0f 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 37d03a01e3..ced928d352 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 ae5e855ef2..ce3fdb1ee0 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 0f80b85b2c..a9ad730216 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 {