Skip to content

Commit 1299145

Browse files
dependabot[bot]ribbons
authored andcommitted
Bump kotlinx-serialization-json from 1.4.0 to 1.4.1
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/v1.4.1/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5e6b83 commit 1299145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dependencies {
114114
implementation("com.joaomgcd:taskerpluginlibrary:0.4.3")
115115
implementation("com.nerdoftheherd:android-dropbear:2022.82.1")
116116
implementation("com.nerdoftheherd:android-rsync:3.2.6")
117-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
117+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
118118
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
119119

120120
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")

0 commit comments

Comments
 (0)