This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 2ee9f20c [FLINK-36170] bump assert4j version
2ee9f20c is described below
commit 2ee9f20c38cf3a39e78cc8ad011370516e55e3e8
Author: siddr <[email protected]>
AuthorDate: Thu Aug 29 00:34:34 2024 +0530
[FLINK-36170] bump assert4j version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dfd96389..fe478ed8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@ under the License.
<okhttp.version>4.12.0</okhttp.version>
<curator-test.version>5.2.0</curator-test.version>
- <assertj.version>3.21.0</assertj.version>
+ <assertj.version>3.26.3</assertj.version>
<quartz.version>2.3.2</quartz.version>
<hikari.version>5.1.0</hikari.version>