Skip to content

Commit 933f155

Browse files
authored
Update Selenium to 4.28.1 +semver:feature (#99)
1 parent 0bb9c41 commit 933f155

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 Aquality Automation
189+
Copyright 2025 Aquality Automation
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

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.24.2</log4j.version>
20+
<log4j.version>2.24.3</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.10.2</version>
107+
<version>7.11.0</version>
108108
<scope>test</scope>
109109
</dependency>
110110
<dependency>
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>com.google.guava</groupId>
123123
<artifactId>guava</artifactId>
124-
<version>33.3.1-jre</version>
124+
<version>33.4.0-jre</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.fasterxml.jackson.core</groupId>
@@ -131,12 +131,12 @@
131131
<dependency>
132132
<groupId>org.seleniumhq.selenium</groupId>
133133
<artifactId>selenium-java</artifactId>
134-
<version>4.27.0</version>
134+
<version>4.28.1</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>io.appium</groupId>
138138
<artifactId>java-client</artifactId>
139-
<version>9.3.0</version>
139+
<version>9.4.0</version>
140140
<scope>test</scope>
141141
</dependency>
142142
<dependency>

0 commit comments

Comments
 (0)