Skip to content

Commit 25c1213

Browse files
committed
dependency updates
1 parent 5ab295a commit 25c1213

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

pom.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,39 @@
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>

0 commit comments

Comments
 (0)