Skip to content

Commit

Permalink
updated working versions (#132)
Browse files Browse the repository at this point in the history
* updated working versions

* update cli versions

---------

Co-authored-by: “Shahid <“[email protected]”>
  • Loading branch information
shahidk8 and “Shahid authored Aug 25, 2023
1 parent ac33e54 commit a897197
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "percy exec -- mvn test"
},
"devDependencies": {
"@percy/cli": "^1.12.0",
"@percy/cli": "^1.26.3",
"todomvc-app-css": "^2.4.2"
}
}
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.5.3</version>
<version>4.9.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-chrome-driver -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>4.5.3</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>io.percy</groupId>
<artifactId>percy-java-selenium</artifactId>
<version>1.1.0</version>
<version>1.3.2</version>
</dependency>
</dependencies>
<build>
Expand All @@ -59,7 +59,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit a897197

Please sign in to comment.