This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new e858bad711 [UPDATE] commons-compress 1.24.0 -> 1.26.0 (#2089)
e858bad711 is described below
commit e858bad7112eac3a767ebe1519e860b1687e6e09
Author: Benoit TELLIER <[email protected]>
AuthorDate: Mon Mar 11 04:02:09 2024 +0100
[UPDATE] commons-compress 1.24.0 -> 1.26.0 (#2089)
---
backends-common/cassandra/pom.xml | 5 +++++
event-bus/cassandra/pom.xml | 5 +++++
event-sourcing/event-store-cassandra/pom.xml | 5 +++++
mailbox/cassandra/pom.xml | 5 +++++
mailbox/plugin/deleted-messages-vault-cassandra/pom.xml | 5 +++++
mailbox/plugin/quota-mailing-cassandra/pom.xml | 5 +++++
mpt/impl/imap-mailbox/cassandra/pom.xml | 5 +++++
mpt/impl/managesieve/cassandra/pom.xml | 5 +++++
mpt/impl/smtp/cassandra-rabbitmq-object-storage/pom.xml | 5 +++++
mpt/impl/smtp/cassandra/pom.xml | 5 +++++
pom.xml | 7 ++++++-
server/apps/cassandra-app/pom.xml | 5 +++++
server/apps/distributed-app/pom.xml | 5 +++++
server/apps/distributed-pop3-app/pom.xml | 5 +++++
server/blob/blob-cassandra/pom.xml | 5 +++++
server/data/data-cassandra/pom.xml | 5 +++++
server/data/data-jmap-cassandra/pom.xml | 5 +++++
server/mailrepository/mailrepository-cassandra/pom.xml | 5 +++++
.../distributed-jmap-rfc-8621-integration-tests/pom.xml | 5 +++++
server/queue/queue-rabbitmq/pom.xml | 5 +++++
server/task/task-distributed/pom.xml | 5 +++++
21 files changed, 106 insertions(+), 1 deletion(-)
diff --git a/backends-common/cassandra/pom.xml
b/backends-common/cassandra/pom.xml
index bb1e99ffea..92ed078a0b 100644
--- a/backends-common/cassandra/pom.xml
+++ b/backends-common/cassandra/pom.xml
@@ -80,6 +80,11 @@
<artifactId>commons-beanutils</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
diff --git a/event-bus/cassandra/pom.xml b/event-bus/cassandra/pom.xml
index e17847ff2c..87f1d21e1a 100644
--- a/event-bus/cassandra/pom.xml
+++ b/event-bus/cassandra/pom.xml
@@ -55,6 +55,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
diff --git a/event-sourcing/event-store-cassandra/pom.xml
b/event-sourcing/event-store-cassandra/pom.xml
index f3fbee670d..b838dcdacd 100644
--- a/event-sourcing/event-store-cassandra/pom.xml
+++ b/event-sourcing/event-store-cassandra/pom.xml
@@ -78,6 +78,11 @@
<artifactId>testing-base</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-scala-extensions_${scala.base}</artifactId>
diff --git a/mailbox/cassandra/pom.xml b/mailbox/cassandra/pom.xml
index fac4de46d9..cdeb8586da 100644
--- a/mailbox/cassandra/pom.xml
+++ b/mailbox/cassandra/pom.xml
@@ -175,6 +175,11 @@
<artifactId>guice</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
diff --git a/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
b/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
index 03652e87f6..6ada80f4a5 100644
--- a/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
+++ b/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
@@ -80,6 +80,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
diff --git a/mailbox/plugin/quota-mailing-cassandra/pom.xml
b/mailbox/plugin/quota-mailing-cassandra/pom.xml
index f531f680a6..8186b25533 100644
--- a/mailbox/plugin/quota-mailing-cassandra/pom.xml
+++ b/mailbox/plugin/quota-mailing-cassandra/pom.xml
@@ -129,6 +129,11 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
diff --git a/mpt/impl/imap-mailbox/cassandra/pom.xml
b/mpt/impl/imap-mailbox/cassandra/pom.xml
index e82957b425..f1791d192c 100644
--- a/mpt/impl/imap-mailbox/cassandra/pom.xml
+++ b/mpt/impl/imap-mailbox/cassandra/pom.xml
@@ -95,6 +95,11 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
diff --git a/mpt/impl/managesieve/cassandra/pom.xml
b/mpt/impl/managesieve/cassandra/pom.xml
index f05522ab4e..3ed1d35937 100644
--- a/mpt/impl/managesieve/cassandra/pom.xml
+++ b/mpt/impl/managesieve/cassandra/pom.xml
@@ -54,6 +54,11 @@
<artifactId>testing-base</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
diff --git a/mpt/impl/smtp/cassandra-rabbitmq-object-storage/pom.xml
b/mpt/impl/smtp/cassandra-rabbitmq-object-storage/pom.xml
index 3b9dde21e6..7f7e3fe7ab 100644
--- a/mpt/impl/smtp/cassandra-rabbitmq-object-storage/pom.xml
+++ b/mpt/impl/smtp/cassandra-rabbitmq-object-storage/pom.xml
@@ -116,5 +116,10 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
diff --git a/mpt/impl/smtp/cassandra/pom.xml b/mpt/impl/smtp/cassandra/pom.xml
index e9ded6448d..454e359ef7 100644
--- a/mpt/impl/smtp/cassandra/pom.xml
+++ b/mpt/impl/smtp/cassandra/pom.xml
@@ -84,5 +84,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
diff --git a/pom.xml b/pom.xml
index c20ed152d7..ec3e46286b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2284,6 +2284,11 @@
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.16.1</version>
+ </dependency>
<dependency>
<groupId>commons-daemon</groupId>
<artifactId>commons-daemon</artifactId>
@@ -2565,7 +2570,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.24.0</version>
+ <version>1.26.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/server/apps/cassandra-app/pom.xml
b/server/apps/cassandra-app/pom.xml
index 90784e8fd3..10e4349ce2 100644
--- a/server/apps/cassandra-app/pom.xml
+++ b/server/apps/cassandra-app/pom.xml
@@ -261,6 +261,11 @@
<groupId>com.linagora</groupId>
<artifactId>logback-elasticsearch-appender</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
diff --git a/server/apps/distributed-app/pom.xml
b/server/apps/distributed-app/pom.xml
index fbd7f61e42..de10240467 100644
--- a/server/apps/distributed-app/pom.xml
+++ b/server/apps/distributed-app/pom.xml
@@ -322,6 +322,11 @@
<groupId>com.linagora</groupId>
<artifactId>logback-elasticsearch-appender</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
diff --git a/server/apps/distributed-pop3-app/pom.xml
b/server/apps/distributed-pop3-app/pom.xml
index e0401e4fe4..4d4e1390f3 100644
--- a/server/apps/distributed-pop3-app/pom.xml
+++ b/server/apps/distributed-pop3-app/pom.xml
@@ -313,6 +313,11 @@
<groupId>com.linagora</groupId>
<artifactId>logback-elasticsearch-appender</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
diff --git a/server/blob/blob-cassandra/pom.xml
b/server/blob/blob-cassandra/pom.xml
index ae92f954e5..635f912c88 100644
--- a/server/blob/blob-cassandra/pom.xml
+++ b/server/blob/blob-cassandra/pom.xml
@@ -79,6 +79,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
diff --git a/server/data/data-cassandra/pom.xml
b/server/data/data-cassandra/pom.xml
index cf177215e4..fea44f95b0 100644
--- a/server/data/data-cassandra/pom.xml
+++ b/server/data/data-cassandra/pom.xml
@@ -95,6 +95,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
diff --git a/server/data/data-jmap-cassandra/pom.xml
b/server/data/data-jmap-cassandra/pom.xml
index df04e3fd92..2ae5fa7b69 100644
--- a/server/data/data-jmap-cassandra/pom.xml
+++ b/server/data/data-jmap-cassandra/pom.xml
@@ -109,6 +109,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
diff --git a/server/mailrepository/mailrepository-cassandra/pom.xml
b/server/mailrepository/mailrepository-cassandra/pom.xml
index 9dec0a4b29..eb8a9ab05b 100644
--- a/server/mailrepository/mailrepository-cassandra/pom.xml
+++ b/server/mailrepository/mailrepository-cassandra/pom.xml
@@ -87,6 +87,11 @@
<artifactId>testing-base</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
diff --git
a/server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/pom.xml
b/server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/pom.xml
index f030ba3b57..f58f929d68 100644
---
a/server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/pom.xml
+++
b/server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/pom.xml
@@ -120,6 +120,11 @@
<artifactId>jmap-rfc-8621-integration-tests-common</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>pulsar</artifactId>
diff --git a/server/queue/queue-rabbitmq/pom.xml
b/server/queue/queue-rabbitmq/pom.xml
index 45a1bc74d5..a20d4ad85b 100644
--- a/server/queue/queue-rabbitmq/pom.xml
+++ b/server/queue/queue-rabbitmq/pom.xml
@@ -154,6 +154,11 @@
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
diff --git a/server/task/task-distributed/pom.xml
b/server/task/task-distributed/pom.xml
index 91155cc78e..dbbc88147b 100644
--- a/server/task/task-distributed/pom.xml
+++ b/server/task/task-distributed/pom.xml
@@ -122,6 +122,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]