You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/08/01 08:14:39 UTC

[flink] branch master updated: [FLINK-13464][build] Bump powermock to 2.0.2

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new c78218a  [FLINK-13464][build] Bump powermock to 2.0.2
c78218a is described below

commit c78218a00e2c73e25d711028ebc878089590da29
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Jul 29 11:59:26 2019 +0200

    [FLINK-13464][build] Bump powermock to 2.0.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d876e08..85698a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
 		<avro.version>1.8.2</avro.version>
 		<junit.version>4.12</junit.version>
 		<mockito.version>2.21.0</mockito.version>
-		<powermock.version>2.0.0-RC.4</powermock.version>
+		<powermock.version>2.0.2</powermock.version>
 		<hamcrest.version>1.3</hamcrest.version>
 		<py4j.version>0.10.8.1</py4j.version>
 		<japicmp.skip>false</japicmp.skip>