Skip to content

Commit 341e998

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------- | ------ | ------ | | github-tags | JamesIves/github-pages-deploy-action | v4.7.3 | v4.7.4 | | github-tags | codecov/codecov-action | v5.4.3 | v5.5.1 | | gradle-version | gradle | 9.0.0 | 9.2.0 | | maven | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.19.3 | 0.20.1 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.9.1 | 0.9.3 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 2.0.0 | 2.1.0 | | maven | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.34.0 | 0.35.0 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.2.0 | 2.2.21 |
1 parent 643ae90 commit 341e998

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: ./gradlew koverXmlReport
6969

7070
- name: Upload Test Report
71-
uses: codecov/codecov-action@v5.4.3
71+
uses: codecov/codecov-action@v5.5.1
7272
env:
7373
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7474

@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Deploy docs 🚀 to website
153153
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'hoc081098/FlowExt' && matrix.os == 'macos-14' }}
154-
uses: JamesIves/github-pages-deploy-action@v4.7.3
154+
uses: JamesIves/github-pages-deploy-action@v4.7.4
155155
with:
156156
branch: gh-pages # The branch the action should deploy to.
157157
folder: build/dokka/html # 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
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Deploy docs 🚀 to website
105105
if: ${{ matrix.os == 'macos-14' }}
106-
uses: JamesIves/github-pages-deploy-action@v4.7.3
106+
uses: JamesIves/github-pages-deploy-action@v4.7.4
107107
with:
108108
branch: gh-pages # The branch the action should deploy to.
109109
folder: build/dokka/html # The folder the action should deploy.

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
1111
import java.net.URI
1212

1313
plugins {
14-
kotlin("multiplatform") version "2.2.0"
14+
kotlin("multiplatform") version "2.2.21"
1515
id("com.diffplug.spotless") version "8.0.0"
1616
id("maven-publish")
17-
id("com.vanniktech.maven.publish") version "0.34.0"
17+
id("com.vanniktech.maven.publish") version "0.35.0"
1818
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.18.1"
19-
id("org.jetbrains.dokka") version "2.0.0"
20-
id("org.jetbrains.kotlinx.kover") version "0.9.1"
21-
id("dev.drewhamilton.poko") version "0.19.3"
19+
id("org.jetbrains.dokka") version "2.1.0"
20+
id("org.jetbrains.kotlinx.kover") version "0.9.3"
21+
id("dev.drewhamilton.poko") version "0.20.1"
2222
}
2323

2424
val coroutinesVersion = "1.10.2"

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

0 commit comments

Comments
 (0)