From 8d7952cec354964497c31576fcc1e90fcf211d12 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 15 Sep 2024 19:44:46 +0200 Subject: [PATCH] Bump MiniDNS version to 1.1.0-alpha3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9685a6b2f..7d1ca3285 100644 --- a/build.gradle +++ b/build.gradle @@ -141,7 +141,7 @@ allprojects { // - https://issues.apache.org/jira/browse/MNG-6232 // - https://issues.igniterealtime.org/browse/SMACK-858 jxmppVersion = '[1.0.0, 1.0.999]' - miniDnsVersion = '[1.0.0, 1.0.999]' + miniDnsVersion = '[1.1.0-alpha3, 1.1.999]' smackMinAndroidSdk = 21 junitVersion = '5.7.1' commonsIoVersion = '2.6'