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/02/25 07:25:09 UTC

[mina-sshd] 02/05: Upgraded bytebuddy version to 1.9.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 fa1b10c0bf1bc8f696cac1a73ae15606ab96d73c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Mon Feb 25 08:05:34 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 1cd8ed7..417df20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
         <spring.version>5.1.4.RELEASE</spring.version>
         <jgit.version>5.2.1.201812262042-r</jgit.version>
         <junit.version>4.12</junit.version>
-        <bytebuddy.version>1.9.8</bytebuddy.version>
+        <bytebuddy.version>1.9.10</bytebuddy.version>
 
         <surefire.plugin.version>2.22.1</surefire.plugin.version>
         <maven.archiver.version>3.3.0</maven.archiver.version>