From b4726abbdbb7147624e66103970a5e56b1642925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 20:09:37 +0100 Subject: [PATCH] Bump slf4j-api from 2.0.0-alpha5 to 2.0.0-alpha6 in /buildSrc (#8438) * Bump slf4j-api from 2.0.0-alpha5 to 2.0.0-alpha6 in /buildSrc Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0-alpha5 to 2.0.0-alpha6. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0-alpha5...v_2.0.0-alpha6) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * update normal build gradle as well Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Siedlerchr --- build.gradle | 2 +- buildSrc/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 47d8d93f92a..a4ba6806584 100644 --- a/build.gradle +++ b/build.gradle @@ -176,7 +176,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.14.3' implementation 'com.konghq:unirest-java:3.13.6' - implementation 'org.slf4j:slf4j-api:2.0.0-alpha5' + implementation 'org.slf4j:slf4j-api:2.0.0-alpha6' implementation "org.tinylog:tinylog-api:2.4.1" implementation "org.tinylog:slf4j-tinylog:2.4.1" implementation "org.tinylog:tinylog-impl:2.4.1" diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index b97bba981cf..cdb745b046a 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { implementation 'com.h2database:h2-mvstore:2.0.206' implementation 'org.apache.commons:commons-csv:1.9.0' - implementation 'org.slf4j:slf4j-api:2.0.0-alpha5' + implementation 'org.slf4j:slf4j-api:2.0.0-alpha6' } sourceSets{