From a161bc2cac9c6e6e50a4f0b9ab8e19b07894eb8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 21:13:40 +0800 Subject: [PATCH] chore(deps): update all non-major dependencies (#930) 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 | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 4cdbf13193..8dc80d12ce 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -20,7 +20,7 @@ jobs: CCACHE_BASEDIR: "${{ github.workspace }}" steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: submodules: 'recursive' fetch-depth: 0 diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 9e9b5869a7..4683b6cfdf 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -23,7 +23,7 @@ jobs: if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }} && success() && github.ref == 'refs/heads/main' }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: submodules: 'recursive' fetch-depth: 0 @@ -171,7 +171,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Clone Telegram Bot API run: | git clone --recursive https://github.com/tdlib/telegram-bot-api.git diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c1969c6295..0d6dcb744d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] -agp = "8.3.2" +agp = "8.4.0" appCenter = "5.0.4" -kotlin = "1.9.23" -ksp = "1.9.23-1.0.20" +kotlin = "1.9.24" +ksp = "1.9.24-1.0.20" lifecycle = "2.7.0" materialDialog = "3.3.0" sealedEnum = "0.7.0" @@ -15,19 +15,19 @@ androidx-annotation = { module = "androidx.annotation:annotation", version = "1. androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } -androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.0" } +androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.9.0.202403050737-r" } hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" } kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.16.0" } -kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.0" } +kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.1" } kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" } ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" } lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" } lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" } lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" } -material = { module = "com.google.android.material:material", version = "1.11.0" } +material = { module = "com.google.android.material:material", version = "1.12.0" } material-dialogs-core = { module = "com.afollestad.material-dialogs:core", version.ref = "materialDialog" } material-dialogs-input = { module = "com.afollestad.material-dialogs:input", version.ref = "materialDialog" } xposed = { module = "de.robv.android.xposed:api", version = "82" } @@ -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.14" } +byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.15" } 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" } @@ -50,4 +50,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.3" } +aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.1.4" }