This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new a0845e951d Bump jsch in
/modules/credential-store/credential-store-service
a0845e951d is described below
commit a0845e951daf51bf1323d935aa0db96dce566114
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 6 20:00:34 2022 +0000
Bump jsch in /modules/credential-store/credential-store-service
Bumps jsch from 0.1.50 to 0.1.54.
---
updated-dependencies:
- dependency-name: com.jcraft:jsch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
modules/credential-store/credential-store-service/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/credential-store/credential-store-service/pom.xml
b/modules/credential-store/credential-store-service/pom.xml
index 549f441ca1..39fe0f18f0 100644
--- a/modules/credential-store/credential-store-service/pom.xml
+++ b/modules/credential-store/credential-store-service/pom.xml
@@ -121,7 +121,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
- <version>0.1.50</version>
+ <version>0.1.54</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>