Skip to content

Commit a897197

Browse files
shahidk8“Shahid
andauthored
updated working versions (#132)
* updated working versions * update cli versions --------- Co-authored-by: “Shahid <“shahid.k@browserstack.com”>
1 parent ac33e54 commit a897197

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
}

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
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>
@@ -59,7 +59,7 @@
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>

0 commit comments

Comments
 (0)