diff --git a/lib/jsch.agentproxy.connector-factory.jar b/lib/jsch.agentproxy.connector-factory.jar index b2fc29d5ca09..d91bc56eb7a2 100644 Binary files a/lib/jsch.agentproxy.connector-factory.jar and b/lib/jsch.agentproxy.connector-factory.jar differ diff --git a/lib/jsch.agentproxy.core.jar b/lib/jsch.agentproxy.core.jar index aa70a81f7a41..431be9e5430a 100644 Binary files a/lib/jsch.agentproxy.core.jar and b/lib/jsch.agentproxy.core.jar differ diff --git a/lib/jsch.agentproxy.jsch.jar b/lib/jsch.agentproxy.jsch.jar new file mode 100644 index 000000000000..ee4bfe8806d5 Binary files /dev/null and b/lib/jsch.agentproxy.jsch.jar differ diff --git a/lib/jsch.agentproxy.pageant.jar b/lib/jsch.agentproxy.pageant.jar index 0552cbb811fa..b47521cdef63 100644 Binary files a/lib/jsch.agentproxy.pageant.jar and b/lib/jsch.agentproxy.pageant.jar differ diff --git a/lib/jsch.agentproxy.sshagent.jar b/lib/jsch.agentproxy.sshagent.jar index 142ff0b3eb30..c50fe542f481 100644 Binary files a/lib/jsch.agentproxy.sshagent.jar and b/lib/jsch.agentproxy.sshagent.jar differ diff --git a/lib/jsch.agentproxy.usocket-jna.jar b/lib/jsch.agentproxy.usocket-jna.jar index e61809a1c0c2..7bc9021f34b5 100644 Binary files a/lib/jsch.agentproxy.usocket-jna.jar and b/lib/jsch.agentproxy.usocket-jna.jar differ diff --git a/lib/jsch.agentproxy.usocket-nc.jar b/lib/jsch.agentproxy.usocket-nc.jar index 2c8e2d02941a..33cff52ad640 100644 Binary files a/lib/jsch.agentproxy.usocket-nc.jar and b/lib/jsch.agentproxy.usocket-nc.jar differ diff --git a/lib/src/jsch-agent-proxy.zip b/lib/src/jsch-agent-proxy.zip index 1f37aedc70fa..dc3d60a58775 100644 Binary files a/lib/src/jsch-agent-proxy.zip and b/lib/src/jsch-agent-proxy.zip differ diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy index 602245bd13dd..36dc57121ac9 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -207,10 +207,11 @@ class CommunityLibraryLicenses { url: "https://github.com/jgraph/jgraphx"), new LibraryLicense(name: "JNA", libraryName: "jna", version: "4.1.0", license: "LGPL 2.1", url: "https://github.com/java-native-access/jna", licenseUrl: "http://www.opensource.org/licenses/lgpl-2.1.php"), - new LibraryLicense(name: "jsch-agent-proxy for svnkit trilead", libraryName: "jsch.agentproxy.svnkit-trilead-ssh2.jar", version: "0.0.7", + new LibraryLicense(name: "jsch-agent-proxy for svnkit trilead", libraryName: "jsch.agentproxy.svnkit-trilead-ssh2.jar", + version: "0.0.9", license: "BSD", url: "https://github.com/ymnk/jsch-agent-proxy", licenseUrl: "https://github.com/ymnk/jsch-agent-proxy/blob/master/LICENSE.txt"), - new LibraryLicense(name: "jsch-agent-proxy", libraryName: "jsch-agent-proxy", version: "0.0.7", license: "BSD", + new LibraryLicense(name: "jsch-agent-proxy", libraryName: "jsch-agent-proxy", version: "0.0.9", license: "BSD", url: "https://github.com/ymnk/jsch-agent-proxy", licenseUrl: "https://github.com/ymnk/jsch-agent-proxy/blob/master/LICENSE.txt"), new LibraryLicense(name: "JOGL", libraryName: "jogl-all", license: "Creative Commons Attribution License", diff --git a/plugins/svn4idea/lib/jsch.agentproxy.svnkit-trilead-ssh2.jar b/plugins/svn4idea/lib/jsch.agentproxy.svnkit-trilead-ssh2.jar index 53bd0289544c..f1274938bdbc 100644 Binary files a/plugins/svn4idea/lib/jsch.agentproxy.svnkit-trilead-ssh2.jar and b/plugins/svn4idea/lib/jsch.agentproxy.svnkit-trilead-ssh2.jar differ