Skip to content

Commit

Permalink
Merge pull request #5537 from jdi-testing/update_versions
Browse files Browse the repository at this point in the history
Update dependencies to the latest
  • Loading branch information
pnatashap authored Jul 25, 2024
2 parents 4e4576e + d61f89f commit c1f7cee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jdi-light-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<aspectj.version>1.9.20</aspectj.version>
<aspectj.maven>1.14.0</aspectj.maven>
<java.version>11</java.version>
<allure.version>2.27.0</allure.version>
<allure.version>2.28.0</allure.version>
<gpg.key></gpg.key>
</properties>

<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.21.0</version>
<version>4.23.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.8.0</version>
<version>5.9.1</version>
<exclusions>
<exclusion>
<groupId>com.github.docker-java</groupId>
Expand Down Expand Up @@ -95,12 +95,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
<version>33.2.1-jre</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit c1f7cee

Please sign in to comment.