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 2019/12/24 18:32:44 UTC

[mina-sshd] 02/12: Upgraded byte-buddy version to 1.10.6

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 b021c9061fada81a6dbdec6c76a99fef41ee0b40
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Dec 24 19:44:35 2019 +0200

    Upgraded byte-buddy version to 1.10.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ac4ef8..ecc8efa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <spring.version>5.2.1.RELEASE</spring.version>
         <jgit.version>5.5.1.201910021850-r</jgit.version>
         <junit.version>4.12</junit.version>
-        <bytebuddy.version>1.10.3</bytebuddy.version>
+        <bytebuddy.version>1.10.6</bytebuddy.version>
 
         <surefire.plugin.version>2.22.2</surefire.plugin.version>
         <maven.archiver.version>3.4.0</maven.archiver.version>