This is an automated email from the ASF dual-hosted git repository. richardantal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git
The following commit(s) were added to refs/heads/master by this push: new e9d29ca PHOENIX-7559 Bump scalatest-maven-plugin version to 2.2.0 (#154) e9d29ca is described below commit e9d29caa779f7879d77722494b9fed9e4aad7039 Author: richardantal <richardan...@apache.org> AuthorDate: Thu Mar 27 13:30:15 2025 +0100 PHOENIX-7559 Bump scalatest-maven-plugin version to 2.2.0 (#154) --- phoenix5-spark/pom.xml | 2 +- phoenix5-spark3/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phoenix5-spark/pom.xml b/phoenix5-spark/pom.xml index 5c4bafc..74d0392 100644 --- a/phoenix5-spark/pom.xml +++ b/phoenix5-spark/pom.xml @@ -518,7 +518,7 @@ <plugin> <groupId>org.scalatest</groupId> <artifactId>scalatest-maven-plugin</artifactId> - <version>1.0</version> + <version>2.2.0</version> <configuration> <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> <junitxml>.</junitxml> diff --git a/phoenix5-spark3/pom.xml b/phoenix5-spark3/pom.xml index 53733d4..461088e 100644 --- a/phoenix5-spark3/pom.xml +++ b/phoenix5-spark3/pom.xml @@ -273,7 +273,7 @@ <plugin> <groupId>org.scalatest</groupId> <artifactId>scalatest-maven-plugin</artifactId> - <version>1.0</version> + <version>2.2.0</version> <configuration> <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> <junitxml>.</junitxml>