This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
commit 3d6eead4e040cea25c3707d429cb5a0c5d5bafca Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Sep 20 16:52:15 2024 +0100 QPIDJMS-598: update hadoop-minikdc test dep to 3.4.0 (and commons-io transitive to 2.17.0) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c00d639e..17e3d264 100644 --- a/pom.xml +++ b/pom.xml @@ -51,8 +51,8 @@ <jetty-version>9.4.56.v20240826</jetty-version> <mockito-version>5.13.0</mockito-version> <hamcrest-version>3.0</hamcrest-version> - <hadoop-minikdc-version>3.3.6</hadoop-minikdc-version> - <commons-io-version>2.13.0</commons-io-version> + <hadoop-minikdc-version>3.4.0</hadoop-minikdc-version> + <commons-io-version>2.17.0</commons-io-version> <!-- Maven Plugin Versions for this Project --> <maven-javacc-plugin-version>2.6</maven-javacc-plugin-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
