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 4
4
"test" : " percy exec -- mvn test"
5
5
},
6
6
"devDependencies" : {
7
- "@percy/cli" : " ^1.12.0 " ,
7
+ "@percy/cli" : " ^1.26.3 " ,
8
8
"todomvc-app-css" : " ^2.4.2"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >org.seleniumhq.selenium</groupId >
30
30
<artifactId >selenium-java</artifactId >
31
- <version >4.5.3 </version >
31
+ <version >4.9.1 </version >
32
32
</dependency >
33
33
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-chrome-driver -->
34
34
<dependency >
35
35
<groupId >org.seleniumhq.selenium</groupId >
36
36
<artifactId >selenium-chrome-driver</artifactId >
37
- <version >4.5.3 </version >
37
+ <version >4.11.0 </version >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >io.percy</groupId >
41
41
<artifactId >percy-java-selenium</artifactId >
42
- <version >1.1.0 </version >
42
+ <version >1.3.2 </version >
43
43
</dependency >
44
44
</dependencies >
45
45
<build >
59
59
<plugin >
60
60
<groupId >org.apache.maven.plugins</groupId >
61
61
<artifactId >maven-compiler-plugin</artifactId >
62
- <version >3.10.1 </version >
62
+ <version >3.11.0 </version >
63
63
<configuration >
64
64
<source >1.8</source >
65
65
<target >1.8</target >
You can’t perform that action at this time.
0 commit comments