This is an automated email from the ASF dual-hosted git repository.
snuyanzin 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 83a6d1d57d7 [FLINK-33655][tests] Upgrade ArchUnit to 1.2.0
83a6d1d57d7 is described below
commit 83a6d1d57d7d544243a924a70267437e5e0eb906
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Nov 27 09:47:22 2023 +0100
[FLINK-33655][tests] Upgrade ArchUnit to 1.2.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7efaa6d886a..ec709084fc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@ under the License.
<jaxb.api.version>2.3.1</jaxb.api.version>
<junit4.version>4.13.2</junit4.version>
<junit5.version>5.9.1</junit5.version>
- <archunit.version>1.0.0</archunit.version>
+ <archunit.version>1.2.0</archunit.version>
<mockito.version>3.4.6</mockito.version>
<powermock.version>2.0.9</powermock.version>
<hamcrest.version>1.3</hamcrest.version>