You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by th...@apache.org on 2021/05/26 15:02:30 UTC

[flink] branch master updated: [FLINK-22778] Upgrade to JUnit 4.13

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

thw 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 15b5a06  [FLINK-22778] Upgrade to JUnit 4.13
15b5a06 is described below

commit 15b5a06efa3eccd52d359ebf9c28e69392b6805d
Author: Thomas Weise <th...@apache.org>
AuthorDate: Tue May 25 20:31:07 2021 -0700

    [FLINK-22778] Upgrade to JUnit 4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 72f7ab6..ea7919f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
 		<avro.version>1.10.0</avro.version>
 		<javax.activation.api.version>1.2.0</javax.activation.api.version>
 		<jaxb.api.version>2.3.1</jaxb.api.version>
-		<junit.version>4.12</junit.version>
+		<junit.version>4.13.2</junit.version>
 		<mockito.version>2.21.0</mockito.version>
 		<powermock.version>2.0.4</powermock.version>
 		<hamcrest.version>1.3</hamcrest.version>