Bump surefire/failsafe to 2.22.2 28/81928/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 7 May 2019 08:23:33 +0000 (10:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 7 May 2019 08:23:33 +0000 (10:23 +0200)
This fixes just a single issue with JUnit5:
https://issues.apache.org/jira/browse/SUREFIRE-1614

Change-Id: I85461616cdc6dc3075848e1a6a2a7a7100159800
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent/pom.xml

index 6b2e897857fc268669333d398bde2cc7ff0e3dd5..bec9a394b3cd0f4f6a328c5a96f1b2cf59823020 100644 (file)
         </plugin>
         <plugin>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.22.1</version>
+          <version>2.22.2</version>
         </plugin>
         <plugin>
           <artifactId>maven-invoker-plugin</artifactId>
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.22.1</version>
+          <version>2.22.2</version>
           <configuration>
             <redirectTestOutputToFile>${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
             <trimStackTrace>false</trimStackTrace>