diff options
-rw-r--r-- | oparent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index 2c5c5b0..5026f68 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -422,7 +422,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> + <version>2.22.0</version> <configuration> <!-- Sets the VM argument line used when unit tests are run. --> <argLine>${surefireArgLine}</argLine> @@ -435,7 +435,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>2.19.1</version> + <version>2.22.0</version> <executions> <!-- Ensures that both integration-test and verify goals of the Failsafe Maven |