Skip to content

Commit

Permalink
Update sshd-osgi to 2.12.1 and byte-buddy to 1.14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Feb 17, 2024
1 parent 5ac097c commit afc6d0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-osgi</artifactId>
<version>2.12.0</version>
<version>2.12.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -324,13 +324,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.11</version>
<version>1.14.12</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.11</version>
<version>1.14.12</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Expand Up @@ -46,4 +46,5 @@ Update assertj-core to 3.25.0.
Update assertj-core to 3.25.1.
Update Mockito to 5.9.0
Update Mockito to 5.10.0 and assertj-core to 3.25.2
Update assertj-core to 3.25.3
Update assertj-core to 3.25.3
Update bytebuddy to 1.14.12

0 comments on commit afc6d0e

Please sign in to comment.