Skip to content

Commit f9e4742

Browse files
renovate[bot]AleksandrTabolin
authored andcommitted
stack: sentry 8.27.1
stack: epoxy 5.2.0 stack: ksp monorepo 2.3.3 chore(deps): update actions/checkout action to v6 androidx: lifecycle 2.10.0 androidx: datastore 1.2.0 androidx: activity 1.12.0 androidx: room 2.8.4 androidx: compose-bom stack: okhttp monorepo 5.3.2 stack: kotest 6.0.5 chore(deps): update gradle to v9.2.1 stack: com.google.firebase:firebase-bom 34.6.0 fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.35.0 stack: owasp.dependencycheck 12.1.9 stack: gradle.android.cachefix 3.0.3 stack: android.gradleplugin 8.13.1 androidx: androidx.core:core-splashscreen 1.2.0 androidx: navigation 2.9.6 stack: sentry.android.gradle 5.12.2 stack: junit-framework monorepo 6.0.1 stack: kotlin monorepo 2.2.21 androidx: work 2.11.0 stack: tink 1.19.0
1 parent 4ff112f commit f9e4742

8 files changed

Lines changed: 56 additions & 32 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: set up JDK
1717
uses: actions/setup-java@v5
1818
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: set up JDK
1616
uses: actions/setup-java@v5
1717
with:

CHANGELOG.md

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

1414
### AndroidX
1515

