diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml
index 6ab28feb0..f1cb075c8 100644
--- a/BTCPayServer.Tests/docker-compose.yml
+++ b/BTCPayServer.Tests/docker-compose.yml
@@ -63,7 +63,7 @@ services:
nbxplorer:
- image: nicolasdorier/nbxplorer:1.0.3.1
+ image: nicolasdorier/nbxplorer:1.0.3.3
ports:
- "32838:32838"
expose:
diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index 105dca01f..e194a0cfc 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -2,7 +2,7 @@
Exe
netcoreapp2.1
- 1.0.2.108
+ 1.0.2.109
NU1701,CA1816,CA1308,CA1810,CA2208