From 89a48f33bc96373e0372c4014da1dfb6430966a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 07:31:44 +0000 Subject: [PATCH] Bump slf4j-api from 1.7.29 to 1.7.30 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.29 to 1.7.30. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.29...v_1.7.30) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c6a4942..31be103 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'org.apache.httpcomponents:httpclient:4.5.12' implementation group: 'org.glassfish.jersey.core', name: 'jersey-common', version: '2.30.1' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' - implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.29' + implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' implementation group: 'org.jsoup', name: 'jsoup', version: '1.12.1' implementation 'com.github.BIBSYSDEV:aws-build-tools:v1.5.5'