16-
- *No changes*
16+
- :arrow_up: [activity](https://developer.android.com/jetpack/androidx/releases/activity#1.12.0) `1.11.0``1.12.0`
17+
- :arrow_up: [compose-animation](https://developer.android.com/jetpack/androidx/releases/compose-animation#1.9.5) `1.9.3``1.9.5`
18+
- :arrow_up: [compose-bom](https://developer.android.com/jetpack/compose/bom/bom-mapping) `2025.10.00``2025.11.01`
19+
- :arrow_up: [compose-foundation](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.9.5) `1.9.3``1.9.5`
20+
- :arrow_up: [compose-material](https://developer.android.com/jetpack/androidx/releases/compose-material#1.9.5) `1.9.3``1.9.5`
21+
- :arrow_up: [compose-runtime](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.9.5) `1.9.3``1.9.5`
22+
- :arrow_up: [compose-ui](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.5) `1.9.3``1.9.5`
23+
- :arrow_up: [core-splashscreen](https://developer.android.com/jetpack/androidx/releases/core#core-splashscreen-1.2.0) `1.0.1``1.2.0` :warning:
24+
- :arrow_up: [datastore](https://developer.android.com/jetpack/androidx/releases/datastore#1.2.0) `1.1.7``1.2.0`
25+
- :arrow_up: [lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.10.0) `2.9.4``2.10.0`
26+
- :arrow_up: [navigation](https://developer.android.com/jetpack/androidx/releases/navigation#2.9.6) `2.9.5``2.9.6`
27+
- :arrow_up: [room](https://developer.android.com/jetpack/androidx/releases/room#2.8.4) `2.8.2``2.8.4`
28+
- :arrow_up: [work](https://developer.android.com/jetpack/androidx/releases/work#2.11.0) `2.10.5``2.11.0` :warning:
1729

1830
### Stack
1931

20-
- *No changes*
32+
- :arrow_up: [epoxy](https://github.com/airbnb/epoxy/releases/tag/5.2.0) `5.1.4``5.2.0`
33+
- :arrow_up: [firebase-bom](https://firebase.google.com/support/release-notes/android#bom_v34-6-0) `34.4.0``34.6.0` :warning:
34+
- :arrow_up: [junit](https://junit.org/junit5/docs/6.0.1/release-notes/) `6.0.0``6.0.1`
35+
- :arrow_up: [kotest](https://github.com/kotest/kotest/releases/tag/v6.0.5) `6.0.4``6.0.5`
36+
- :arrow_up: [kotlin](https://github.com/JetBrains/kotlin/releases/tag/v2.2.21) `2.2.20``2.2.21`
37+
- :arrow_up: [ksp](https://github.com/google/ksp/releases/tag/2.3.3) `2.2.20-2.0.4``2.3.3`
38+
- :arrow_up: [okhttp](https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-532) `5.2.1``5.3.2`
39+
- :arrow_up: [sentry](https://github.com/getsentry/sentry-java/releases/tag/8.27.1) `8.23.0``8.27.1` :warning:
40+
- :arrow_up: [tink](https://github.com/tink-crypto/tink-java/releases/tag/v1.19.0) `1.18.0``1.19.0` :warning:
41+
- :arrow_up: plugin: [Android Cache Fix](https://github.com/gradle/android-cache-fix-gradle-plugin/releases/tag/v3.0.3) `3.0.2``3.0.3`
42+
- :arrow_up: plugin: [Android Gradle Plugin](https://developer.android.com/build/releases/gradle-plugin#8-13-1) `8.13.0``8.13.1`
43+
- :arrow_up: plugin: [owasp-dependencycheck](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md#version-1219-2025-10-15) `12.1.8``12.1.9`
44+
- :arrow_up: plugin: [sentry-android](https://github.com/getsentry/sentry-android-gradle-plugin/releases/tag/5.12.2) `5.12.1``5.12.2`
2145

2246
## [2025.10.17]
2347

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.34.0")
9+
library("mavenPublishPlugin", "com.vanniktech:gradle-maven-publish-plugin:0.35.0")
1010
}
1111
}
1212
}

gradle/wrapper/gradle-wrapper.jar

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

versions-androidx/libs.versions.toml

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

3-
activity = "1.11.0"
3+
activity = "1.12.0"
44
annotation = "1.9.1"
55
annotation-experimental = "1.5.1"
66
appcompat = "1.7.1"
77
browser = "1.9.0"
88
camera = "1.5.1"
9-
compose-animation = "1.9.3"
10-
compose-bom = "2025.10.00"
11-
compose-foundation = "1.9.3"
12-
compose-material = "1.9.3"
9+
compose-animation = "1.9.5"
10+
compose-bom = "2025.11.01"
11+
compose-foundation = "1.9.5"
12+
compose-material = "1.9.5"
1313
compose-material-icons = "1.7.8"
1414
compose-material3 = "1.4.0"
15-
compose-runtime = "1.9.3"
16-
compose-ui = "1.9.3"
15+
compose-runtime = "1.9.5"
16+
compose-ui = "1.9.5"
1717
constraintlayout = "2.2.1"
1818
constraintlayout-compose = "1.1.1"
1919
constraintlayout-core = "1.1.1"
@@ -22,20 +22,20 @@ core = "1.17.0"
2222
core-googleShortcuts = "1.1.0"
2323
core-performance = "1.0.0"
2424
core-remoteviews = "1.1.0"
25-
core-splashscreen = "1.0.1"
25+
core-splashscreen = "1.2.0"
2626
customview = "1.2.0"
2727
customview-poolingcontainer = "1.1.0"
28-
datastore = "1.1.7"
28+
datastore = "1.2.0"
2929
fragment = "1.8.9"
3030
hilt = "1.3.0"
31-
lifecycle = "2.9.4"
31+
lifecycle = "2.10.0"
3232
media3 = "1.8.0"
33-
navigation = "2.9.5"
33+
navigation = "2.9.6"
3434
paging = "3.3.6"
3535
profileinstaller = "1.4.1"
3636
recyclerview = "1.4.0"
3737
recyclerview-selection = "1.2.0"
38-
room = "2.8.2"
38+
room = "2.8.4"
3939
security-crypto = "1.1.0"
4040
swiperefreshlayout = "1.1.0"
4141
test-annotation = "1.0.1"
@@ -50,7 +50,7 @@ test-runner = "1.7.0"
5050
test-rules = "1.7.0"
5151
test-services = "1.6.0"
5252
webkit = "1.14.0"
53-
work = "2.10.5"
53+
work = "2.11.0"
5454

5555
[libraries]
5656

versions-stack/libs.versions.toml

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

3-
android-gradlePlugin = "8.13.0"
3+
android-gradlePlugin = "8.13.1"
44

5-
kotlin = "2.2.20"
5+
kotlin = "2.2.21"
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.1.4"
13+
epoxy = "5.2.0"
1414
groupie = "2.10.1"
1515
insetter = "0.6.1"
1616
material = "1.13.0"
@@ -23,20 +23,20 @@ reactivex-rxjava3 = "3.1.12"
2323
# Network & Serialization
2424
kotlinx-serialization = "1.9.0"
2525
moshi = "1.15.2" # https://github.com/square/moshi/blob/master/CHANGELOG.md
26-
okhttp = "5.2.1" # https://github.com/square/okhttp/blob/master/docs/changelogs/changelog_4x.md
26+
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
2828

2929
# Security
30-
tink = "1.18.0"
30+
tink = "1.19.0"
3131

3232
# DI
3333
dagger = "2.57.2"
3434
javax-inject = "1"
3535

3636
# Test
37-
junit = "6.0.0"
37+
junit = "6.0.1"
3838
junit4 = "4.13.2"
39-
kotest = "6.0.4"
39+
kotest = "6.0.5"
4040
kotest-prev = "5.9.1"
4141
mockk = "1.14.6"
4242
turbine = "1.2.1"
@@ -46,29 +46,29 @@ leakcanary = "2.14"
4646
timber = "5.0.1"
4747

4848
# Annotations procesing
49-
ksp = "2.2.20-2.0.4"
49+
ksp = "2.3.3"
5050

5151
# Monitoring & Error Tracking
52-
sentry = "8.23.0"
53-
sentry-android-gradle = "5.12.1"
52+
sentry = "8.27.1"
53+
sentry-android-gradle = "5.12.2"
5454

5555
# Firebase Services
5656
# https://firebase.google.com/support/release-notes/android
5757
firebase-analytics = "23.0.0"
58-
firebase-bom = "34.4.0"
58+
firebase-bom = "34.6.0"
5959
firebase-config = "23.0.1"
6060
firebase-crashlytics = "20.0.3"
6161
firebase-crashlytics-gradle = "3.0.6"
6262
firebase-messaging = "25.0.1"
6363
gms-googleServices = "4.4.4"
6464

6565
# Gradle plugins
66-
gradle-android-cacheFix = "3.0.2"
66+
gradle-android-cacheFix = "3.0.3"
6767
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.8"
71+
owasp-dependencycheck = "12.1.9"
7272
versionsPlugin = "0.53.0"
7373

7474
[libraries]

0 commit comments

Comments
 (0)