Upgrade sshj to 0.27 to fix "Unrecognized PKCS5 key type: OPENSSH" error

0.27 has the fix for this issue. See https://github.com/hierynomus/sshj/issues/488 for more details.
diff --git a/pom.xml b/pom.xml
index 3182589..3a8a45b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -119,8 +119,8 @@
         <log4j.over.slf4j>1.7.26</log4j.over.slf4j>
         <dozer>5.5.1</dozer>
         <jsch>0.1.55</jsch>
-        <sshj>0.23.0</sshj>
+        <sshj>0.27.0</sshj>
         <mariadb.jdbc>2.5.1</mariadb.jdbc>
     </properties>
 
-</project>
\ No newline at end of file
+</project>