Skip to content

Commit 11e0af3

Browse files
renovate[bot]AleksandrTabolin
authored andcommitted
stack: sentry 8.32.0
androidx: media3 1.9.2 stack: firebase-bom stack: kotest 6.1.3 stack: kotlin monorepo 2.3.10 stack: dagger 2.59.1 chore(deps): update gradle to v9.3.1 androidx: androidx.compose:compose-bom 2026.01.01 androidx: paging 3.4.0 androidx: compose-bom androidx: work 2.11.1 androidx: navigation 2.9.7 androidx: camera 1.5.3 androidx: androidx.activity:activity 1.12.3 stack: ksp monorepo 2.3.5 stack: mockk 1.14.9 stack: sentry.android.gradle 6.0.0 stack: epoxy 5.2.1 stack: kotlinx.serialization 1.10.0 fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.36.0 stack: android.gradleplugin 9.0.0 stack: owasp.dependencycheck 12.2.0 stack: junit-framework monorepo 6.0.2
1 parent 628ba4b commit 11e0af3

6 files changed

Lines changed: 54 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,35 @@
1515

1616
### AndroidX
1717

18-
- *No changes*
18+
- :arrow_up: [activity](https://developer.android.com/jetpack/androidx/releases/activity#1.12.3) `1.12.2``1.12.3`
19+
- :arrow_up: [camera](https://developer.android.com/jetpack/androidx/releases/camera#1.5.3) `1.5.2``1.5.3`
20+
- :arrow_up: [compose-animation](https://developer.android.com/jetpack/androidx/releases/compose-animation#1.10.2) `1.9.5``1.10.2`
21+
- :arrow_up: [compose-bom](https://developer.android.com/jetpack/androidx/releases/compose-bom#2026.01.01) `2025.11.01``2026.01.01` :warning:
22+
- :arrow_up: [compose-foundation](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.10.2) `1.9.5``1.10.2` :warning:
23+
- :arrow_up: [compose-material](https://developer.android.com/jetpack/androidx/releases/compose-material#1.10.2) `1.9.5``1.10.2` :warning:
24+
- :arrow_up: [compose-runtime](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.10.2) `1.9.5``1.10.2` :warning:
25+
- :arrow_up: [compose-ui](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.10.2) `1.9.5``1.10.2` :warning:
26+
- :arrow_up: [media3](https://developer.android.com/jetpack/androidx/releases/media3#1.9.2) `1.9.0``1.9.2`
27+
- :arrow_up: [navigation](https://developer.android.com/jetpack/androidx/releases/navigation#2.9.7) `2.9.6``2.9.7`
28+
- :arrow_up: [paging](https://developer.android.com/jetpack/androidx/releases/paging#3.4.0) `3.3.6``3.4.0` :warning:
29+
- :arrow_up: [work](https://developer.android.com/jetpack/androidx/releases/work#2.11.1) `2.11.0``2.11.1`
1930

2031
### Stack
2132

22-
- *No changes*
33+
- :arrow_up: [dagger](https://github.com/google/dagger/releases/tag/dagger-2.59.1) `2.57.2``2.59.1` :warning:
34+
- :arrow_up: [epoxy](https://github.com/airbnb/epoxy/releases/tag/5.2.1) `5.2.0``5.2.1`
35+
- :arrow_up: [firebase-bom](https://firebase.google.com/support/release-notes/android#bom_v34-9-0) `34.7.0``34.9.0`
36+
- :arrow_up: [firebase-crashlytics](https://firebase.google.com/support/release-notes/android#crashlytics_v20-0-4) `20.0.3``20.0.4`
37+
- :arrow_up: [junit](https://github.com/junit-team/junit5/releases/tag/r6.0.2) `6.0.1``6.0.2`
38+
- :arrow_up: [kotest](https://github.com/kotest/kotest/releases/tag/v6.1.3) `6.0.7``6.1.3`
39+
- :arrow_up: [kotlin](https://github.com/JetBrains/kotlin/releases/tag/v2.3.10) `2.3.0``2.3.10`
40+
- :arrow_up: [kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.10.0) `1.9.0``1.10.0` :warning:
41+
- :arrow_up: [ksp](https://github.com/google/ksp/releases/tag/2.3.5-1.0.30) `2.3.4``2.3.5`
42+
- :arrow_up: [mockk](https://github.com/mockk/mockk/releases/tag/1.14.9) `1.14.7``1.14.9`
43+
- :arrow_up: [sentry](https://github.com/getsentry/sentry-java/releases/tag/8.32.0) `8.29.0``8.32.0`
44+
- :arrow_up: plugin: [android-gradlePlugin](https://developer.android.com/build/releases/gradle-plugin#9-0-0) `8.13.2``9.0.0` :warning:
45+
- :arrow_up: plugin: [owasp-dependencycheck](https://github.com/jeremylong/DependencyCheck/releases/tag/v12.1.0) `12.1.9``12.2.0`
46+
- :arrow_up: plugin: [sentry-android-gradle](https://github.com/getsentry/sentry-android-gradle-plugin/releases/tag/6.0.0) `5.12.2``6.0.0` :warning:
2347

2448
## Changelogs for previous years
2549

build-logic/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencyResolutionManagement {
66
}
77
create("stack") {
88
from(files("../versions-stack/libs.versions.toml"))
9-
library("mavenPublishPlugin", "com.vanniktech:gradle-maven-publish-plugin:0.35.0")
9+
library("mavenPublishPlugin", "com.vanniktech:gradle-maven-publish-plugin:0.36.0")
1010
}
1111
}
1212
}

gradle/wrapper/gradle-wrapper.jar

542 Bytes
Binary file not shown.

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.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

versions-androidx/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
22

3-
activity = "1.12.2"
3+
activity = "1.12.3"
44
annotation = "1.9.1"
55
annotation-experimental = "1.5.1"
66
appcompat = "1.7.1"
77
browser = "1.9.0"
8-
camera = "1.5.2"
9-
compose-animation = "1.9.5"
10-
compose-bom = "2025.11.01"
11-
compose-foundation = "1.9.5"
12-
compose-material = "1.9.5"
8+
camera = "1.5.3"
9+
compose-animation = "1.10.2"
10+
compose-bom = "2026.01.01"
11+
compose-foundation = "1.10.2"
12+
compose-material = "1.10.2"
1313
compose-material-icons = "1.7.8"
1414
compose-material3 = "1.4.0"
15-
compose-runtime = "1.9.5"
16-
compose-ui = "1.9.5"
15+
compose-runtime = "1.10.2"
16+
compose-ui = "1.10.2"
1717
constraintlayout = "2.2.1"
1818
constraintlayout-compose = "1.1.1"
1919
constraintlayout-core = "1.1.1"
@@ -29,10 +29,10 @@ datastore = "1.2.0"
2929
fragment = "1.8.9"
3030
hilt = "1.3.0"
3131
lifecycle = "2.10.0"
32-
media3 = "1.9.0"
33-
navigation = "2.9.6"
32+
media3 = "1.9.2"
33+
navigation = "2.9.7"
3434
navigation3-core = "1.0.0"
35-
paging = "3.3.6"
35+
paging = "3.4.0"
3636
profileinstaller = "1.4.1"
3737
recyclerview = "1.4.0"
3838
recyclerview-selection = "1.2.0"
@@ -52,7 +52,7 @@ test-rules = "1.7.0"
5252
test-services = "1.6.0"
5353
webkit = "1.15.0"
5454
window = "1.5.1"
55-
work = "2.11.0"
55+
work = "2.11.1"
5656

5757
[libraries]
5858

versions-stack/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
22

3-
android-gradlePlugin = "8.13.2"
3+
android-gradlePlugin = "9.0.0"
44

5-
kotlin = "2.3.0"
5+
kotlin = "2.3.10"
66
kotlinx-datetime = "0.7.1"
77
kotlinx-collections-immutable = "0.3.8"
88
dokka = "2.1.0"
99

1010
# UI Tools
1111
accompanist = "0.37.3"
1212
coil = "2.7.0"
13-
epoxy = "5.2.0"
13+
epoxy = "5.2.1"
1414
groupie = "2.10.1"
1515
insetter = "0.6.1"
1616
material = "1.13.0"
@@ -21,7 +21,7 @@ reactivex-rxjava2 = "2.2.21"
2121
reactivex-rxjava3 = "3.1.12"
2222

2323
# Network & Serialization
24-
kotlinx-serialization = "1.9.0"
24+
kotlinx-serialization = "1.10.0"
2525
moshi = "1.15.2" # https://github.com/square/moshi/blob/master/CHANGELOG.md
2626
okhttp = "5.3.2" # https://github.com/square/okhttp/blob/master/docs/changelogs/changelog_4x.md
2727
retrofit = "3.0.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.md
@@ -30,34 +30,34 @@ retrofit = "3.0.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.md
3030
tink = "1.20.0"
3131

3232
# DI
33-
dagger = "2.57.2"
33+
dagger = "2.59.1"
3434
javax-inject = "1"
3535

3636
# Test
37-
junit = "6.0.1"
37+
junit = "6.0.2"
3838
junit4 = "4.13.2"
39-
kotest = "6.0.7"
39+
kotest = "6.1.3"
4040
kotest-prev = "5.9.1"
41-
mockk = "1.14.7"
41+
mockk = "1.14.9"
4242
turbine = "1.2.1"
4343

4444
# Debug Tools
4545
leakcanary = "2.14"
4646
timber = "5.0.1"
4747

4848
# Annotations procesing
49-
ksp = "2.3.4"
49+
ksp = "2.3.5"
5050

5151
# Monitoring & Error Tracking
52-
sentry = "8.29.0"
53-
sentry-android-gradle = "5.12.2"
52+
sentry = "8.32.0"
53+
sentry-android-gradle = "6.0.0"
5454

5555
# Firebase Services
5656
# https://firebase.google.com/support/release-notes/android
5757
firebase-analytics = "23.0.0"
58-
firebase-bom = "34.7.0"
58+
firebase-bom = "34.9.0"
5959
firebase-config = "23.0.1"
60-
firebase-crashlytics = "20.0.3"
60+
firebase-crashlytics = "20.0.4"
6161
firebase-crashlytics-gradle = "3.0.6"
6262
firebase-messaging = "25.0.1"
6363
gms-googleServices = "4.4.4"
@@ -68,7 +68,7 @@ detekt = "1.23.8"
6868
detekt-rules-compose = "1.4.0"
6969
doctorPlugin = "0.12.1"
7070
kotlinx-binaryCompatibilityValidator = "0.18.1"
71-
owasp-dependencycheck = "12.1.9"
71+
owasp-dependencycheck = "12.2.0"
7272
versionsPlugin = "0.53.0"
7373

7474
[libraries]

0 commit comments

Comments
 (0)