Skip to content

Commit

Permalink
#119: updated dependencies and removed a unneeded explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pfotenhauer committed Aug 26, 2020
1 parent f61dcf0 commit 81e95f8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<maven.compiler.source.version>1.8</maven.compiler.source.version>
<maven.compiler.target.version>1.8</maven.compiler.target.version>
<surefire.version>2.22.2</surefire.version>
<allure.version>2.13.3</allure.version>
<allure.version>2.13.5</allure.version>
<cucumber.version>5.7.0</cucumber.version>
<log4j.version>2.13.3</log4j.version>
</properties>
Expand Down Expand Up @@ -252,7 +252,7 @@
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>selenide</artifactId>
<version>5.12.2</version>
<version>5.14.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -262,12 +262,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
<version>1.9</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.10</version>
<version>3.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -300,11 +300,5 @@
<version>2.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xyz.rogfam</groupId>
<artifactId>littleproxy</artifactId>
<version>2.0.0-beta-5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 81e95f8

Please sign in to comment.