diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8a6544c..8d67779 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ spotless-gradlePlugin = { module = "com.diffplug.spotless:spotless-plugin-gradle squareup-kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" } xpp3 = { module = "xpp3:xpp3", version = "1.1.4c" } -xmlpull = { module = "xmlpull:xmlpull", version = "1.1.3.1" } +xmlpull = { module = "xmlpull:xmlpull", version = "1.1.3.4a" } [plugins] androidApplication = { id = "com.android.application", version.ref = "androidGradlePlugin" }