Skip to content

Commit 1f2abac

Browse files
authored
Update Selenium to 4.35.0 +semver:feature (#104)
1 parent e7083b6 commit 1f2abac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@
114114
<dependency>
115115
<groupId>com.fasterxml.jackson.core</groupId>
116116
<artifactId>jackson-databind</artifactId>
117-
<version>2.18.2</version>
117+
<version>2.19.2</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.seleniumhq.selenium</groupId>
121121
<artifactId>selenium-java</artifactId>
122-
<version>4.34.0</version>
122+
<version>4.35.0</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>io.appium</groupId>
126126
<artifactId>java-client</artifactId>
127-
<version>9.5.0</version>
127+
<version>10.0.0</version>
128128
<scope>test</scope>
129129
</dependency>
130130
<dependency>

0 commit comments

Comments
 (0)