Skip to content

Commit d2568d9

Browse files
fix(deps): update all non-major dependencies
1 parent 4882504 commit d2568d9

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
5353
ccache -zp
5454
- name: Cache Native Build
55-
uses: actions/cache@v5.0.4
55+
uses: actions/cache@v5.0.5
5656
with:
5757
path: |
5858
~/.cache/ccache

.github/workflows/push_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
6464
ccache -zp
6565
- name: Cache Native Build
66-
uses: actions/cache@v5.0.4
66+
uses: actions/cache@v5.0.5
6767
with:
6868
path: |
6969
~/.cache/ccache
@@ -194,7 +194,7 @@ jobs:
194194
git status telegram-bot-api >> telegram-bot-api-status
195195
- name: Cache Bot API Binary
196196
id: cache-bot-api
197-
uses: actions/cache@v5.0.4
197+
uses: actions/cache@v5.0.5
198198
with:
199199
path: telegram-bot-api-binary
200200
key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }}

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
# AGP 9.? no longer supports `android.enableResourceOptimizations=false`, so do not use AGP 9.? for now.
33
# AGP 10.0 no longer supports `android.newDsl=false`, so do not use AGP 10.0 for now.
4-
agp = "9.1.0"
4+
agp = "9.2.1"
55
appCenter = "5.0.6"
6-
kotlin = "2.3.20"
7-
ksp = "2.3.6"
6+
kotlin = "2.3.21"
7+
ksp = "2.3.7"
88
lifecycle = "2.10.0"
99
materialDialog = "3.3.0"
1010
sealedEnum = "0.7.0"
@@ -14,7 +14,7 @@ protobuf = "4.34.1"
1414
appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" }
1515
appcenter-crashes = { module = "com.microsoft.appcenter:appcenter-crashes", version.ref = "appCenter" }
1616
android-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" }
17-
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
17+
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.10.0" }
1818
# Dependency 'androidx.browser:browser:1.9.0' requires Android Gradle plugin 8.9.1 or higher.
1919
androidx-browser = { module = "androidx.browser:browser", version = "1.10.0" }
2020
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
@@ -25,8 +25,8 @@ eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "7.6.0.
2525
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "6.1" }
2626
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
2727
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.3.0" }
28-
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" }
29-
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.10.0" }
28+
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.11.0" }
29+
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.11.0" }
3030
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
3131
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
3232
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }
@@ -41,7 +41,7 @@ confetti = { module = "com.github.jinatonic.confetti:confetti", version = "1.1.2
4141
weatherView = { module = "com.github.MatteoBattilana:WeatherView", version = "3.0.0" }
4242
sealedEnum-runtime = { module = "com.github.livefront.sealed-enum:runtime", version.ref = "sealedEnum" }
4343
sealedEnum-ksp = { module = "com.github.livefront.sealed-enum:ksp", version.ref = "sealedEnum" }
44-
glide = { module = "com.github.bumptech.glide:glide", version = "5.0.5" }
44+
glide = { module = "com.github.bumptech.glide:glide", version = "5.0.7" }
4545
byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.18.8" }
4646
dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "16.0.1" }
4747
#noinspection NewerVersionAvailable do not update com.google.flatbuffers:flatbuffers-java, need to keep it sync with DexKit
@@ -50,13 +50,13 @@ davemorrissey-subsampling-scale-image-view = { module = "com.davemorrissey.labs:
5050
google-protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
5151
google-protobuf-protoc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" }
5252
dexlib2 = { module = "org.smali:dexlib2", version = "2.5.2" }
53-
google-guava = { module = "com.google.guava:guava", version = "33.5.0-android" }
53+
google-guava = { module = "com.google.guava:guava", version = "33.6.0-android" }
5454

5555
[plugins]
5656
changelog = { id = "org.jetbrains.changelog", version = "2.5.0" }
5757
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
5858
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
5959
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
6060
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin.android", version = "13.2.1" }
61-
protobuf = { id = "com.google.protobuf", version = "0.9.6" }
61+
protobuf = { id = "com.google.protobuf", version = "0.10.0" }
6262
android-library = { id = "com.android.library", version.ref = "agp" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencyResolutionManagement {
5050
includeBuild("build-logic")
5151

5252
plugins {
53-
id("com.gradle.develocity") version "4.4.0"
53+
id("com.gradle.develocity") version "4.4.1"
5454
id("org.gradle.toolchains.foojay-resolver-convention") version ("1.0.0")
5555
}
5656

0 commit comments

Comments
 (0)