From 32198d724db5ec2ea97eb718ce22de03391c55be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 04:04:16 +0000 Subject: [PATCH 1/2] Bump jgiven-junit from 1.0.0 to 1.1.0 Bumps [jgiven-junit](https://github.com/TNG/jgiven) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-junit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 953cd878..c6364ce1 100644 --- a/pom.xml +++ b/pom.xml @@ -184,7 +184,7 @@ THE SOFTWARE. com.tngtech.jgiven jgiven-junit - 1.0.0 + 1.1.0 test From b8ece51fc4079c2c37c9b8b247e7ae05280ae501 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 19 Aug 2021 09:26:33 -0700 Subject: [PATCH 2/2] Require upper bound dependencies error for org.slf4j:slf4j-api:1.7.26 paths to dependency are: +-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT +-com.tngtech.jgiven:jgiven-junit:1.1.0 +-org.slf4j:slf4j-api:1.7.26 and +-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT +-com.tngtech.jgiven:jgiven-junit:1.1.0 +-com.tngtech.jgiven:jgiven-core:1.1.0 +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32 and +-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT +-com.tngtech.jgiven:jgiven-junit:1.1.0 +-com.tngtech.jgiven:jgiven-html5-report:1.1.0 +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32 and +-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT +-org.jenkins-ci.main:jenkins-core:2.222.4 +-org.slf4j:jcl-over-slf4j:1.7.26 +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32 and +-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT +-org.jenkins-ci.main:jenkins-core:2.222.4 +-org.slf4j:log4j-over-slf4j:1.7.26 +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32 and +-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT +-org.jenkins-ci.main:jenkins-war:2.222.4 +-org.slf4j:slf4j-jdk14:1.7.26 +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.25 and +-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT +-com.tngtech.jgiven:jgiven-junit:1.1.0 +-com.tngtech.jgiven:jgiven-html5-report:1.1.0 +-com.tngtech.jgiven:jgiven-html-app:1.1.0 +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32 and +-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT +-org.jenkins-ci.main:jenkins-war:2.222.4 +-org.jenkins-ci.modules:sshd:2.6 +-org.apache.sshd:sshd-core:1.7.0 +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.25 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index c6364ce1..acfab093 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,12 @@ THE SOFTWARE. jansi 1.15 + + + org.slf4j + slf4j-api + 1.7.32 +