Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed May 29, 2024
1 parent 0e36683 commit bd55372
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.26.0</allure.version>
<allure.version>2.27.0</allure.version>
<gpg.key></gpg.key>
</properties>

<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.20.0</version>
<version>4.21.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.1</version>
<version>1.26.2</version>
</dependency>
<dependency>
<groupId>com.jdiai.tools</groupId>
Expand Down

0 comments on commit bd55372

Please sign in to comment.