Skip to content

Commit

Permalink
Upgrade JSCover 2.0.18 to 2.0.19, Selenium 4.15.0 to 4.16.1, jscover-…
Browse files Browse the repository at this point in the history
…maven-plugin 2.0.17-SNAPSHOT to 2.0.17, maven-compiler-plugin 3.11.0 to 3.12.1, maven-surefire-plugin 3.2.2 to 3.2.3
  • Loading branch information
tntim96 committed Jan 2, 2024
1 parent c854e27 commit 424e679
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

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

<repositories>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>JSCover</artifactId>
<version>2.0.18</version>
<version>2.0.19</version>
</dependency>
<dependency>
<groupId>com.github.tntim96</groupId>
Expand All @@ -108,7 +108,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<source>11</source>
<target>11</target>
Expand All @@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mvn clean verify surefire-report:report-only
mvn clean && mvn verify surefire-report:report-only

0 comments on commit 424e679

Please sign in to comment.