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/12/23 09:14:10 UTC

[mina-sshd] 04/16: Upgraded Bytebuddy version to 1.12.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 7f5b1b5a6baa64dc2afa0e1ff90b1e3332ab72a6
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:37:33 2021 +0200

    Upgraded Bytebuddy version to 1.12.6
---
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f47f30..6e24861 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
         <spring.version>5.3.11</spring.version>
         <jgit.version>5.13.0.202109080827-r</jgit.version>
         <junit.version>4.13.2</junit.version>
-        <bytebuddy.version>1.11.21</bytebuddy.version>
+        <bytebuddy.version>1.12.6</bytebuddy.version>
         <testcontainers.version>1.16.1</testcontainers.version>
         <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
         <jna.version>5.8.0</jna.version>
@@ -544,6 +544,14 @@
                 <artifactId>mockito-core</artifactId>
                 <version>4.0.0</version>
             </dependency>
+            
+                <!-- Referenced indirectly by Bytebuddy -->
+            <dependency>
+                <groupId>com.google.code.findbugs</groupId>
+                <artifactId>jsr305</artifactId>
+                <version>3.0.2</version>
+            </dependency>
+
                 <!-- Used by mockito -->
             <dependency>
                 <groupId>net.bytebuddy</groupId>