Skip to content

Commit da61cb8

Browse files
fix(deps): update all non-major dependencies
1 parent 43fb933 commit da61cb8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
agp = "8.13.2"
44
appCenter = "5.0.6"
55
# keep kotlin and ksp versions in sync
6-
kotlin = "2.2.21"
7-
ksp = "2.3.3"
6+
kotlin = "2.3.0"
7+
ksp = "2.3.4"
88
lifecycle = "2.10.0"
99
materialDialog = "3.3.0"
1010
sealedEnum = "0.7.0"
11-
protobuf = "4.33.2"
11+
protobuf = "4.33.3"
1212

1313
[libraries]
1414
appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" }
@@ -42,7 +42,7 @@ weatherView = { module = "com.github.MatteoBattilana:WeatherView", version = "3.
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" }
4444
glide = { module = "com.github.bumptech.glide:glide", version = "5.0.5" }
45-
byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.18.2" }
45+
byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.18.3" }
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
4848
flatbuffers-java = { module = "com.google.flatbuffers:flatbuffers-java", version = "23.5.26" }
@@ -57,6 +57,6 @@ 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" }
60-
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin.android", version = "13.1.0" }
61-
protobuf = { id = "com.google.protobuf", version = "0.9.5" }
60+
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin.android", version = "13.2.1" }
61+
protobuf = { id = "com.google.protobuf", version = "0.9.6" }
6262
android-library = { id = "com.android.library", version.ref = "agp" }

0 commit comments

Comments
 (0)