Skip to content

Commit

Permalink
Update selenium to 4.20.0 and log4j to 2.23.1 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska authored May 2, 2024
1 parent 4d0d5df commit 8b7c520
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>4.0.0-SNAPSHOT</revision>
<log4j.version>2.23.0</log4j.version>
<log4j.version>2.23.1</log4j.version>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.9.0</version>
<version>7.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -121,17 +121,17 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
<version>33.1.0-jre</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.19.1</version>
<version>4.20.0</version>
</dependency>
<dependency>
<groupId>io.appium</groupId>
Expand Down

0 comments on commit 8b7c520

Please sign in to comment.