Skip to content

Commit 8b7c520

Browse files
authored
Update selenium to 4.20.0 and log4j to 2.23.1 (#93)
1 parent 4d0d5df commit 8b7c520

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<revision>4.0.0-SNAPSHOT</revision>
20-
<log4j.version>2.23.0</log4j.version>
20+
<log4j.version>2.23.1</log4j.version>
2121
</properties>
2222

2323
<distributionManagement>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.testng</groupId>
106106
<artifactId>testng</artifactId>
107-
<version>7.9.0</version>
107+
<version>7.10.2</version>
108108
<scope>test</scope>
109109
</dependency>
110110
<dependency>
@@ -121,17 +121,17 @@
121121
<dependency>
122122
<groupId>com.google.guava</groupId>
123123
<artifactId>guava</artifactId>
124-
<version>33.0.0-jre</version>
124+
<version>33.1.0-jre</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.fasterxml.jackson.core</groupId>
128128
<artifactId>jackson-databind</artifactId>
129-
<version>2.16.1</version>
129+
<version>2.17.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.seleniumhq.selenium</groupId>
133133
<artifactId>selenium-java</artifactId>
134-
<version>4.19.1</version>
134+
<version>4.20.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>io.appium</groupId>

0 commit comments

Comments
 (0)