This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 151709a5f7 HDDS-11446. Downgrade picocli to 4.7.5 due to regression
(#7215)
151709a5f7 is described below
commit 151709a5f713ce4b2fb3ec1f866bb853181f230b
Author: len548 <[email protected]>
AuthorDate: Wed Sep 18 14:02:03 2024 +0200
HDDS-11446. Downgrade picocli to 4.7.5 due to regression (#7215)
This reverts commit 008602b3a3144e41a8c0c483c729632424baf24f.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c383428687..23d096fc0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<kerby.version>1.0.1</kerby.version>
<kotlin.version>1.9.25</kotlin.version>
<metainf-services.version>1.11</metainf-services.version>
- <picocli.version>4.7.6</picocli.version>
+ <picocli.version>4.7.5</picocli.version>
<prometheus.version>0.16.0</prometheus.version>
<reflections.version>0.10.2</reflections.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]