Skip to content

Commit 1f7aa99

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------------------------------------------------------------------------- | ------ | ------ | | github-tags | JamesIves/github-pages-deploy-action | v4.6.9 | v4.7.2 | | maven | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.8.0 | 0.9.0 | | maven | com.android.library:com.android.library.gradle.plugin | 8.7.2 | 8.7.3 | | maven | com.android.application:com.android.application.gradle.plugin | 8.7.2 | 8.7.3 | | maven | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.0.21 | 2.1.0 |
1 parent e799991 commit 1f7aa99

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Deploy docs 🚀 to website
169169
if: ${{ contains(matrix.os, 'macos') }}
170-
uses: JamesIves/github-pages-deploy-action@v4.6.9
170+
uses: JamesIves/github-pages-deploy-action@v4.7.2
171171
with:
172172
branch: gh-pages # The branch the action should deploy to.
173173
folder: site # The folder the action should deploy.

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Deploy docs 🚀 to website
112112
if: ${{ contains(matrix.os, 'macos') }}
113-
uses: JamesIves/github-pages-deploy-action@v4.6.9
113+
uses: JamesIves/github-pages-deploy-action@v4.7.2
114114
with:
115115
branch: gh-pages # The branch the action should deploy to.
116116
folder: site # The folder the action should deploy.

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.21"
2+
kotlin = "2.1.0"
33
coroutines = "1.9.0"
44
kotlinx-serialization-json = "1.7.3"
55
kotlinx-collections-immutable = "0.3.8"
@@ -16,7 +16,7 @@ android-target = "34"
1616
# the Android compileSdkVersion to use
1717
android-compile = "34"
1818

19-
android-gradle = "8.7.2"
19+
android-gradle = "8.7.3"
2020

2121
# the Android target to use in sample
2222
sample-android-target = "34"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ include(
2828
)
2929

3030
plugins {
31-
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0")
31+
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.9.0")
3232
}

0 commit comments

Comments
 (0)