Bump xml-apis:xml-apis from 1.0.b2 to 2.0.2

Bumps xml-apis:xml-apis from 1.0.b2 to 2.0.2.

---
updated-dependencies:
- dependency-name: xml-apis:xml-apis
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Change-Id: If651f1d914bd78609754b699e3082f9ff6f00274
diff --git a/app/build.gradle b/app/build.gradle
index 75598b3..42fadbd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -53,8 +53,8 @@
     implementation 'org.lz4:lz4-java:1.8.0'
 
     // Fix XML APIs conflict - force resolution to the non-relocated version
-    implementation('xml-apis:xml-apis:1.0.b2') {
-        because 'Avoid POM relocation warnings from xml-apis 2.0.2 -> 1.0.b2'
+    implementation('xml-apis:xml-apis:2.0.2') {
+        because 'Avoid POM relocation warnings from xml-apis 2.0.2 -> 2.0.2'
     }
 }