Skip to content

Commit 174c327

Browse files
build(deps): bump io.github.pdvrieze.xmlutil:serialization-jvm
Bumps [io.github.pdvrieze.xmlutil:serialization-jvm](https://github.com/pdvrieze/xmlutil) from 0.90.3 to 0.91.3. - [Release notes](https://github.com/pdvrieze/xmlutil/releases) - [Changelog](https://github.com/pdvrieze/xmlutil/blob/master/Changelog.md) - [Commits](pdvrieze/xmlutil@v0.90.3...v0.91.3) --- updated-dependencies: - dependency-name: io.github.pdvrieze.xmlutil:serialization-jvm dependency-version: 0.91.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56284d8 commit 174c327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation("com.google.code.gson:gson:2.13.2")
6767
implementation(libs.android.gradlePlugin.gradle)
6868
implementation(libs.android.gradlePlugin.builder.test.api)
69-
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.90.3") {
69+
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.91.3") {
7070
exclude("org.jetbrains.kotlinx", "kotlinx-serialization-json")
7171
exclude("org.jetbrains.kotlinx", "kotlinx-serialization-core")
7272
}

0 commit comments

Comments
 (0)