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/06/26 09:06:35 UTC

[mina-sshd] 05/16: Upgraded ByteBuddy version to 1.11.5

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 da21184e055754b09720011faafc42fed8142091
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:14:31 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index 9a8aae6..c909be7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <spring.version>5.3.6</spring.version>
         <jgit.version>5.11.0.202103091610-r</jgit.version>
         <junit.version>4.13.2</junit.version>
-        <bytebuddy.version>1.10.22</bytebuddy.version>
+        <bytebuddy.version>1.11.5</bytebuddy.version>
         <testcontainers.version>1.15.3</testcontainers.version>
         <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
         <jna.version>5.8.0</jna.version>