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 2022/07/11 11:12:44 UTC

[flink] branch master updated: [FLINK-28466][tests] Bump assertj to 3.23.1

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 9c3d9be628c [FLINK-28466][tests] Bump assertj to 3.23.1
9c3d9be628c is described below

commit 9c3d9be628cb6f9dcef9f9c1ebc3a4a4a32d3145
Author: Sergey Nuyanzin <sn...@gmail.com>
AuthorDate: Mon Jul 11 13:12:23 2022 +0200

    [FLINK-28466][tests] Bump assertj to 3.23.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d31844bb93..fe14bbd874c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@ under the License.
 		<mockito.version>3.4.6</mockito.version>
 		<powermock.version>2.0.9</powermock.version>
 		<hamcrest.version>1.3</hamcrest.version>
-		<assertj.version>3.21.0</assertj.version>
+		<assertj.version>3.23.1</assertj.version>
 		<py4j.version>0.10.9.3</py4j.version>
 		<beam.version>2.38.0</beam.version>
 		<protoc.version>3.21.2</protoc.version>