Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-self-hosted-apter[bot] authored Dec 11, 2024
1 parent 870c25a commit fa73cf1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/GitHubUserFinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.5.0
with:
distribution: corretto
java-version: 18
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.5.0
with:
distribution: corretto
java-version: 18
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.5.0
with:
distribution: corretto
java-version: 18
Expand Down
30 changes: 15 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,38 @@ targetSdk = "34"
javaTargetCompatibility = "17"
javaSourceCompatibility = "11"

agp = "8.4.1"
agp = "8.7.3"
kotlin = "1.9.23"
kotlinCoroutines = "1.8.0"
kotlinDate = "0.5.0"
ksp = "1.9.23-1.0.20"

appCompat = "1.7.0"
lifecycleViewModel = "2.8.1"
lifecycleViewModel = "2.8.7"
sqldelight = "1.5.5"
detekt = "1.23.6"
detekt = "1.23.7"
kover = "0.7.6"
mockmp = "1.17.0"
mokoResources = "0.23.0"
mokoGraphics = "0.9.0"
mokoResources = "0.24.4"
mokoGraphics = "0.10.0"

compose = "1.6.7"
composeActivity = "1.9.0"
compose = "1.7.6"
composeActivity = "1.9.3"
composeCompiler = "1.5.12"
composeUITooling = "1.6.7"
composeCoil = "2.6.0"
composeNavigation = "2.7.7"
composeUITooling = "1.7.6"
composeCoil = "2.7.0"
composeNavigation = "2.8.5"

koin = "4.0.0"
koinTest = "4.0.0"
koinAndroid = "4.0.0"
koinAndroidCompose = "4.0.0"
ktor = "2.3.11"
ktor = "2.3.13"

kermit = "2.0.3"
slf4j = "2.0.13"
junitKtx = "1.1.5"
accompanistNavigation = "0.34.0"
kermit = "2.0.5"
slf4j = "2.0.16"
junitKtx = "1.2.1"
accompanistNavigation = "0.36.0"

[libraries]

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit fa73cf1

Please sign in to comment.