From 239f04b9fa921cd90dab9e0fc48f7a74a1bb4aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 13:04:44 +0000 Subject: [PATCH] Bump rome from 1.17.0 to 1.18.0 Bumps [rome](https://github.com/rometools/rome) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/rometools/rome/releases) - [Commits](https://github.com/rometools/rome/compare/1.17.0...1.18.0) --- updated-dependencies: - dependency-name: com.rometools:rome dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2515757..eb76d8c 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.1' implementation 'org.json:json:20211205' implementation 'com.github.ben-manes.caffeine:caffeine:3.0.5' - implementation 'com.rometools:rome:1.17.0' + implementation 'com.rometools:rome:1.18.0' implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3' implementation 'org.jsoup:jsoup:1.14.3' implementation 'io.activej:activej-common:5.0'