You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/05/15 08:42:16 UTC

[mina-sshd] 03/16: Upgraded ByteBuddy version to 1.10.10

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 58877839813b0e7d7e0821cf3c3252caa784c427
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri May 15 07:08:11 2020 +0300

    Upgraded ByteBuddy version to 1.10.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 914fb64..8a95193 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <spring.version>5.2.5.RELEASE</spring.version>
         <jgit.version>5.7.0.202003110725-r</jgit.version>
         <junit.version>4.13</junit.version>
-        <bytebuddy.version>1.10.9</bytebuddy.version>
+        <bytebuddy.version>1.10.10</bytebuddy.version>
 
         <surefire.plugin.version>2.22.2</surefire.plugin.version>
         <maven.archiver.version>3.5.0</maven.archiver.version>