Skip to content

Commit

Permalink
#81: update maven dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pfotenhauer committed Apr 17, 2019
1 parent 01d7cbf commit 119a993
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<maven.compiler.target.version>1.8</maven.compiler.target.version>
<surefire.version>2.22.1</surefire.version>
<allure.version>2.10.0</allure.version>
<cucumber.version>4.2.3</cucumber.version>
<cucumber.version>4.3.0</cucumber.version>
<log4j.version>2.11.1</log4j.version>
</properties>

Expand Down Expand Up @@ -196,7 +196,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.23</version>
<version>1.24</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -240,13 +240,13 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0.1-jre</version>
<version>27.1-jre</version>
</dependency>

<dependency>
<groupId>com.codeborne</groupId>
<artifactId>selenide</artifactId>
<version>5.1.0</version>
<version>5.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -261,12 +261,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
<version>3.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.26</version>
</dependency>

<!-- Test only dependencies -->
Expand Down

0 comments on commit 119a993

Please sign in to comment.