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/04/08 08:04:39 UTC

[mina-sshd] 04/15: Upgraded ByteBuddy version to 1.10.9

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 0cc7cc36c67dbd9fec410beecf849f0f6853b904
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Apr 8 00:07:09 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 3c40a48..c9d56e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <spring.version>5.2.4.RELEASE</spring.version>
         <jgit.version>5.6.1.202002131546-r</jgit.version>
         <junit.version>4.13</junit.version>
-        <bytebuddy.version>1.10.8</bytebuddy.version>
+        <bytebuddy.version>1.10.9</bytebuddy.version>
 
         <surefire.plugin.version>2.22.2</surefire.plugin.version>
         <maven.archiver.version>3.5.0</maven.archiver.version>