Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Sep 10, 2024
1 parent d8d2751 commit 4600348
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.44.0</version>
<version>2.70.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand All @@ -31,12 +31,12 @@
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
<version>6.8.2</version>
<version>6.11.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-core</artifactId>
<version>6.8.2</version>
<version>6.11.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand All @@ -47,17 +47,17 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>4.3.1</version>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit</artifactId>
<version>6.8.2</version>
<version>6.11.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>com.tngtech.java</groupId>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.8</version>
<version>2.12.7</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 4600348

Please sign in to comment.