You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2020/08/24 18:48:48 UTC

[accumulo] branch 1.10 updated: Update powermock to 2.0.7 (#1691)

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.10 by this push:
     new a6cbf09  Update powermock to 2.0.7 (#1691)
a6cbf09 is described below

commit a6cbf094f9016b2cf59a06b91595ea968ede8d24
Author: Mike Miller <mm...@apache.org>
AuthorDate: Mon Aug 24 14:48:39 2020 -0400

    Update powermock to 2.0.7 (#1691)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d2e5176..7a5d566 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     <maven.plugin-version>3.5.0</maven.plugin-version>
     <!-- surefire/failsafe plugin option -->
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
-    <powermock.version>2.0.2</powermock.version>
+    <powermock.version>2.0.7</powermock.version>
     <!-- timestamp for reproducible outputs, updated on release by the release plugin -->
     <project.build.outputTimestamp>2020-08-18T00:00:00Z</project.build.outputTimestamp>
     <!-- surefire/failsafe plugin option -->