From 8bab6408e0d18755ff9579f9ad3dd1ee3127e210 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 26 Feb 2025 01:30:26 -0500 Subject: [PATCH] chore: update sshcommand to ensure we keep validation --- contrib/dependencies.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/dependencies.json b/contrib/dependencies.json index cf7baafc0..f4a26016f 100644 --- a/contrib/dependencies.json +++ b/contrib/dependencies.json @@ -42,10 +42,10 @@ }, { "name": "sshcommand", - "version": "0.18.0", + "version": "0.19.0", "urls": { - "amd64": "https://github.com/dokku/sshcommand/releases/download/v0.18.0/sshcommand", - "arm64": "https://github.com/dokku/sshcommand/releases/download/v0.18.0/sshcommand" + "amd64": "https://github.com/dokku/sshcommand/releases/download/v0.19.0/sshcommand", + "arm64": "https://github.com/dokku/sshcommand/releases/download/v0.19.0/sshcommand" } } ], @@ -93,4 +93,4 @@ } } ] -} +} \ No newline at end of file