diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml
index bfde7f739..ef6f6e010 100644
--- a/BTCPayServer.Tests/docker-compose.yml
+++ b/BTCPayServer.Tests/docker-compose.yml
@@ -71,7 +71,7 @@ services:
nbxplorer:
- image: nicolasdorier/nbxplorer:2.0.0.38
+ image: nicolasdorier/nbxplorer:2.0.0.39
restart: unless-stopped
ports:
- "32838:32838"
diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index 5eb46ca45..f5b5653cf 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -2,7 +2,7 @@
Exe
netcoreapp2.1
- 1.0.3.95
+ 1.0.3.96
NU1701,CA1816,CA1308,CA1810,CA2208