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 14250d7c8f5861ba5b44c15d2bddec5dc2ceab90 Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Mar 14 11:02:38 2022 +0000 QPIDJMS-561: update minikdc test dep to 3.3.2 and related commons-io override to 2.11.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 93e1ae2..146c7a6 100644 --- a/pom.xml +++ b/pom.xml @@ -52,8 +52,8 @@ <jetty-version>9.4.43.v20210629</jetty-version> <mockito-version>4.2.0</mockito-version> <hamcrest-version>2.2</hamcrest-version> - <hadoop-minikdc-version>3.3.1</hadoop-minikdc-version> - <commons-io-version>2.10.0</commons-io-version> + <hadoop-minikdc-version>3.3.2</hadoop-minikdc-version> + <commons-io-version>2.11.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]
