Skip to content

Commit 7a8e135

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

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
22
agp = "8.9.1"
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" }

0 commit comments

Comments
 (0)