From 690b196d3067ffb1ab0bffb37c5919f7380202e3 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Sun, 5 Jan 2025 16:44:21 +0000 Subject: [PATCH] Bump upnplib to latest version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 10bd650044..17661e736e 100644 --- a/build.gradle +++ b/build.gradle @@ -383,7 +383,7 @@ dependencies { //maybe replace with jupnp implementation 'commons-jxpath:commons-jxpath:1.3' - implementation 'net.sbbi.upnp:upnplib:1.0.9-nodebug' + implementation 'com.github.fishface60:upnplib:0351d7502a57f6c5dc8653220bc03ad99af58b21' // custom binding stuff, should probably be replace with Beans Binding (JSR 295) implementation 'yasb:yasb:0.2-21012007'