File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 "test" : " percy exec -- mvn test"
55 },
66 "devDependencies" : {
7- "@percy/cli" : " ^1.12.0 " ,
7+ "@percy/cli" : " ^1.26.3 " ,
88 "todomvc-app-css" : " ^2.4.2"
99 }
1010}
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >org.seleniumhq.selenium</groupId >
3030 <artifactId >selenium-java</artifactId >
31- <version >4.5.3 </version >
31+ <version >4.9.1 </version >
3232 </dependency >
3333 <!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-chrome-driver -->
3434 <dependency >
3535 <groupId >org.seleniumhq.selenium</groupId >
3636 <artifactId >selenium-chrome-driver</artifactId >
37- <version >4.5.3 </version >
37+ <version >4.11.0 </version >
3838 </dependency >
3939 <dependency >
4040 <groupId >io.percy</groupId >
4141 <artifactId >percy-java-selenium</artifactId >
42- <version >1.1.0 </version >
42+ <version >1.3.2 </version >
4343 </dependency >
4444 </dependencies >
4545 <build >
5959 <plugin >
6060 <groupId >org.apache.maven.plugins</groupId >
6161 <artifactId >maven-compiler-plugin</artifactId >
62- <version >3.10.1 </version >
62+ <version >3.11.0 </version >
6363 <configuration >
6464 <source >1.8</source >
6565 <target >1.8</target >
You can’t perform that action at this time.
0 commit comments