Skip to content

Commit

Permalink
Merge pull request apache#1853 from jbonofre/KARAF-7844
Browse files Browse the repository at this point in the history
KARAF-7844: Upgrade to sshd 2.13.1
  • Loading branch information
jbonofre authored Jul 13, 2024
2 parents 69c29b6 + eed18d7 commit 1ab2389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<asm.version>9.7</asm.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<awaitility.version>3.1.6</awaitility.version>
<bouncycastle.version>1.77</bouncycastle.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
<camel.version>3.6.0</camel.version>
<cglib.bundle.version>3.2.9_1</cglib.bundle.version>
<cxf.version>3.5.5</cxf.version>
Expand Down Expand Up @@ -350,7 +350,7 @@
<spring.security62.version>6.2.1_1</spring.security62.version>

<sling.commons.johnzon.version>1.2.16</sling.commons.johnzon.version>
<sshd.version>2.12.1</sshd.version>
<sshd.version>2.13.1</sshd.version>
<struts.bundle.version>1.3.10_1</struts.bundle.version>
<xbean.version>4.24</xbean.version>
<javax.mail.version>1.4.7</javax.mail.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class SshUtilsTest {
@Test
public void testCiphersDefault() throws IOException {
// verify our default configuration...
String ciphers = "aes128-ctr,aes128-cbc";
String ciphers = "aes128-ctr";

List<NamedFactory<Cipher>> list = SshUtils.buildCiphers(ciphers.split(","));

Expand Down

0 comments on commit 1ab2389

Please sign in to comment.