File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >io.percy</groupId >
77 <artifactId >percy-java-selenium</artifactId >
8- <version >4.28.0 </version >
8+ <version >2.1.1 </version >
99 <packaging >jar</packaging >
1010
1111 <name >${project.groupId} :${project.artifactId} </name >
4545 <dependency >
4646 <groupId >org.seleniumhq.selenium</groupId >
4747 <artifactId >selenium-java</artifactId >
48- <version >4.15.0 </version >
49-
48+ <version >4.5.3 </version >
49+ < scope >provided</ scope >
5050 </dependency >
5151 <dependency >
5252 <groupId >org.seleniumhq.selenium</groupId >
5353 <artifactId >selenium-firefox-driver</artifactId >
54- <version >4.15.0 </version >
54+ <version >4.5.3 </version >
5555 </dependency >
5656 <dependency >
5757 <groupId >org.json</groupId >
6161 <dependency >
6262 <groupId >io.github.bonigarcia</groupId >
6363 <artifactId >webdrivermanager</artifactId >
64- <version >5.6.2</version >
64+ <version >5.3.2</version >
65+ <scope >test</scope >
6566 </dependency >
6667 <dependency >
6768 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments