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/10/19 18:29:29 UTC

[mina-sshd] 02/14: Upgraded ByteBuddy version to 1.11.21

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 61b6aeb6538495085fafc3819338f5ad1a649b1c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 19:40:20 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index f41daa4..5218f8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <spring.version>5.3.9</spring.version>
         <jgit.version>5.12.0.202106070339-r</jgit.version>
         <junit.version>4.13.2</junit.version>
-        <bytebuddy.version>1.11.8</bytebuddy.version>
+        <bytebuddy.version>1.11.21</bytebuddy.version>
         <testcontainers.version>1.16.0</testcontainers.version>
         <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
         <jna.version>5.8.0</jna.version>