Skip to content

Commit 2c7db91

Browse files
build(deps): update all non-major dependencies
1 parent a1c2f60 commit 2c7db91

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Set up JDK 11
19-
uses: actions/[email protected].0
19+
uses: actions/[email protected].1
2020
with:
2121
distribution: "temurin"
2222
java-version: 17

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
26+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2727
with:
2828
distribution: "temurin"
2929
java-version: 17

.github/workflows/publish-maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up JDK 17
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
distribution: "temurin"
2626
java-version: 17

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Set up JDK 17
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
distribution: "temurin"
2424
java-version: 17

gradle/libs.versions.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
2-
agp = "8.9.1"
2+
agp = "8.9.2"
33
json = "20250107"
4-
kotlin = "2.0.21"
5-
ksp = "2.0.21-1.0.27"
4+
kotlin = "2.1.20"
5+
ksp = "2.1.20-2.0.0"
66
androidxLifecycle = "2.8.7"
77
androidxTest = "1.6.1"
88
moshi = "1.15.2"
99
okhttp = "4.12.0"
10-
coroutines = "1.10.1"
10+
coroutines = "1.10.2"
1111
firebaseMessagingKtx = "24.1.1"
1212

1313
[libraries]
1414
json = { module = "org.json:json", version.ref = "json" }
1515
okhttp-client = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
1616
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
1717

18-
androidx-sqlite = { module = "androidx.sqlite:sqlite-framework", version = "2.4.0" }
18+
androidx-sqlite = { module = "androidx.sqlite:sqlite-framework", version = "2.5.0" }
1919

20-
googlePlayServices-basement = { module = "com.google.android.gms:play-services-basement", version = "18.6.0" }
20+
googlePlayServices-basement = { module = "com.google.android.gms:play-services-basement", version = "18.7.0" }
2121

2222
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
2323
moshi-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
@@ -42,7 +42,7 @@ materialComponents = { module = "com.google.android.material:material", version
4242
stetho = { module = "com.facebook.stetho:stetho", version = "1.6.0" }
4343

4444
kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
45-
firebase = { module = "com.google.firebase:firebase-bom", version = "33.12.0" }
45+
firebase = { module = "com.google.firebase:firebase-bom", version = "33.13.0" }
4646
firebase-messaging-ktx = { group = "com.google.firebase", name = "firebase-messaging-ktx", version.ref = "firebaseMessagingKtx" }
4747

4848
[plugins]
@@ -53,5 +53,5 @@ kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
5353
kotlin-dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
5454
publish = { id = "com.vanniktech.maven.publish", version = "0.31.0" }
5555
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
56-
kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.1" }
56+
kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.2" }
5757
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }

gradle/wrapper/gradle-wrapper.properties

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

0 commit comments

Comments
 (0)