From 5d976a67ed54687f9c4128dbf5e14c2b12b0bf2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:09:46 +0100 Subject: [PATCH] Bump slf4j-api from 2.0.0-alpha6 to 2.0.0-alpha7 in /buildSrc (#8589) * Bump slf4j-api from 2.0.0-alpha6 to 2.0.0-alpha7 in /buildSrc Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0-alpha6 to 2.0.0-alpha7. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0-alpha6...v_2.0.0-alpha7) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * bump to alpha 7 in normal 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 67477996470..874680d68c4 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.14.3' implementation 'com.konghq:unirest-java:3.13.7' - implementation 'org.slf4j:slf4j-api:2.0.0-alpha6' + implementation 'org.slf4j:slf4j-api:2.0.0-alpha7' 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 bc5a3b392d1..09f3185cbc1 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { implementation 'com.h2database:h2-mvstore:2.1.210' implementation 'org.apache.commons:commons-csv:1.9.0' - implementation 'org.slf4j:slf4j-api:2.0.0-alpha6' + implementation 'org.slf4j:slf4j-api:2.0.0-alpha7' } sourceSets{