From 460034828acee9846f274028e65a2b9173006c40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 10:16:13 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - io.cucumber:cucumber-core from 6.8.2 to 6.11.0. See this package in maven: https://mvnrepository.com/artifact/io.cucumber/cucumber-core/ - io.cucumber:cucumber-java from 6.8.2 to 6.11.0. See this package in maven: https://mvnrepository.com/artifact/io.cucumber/cucumber-java/ - junit:junit from 4.13.1 to 4.13.2. See this package in maven: https://mvnrepository.com/artifact/junit/junit/ - io.cucumber:cucumber-junit from 6.8.2 to 6.11.0. See this package in maven: https://mvnrepository.com/artifact/io.cucumber/cucumber-junit/ - io.rest-assured:rest-assured from 4.3.1 to 4.5.1. See this package in maven: https://mvnrepository.com/artifact/io.rest-assured/rest-assured/ - joda-time:joda-time from 2.10.8 to 2.12.7. See this package in maven: https://mvnrepository.com/artifact/joda-time/joda-time/ - org.seleniumhq.selenium:htmlunit-driver from 2.44.0 to 2.70.0. See this package in maven: https://mvnrepository.com/artifact/org.seleniumhq.selenium/htmlunit-driver/ - org.slf4j:slf4j-simple from 1.7.30 to 1.7.36. See this package in maven: https://mvnrepository.com/artifact/org.slf4j/slf4j-simple/ See this project in Snyk: https://app.snyk.io/org/benweese/project/7e2b7bac-2c8d-49a2-a205-95c70042bc0d?utm_source=github&utm_medium=referral&page=upgrade-pr --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index e95ab7e..6bf37dd 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.seleniumhq.selenium htmlunit-driver - 2.44.0 + 2.70.0 org.seleniumhq.selenium @@ -31,12 +31,12 @@ io.cucumber cucumber-java - 6.8.2 + 6.11.0 io.cucumber cucumber-core - 6.8.2 + 6.11.0 org.hamcrest @@ -47,17 +47,17 @@ io.rest-assured rest-assured - 4.3.1 + 4.5.1 io.cucumber cucumber-junit - 6.8.2 + 6.11.0 junit junit - 4.13.1 + 4.13.2 com.tngtech.java @@ -68,7 +68,7 @@ org.slf4j slf4j-simple - 1.7.30 + 1.7.36 org.assertj @@ -79,7 +79,7 @@ joda-time joda-time - 2.10.8 + 2.12.7