File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >com.applitools</groupId >
1919 <artifactId >eyes-selenium-java5</artifactId >
20- <version >5.80 .0</version >
20+ <version >5.81 .0</version >
2121 <scope >test</scope >
2222 </dependency >
2323 <dependency >
2424 <groupId >org.seleniumhq.selenium</groupId >
2525 <artifactId >selenium-java</artifactId >
26- <version >4.10 .0</version >
26+ <version >4.35 .0</version >
2727 <scope >test</scope >
2828 </dependency >
2929 </dependencies >
3030
3131 <build >
3232 <plugins >
33+ <plugin >
34+ <groupId >org.apache.maven.plugins</groupId >
35+ <artifactId >maven-enforcer-plugin</artifactId >
36+ <version >3.6.1</version >
37+ <executions >
38+ <execution >
39+ <id >enforce-maven</id >
40+ <goals >
41+ <goal >enforce</goal >
42+ </goals >
43+ <configuration >
44+ <rules >
45+ <requireMavenVersion >
46+ <version >3.6.1</version >
47+ </requireMavenVersion >
48+ </rules >
49+ </configuration >
50+ </execution >
51+ </executions >
52+ </plugin >
3353 <plugin >
3454 <groupId >org.codehaus.mojo</groupId >
3555 <artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments