From 1e6075037fdd8097b4bd537e9ed249ac75818cfb Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 15 Apr 2025 04:28:27 -0400 Subject: [PATCH] chore: bump sshcommand from 0.19.0 to 0.20.0 --- contrib/dependencies.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/dependencies.json b/contrib/dependencies.json index f4a26016f..9b43b728f 100644 --- a/contrib/dependencies.json +++ b/contrib/dependencies.json @@ -42,10 +42,10 @@ }, { "name": "sshcommand", - "version": "0.19.0", + "version": "0.20.0", "urls": { - "amd64": "https://github.com/dokku/sshcommand/releases/download/v0.19.0/sshcommand", - "arm64": "https://github.com/dokku/sshcommand/releases/download/v0.19.0/sshcommand" + "amd64": "https://github.com/dokku/sshcommand/releases/download/v0.20.0/sshcommand", + "arm64": "https://github.com/dokku/sshcommand/releases/download/v0.20.0/sshcommand" } } ], @@ -93,4 +93,4 @@ } } ] -} \ No newline at end of file +}