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 2021/01/02 07:14:40 UTC

[mina-sshd] 01/15: Ugraded ByteBuddy version to 1.10.19

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 b27c0a14bd1fc799cea33fb24340a8e4d2f8ae4d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 31 20:51:20 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index c4e8df0..6b6d662 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <spring.version>5.3.2</spring.version>
         <jgit.version>5.9.0.202009080501-r</jgit.version>
         <junit.version>4.13.1</junit.version>
-        <bytebuddy.version>1.10.18</bytebuddy.version>
+        <bytebuddy.version>1.10.19</bytebuddy.version>
 
         <surefire.plugin.version>3.0.0-M5</surefire.plugin.version>
         <maven.archiver.version>3.5.0</maven.archiver.version>