Skip to content

Commit 6b6b4ef

Browse files
chore(deps): update all non-major dependencies
1 parent 01b7b69 commit 6b6b4ef

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/GitHubUserFinder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Set up JDK
23-
uses: actions/[email protected].1
23+
uses: actions/[email protected].2
2424
with:
2525
distribution: corretto
2626
java-version: 18
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v4
5353

5454
- name: Set up JDK
55-
uses: actions/[email protected].1
55+
uses: actions/[email protected].2
5656
with:
5757
distribution: corretto
5858
java-version: 18
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/checkout@v4
9191

9292
- name: Set up JDK
93-
uses: actions/[email protected].1
93+
uses: actions/[email protected].2
9494
with:
9595
distribution: corretto
9696
java-version: 18

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ targetSdk = "34"
44
javaTargetCompatibility = "17"
55
javaSourceCompatibility = "11"
66

7-
agp = "8.4.1"
7+
agp = "8.6.0"
88
kotlin = "1.9.23"
99
kotlinCoroutines = "1.8.0"
1010
kotlinDate = "0.5.0"
1111
ksp = "1.9.23-1.0.20"
1212

1313
appCompat = "1.7.0"
14-
lifecycleViewModel = "2.8.1"
14+
lifecycleViewModel = "2.8.4"
1515
sqldelight = "1.5.5"
1616
detekt = "1.23.6"
1717
kover = "0.7.6"
1818
mockmp = "1.17.0"
19-
mokoResources = "0.23.0"
19+
mokoResources = "0.24.2"
2020
mokoGraphics = "0.9.0"
2121

22-
compose = "1.6.7"
23-
composeActivity = "1.9.0"
22+
compose = "1.6.8"
23+
composeActivity = "1.9.1"
2424
composeCompiler = "1.5.12"
25-
composeUITooling = "1.6.7"
26-
composeCoil = "2.6.0"
25+
composeUITooling = "1.6.8"
26+
composeCoil = "2.7.0"
2727
composeNavigation = "2.7.7"
2828

2929
koin = "3.5.6"
3030
koinTest = "3.5.6"
3131
koinAndroid = "3.5.6"
3232
koinAndroidCompose = "3.5.6"
33-
ktor = "2.3.11"
33+
ktor = "2.3.12"
3434

35-
kermit = "2.0.3"
36-
slf4j = "2.0.13"
37-
junitKtx = "1.1.5"
35+
kermit = "2.0.4"
36+
slf4j = "2.0.16"
37+
junitKtx = "1.2.1"
3838
accompanistNavigation = "0.34.0"
3939

4040
[libraries]

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

0 commit comments

Comments
 (0)