Skip to content

Commit

Permalink
Upgrade Selenium 4.13.0 to 4.15.0, json 20230618 to 20231013, maven-s…
Browse files Browse the repository at this point in the history
…urefire-plugin 3.1.2 to 3.2.2
  • Loading branch information
tntim96 committed Nov 22, 2023
1 parent 3424562 commit c854e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>4.13.0</selenium.version>
<selenium.version>4.15.0</selenium.version>
<jscovermp.version>2.0.17-SNAPSHOT</jscovermp.version>
</properties>

Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230618</version>
<version>20231013</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
Expand Down

0 comments on commit c854e27

Please sign in to comment.