From 62417e76f73ae4b93c6180bfa62c76f9c5d1a458 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 15 Jul 2020 18:34:33 -0700 Subject: [PATCH] Updated dependencies. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c6b72b7..326c5a2 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'commons-net:commons-net:3.6' //implementation 'com.squareup.okhttp3:okhttp:4.7.2' - implementation 'com.rometools:rome:1.14.1' + implementation 'com.rometools:rome:1.15.0' implementation 'org.json:json:20200518' implementation 'org.jsoup:jsoup:1.13.1'