From 3cf51d3fa806b0faec91e063f8420f93fadf3867 Mon Sep 17 00:00:00 2001 From: "ar.anjomshoaa@gmail.com" Date: Tue, 27 Jun 2023 14:56:04 -0500 Subject: [PATCH] Update security vulnb ticket jdk15on, netty-codec, postgresql, sshd-sftp. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ce4e69c..cd19e54 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.hierynomus:sshj:0.31.0' // Apache Mina SSHD - Apache 2.0 - https://mina.apache.org/sshd-project/index.html - implementation 'org.apache.sshd:sshd-sftp:2.7.0' + implementation 'org.apache.sshd:sshd-sftp:2.10.0' } // by default the Java plugin runs test on build, change to not do that (only run test if explicit task)