Skip to content

Commit 1737a22

Browse files
committed
Update EyesUtilities Version
1 parent 7d447bc commit 1737a22

2 files changed

Lines changed: 3 additions & 15 deletions

File tree

pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.applitools.imagetester</groupId>
66
<artifactId>ImageTester</artifactId>
7-
<version>3.10.0</version>
7+
<version>3.10.1</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<maven.compiler.source>1.8</maven.compiler.source>
@@ -67,7 +67,7 @@
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
70-
<groupId>com.github.applitools</groupId>
70+
<groupId>com.applitools.eyesutilities</groupId>
7171
<artifactId>EyesUtilities</artifactId>
7272
<version>1.6.6</version>
7373
</dependency>
@@ -316,18 +316,6 @@
316316
</execution>
317317
</executions>
318318
</plugin>
319-
<plugin>
320-
<groupId>org.owasp</groupId>
321-
<artifactId>dependency-check-maven</artifactId>
322-
<version>7.1.1</version>
323-
<executions>
324-
<execution>
325-
<goals>
326-
<goal>check</goal>
327-
</goals>
328-
</execution>
329-
</executions>
330-
</plugin>
331319
<plugin>
332320
<!-- This plugin required to control version addition to the manifest so it will be consumable on runtime -->
333321
<groupId>org.apache.maven.plugins</groupId>

src/main/java/com/applitools/imagetester/ImageTester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import com.applitools.imagetester.lib.Utils;
2727

2828
public class ImageTester {
29-
private static final String cur_ver = "3.10.0";
29+
private static final String cur_ver = "3.10.1";
3030
private static final String DEFAULT_THREADS = String.valueOf(Runtime.getRuntime().availableProcessors() * 2);
3131

3232
public static void main(String[] args) {

0 commit comments

Comments
 (0)