From 424e6796a19669b9b7226c78f240a9021563aef1 Mon Sep 17 00:00:00 2001 From: tntim96 Date: Tue, 2 Jan 2024 15:43:07 +1100 Subject: [PATCH] Upgrade JSCover 2.0.18 to 2.0.19, Selenium 4.15.0 to 4.16.1, jscover-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 --- pom.xml | 10 +++++----- test.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9de9765..f3e173b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,8 @@ UTF-8 - 4.15.0 - 2.0.17-SNAPSHOT + 4.16.1 + 2.0.17 @@ -94,7 +94,7 @@ com.github.tntim96 JSCover - 2.0.18 + 2.0.19 com.github.tntim96 @@ -108,7 +108,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1 11 11 @@ -117,7 +117,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.2 + 3.2.3 1 false diff --git a/test.sh b/test.sh index dbe830f..3caacaf 100755 --- a/test.sh +++ b/test.sh @@ -1 +1 @@ -mvn clean verify surefire-report:report-only \ No newline at end of file +mvn clean && mvn verify surefire-report:report-only \ No newline at end of file