Skip to content

Commit

Permalink
#138 - Update Maven dependencies as far as possible
Browse files Browse the repository at this point in the history
Updated Selenide, Allure and Cucumber to 6
  • Loading branch information
Marcel Pfotenhauer committed Oct 15, 2020
1 parent fd47f06 commit fefcecc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<maven.compiler.source.version>11</maven.compiler.source.version>
<maven.compiler.target.version>11</maven.compiler.target.version>
<surefire.version>2.22.2</surefire.version>
<allure.version>2.13.5</allure.version>
<cucumber.version>5.7.0</cucumber.version>
<allure.version>2.13.6</allure.version>
<cucumber.version>6.8.1</cucumber.version>
<log4j.version>2.13.3</log4j.version>
</properties>

Expand Down Expand Up @@ -258,6 +258,11 @@
<artifactId>allure-cucumber5-jvm</artifactId>
<version>${allure.version}</version>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-cucumber6-jvm</artifactId>
<version>${allure.version}</version>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-selenide</artifactId>
Expand All @@ -271,7 +276,7 @@
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>selenide</artifactId>
<version>5.15.0</version>
<version>5.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit fefcecc

Please sign in to comment.