Skip to content

Commit 21d65d5

Browse files
chore(deps): update all non-major dependencies (#203)
Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com>
1 parent 1071765 commit 21d65d5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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].0
23+
uses: actions/[email protected].1
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].0
55+
uses: actions/[email protected].1
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].0
93+
uses: actions/[email protected].1
9494
with:
9595
distribution: corretto
9696
java-version: 18

gradle/libs.versions.toml

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

7-
agp = "8.3.0"
7+
agp = "8.3.1"
88
kotlin = "1.9.22"
99
kotlinCoroutines = "1.8.0"
1010
kotlinDate = "0.5.0"
@@ -13,16 +13,16 @@ ksp = "1.9.22-1.0.18"
1313
appCompat = "1.6.1"
1414
lifecycleViewModel = "2.7.0"
1515
sqldelight = "1.5.5"
16-
detekt = "1.23.5"
16+
detekt = "1.23.6"
1717
kover = "0.7.6"
1818
mockmp = "1.17.0"
1919
mokoResources = "0.23.0"
2020
mokoGraphics = "0.9.0"
2121

22-
compose = "1.6.3"
22+
compose = "1.6.4"
2323
composeActivity = "1.8.2"
2424
composeCompiler = "1.5.10"
25-
composeUITooling = "1.6.3"
25+
composeUITooling = "1.6.4"
2626
composeCoil = "2.6.0"
2727
composeNavigation = "2.7.7"
2828

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

0 commit comments

Comments
 (0)