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 ffe8e2c054be3e385103343eb3cf92a96c2c830f Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Feb 28 18:04:56 2020 +0200 Upgraded ByteBuddy version to 1.10.8 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 75c09fc..ac0031d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,4 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -115,7 +114,7 @@ <spring.version>5.2.3.RELEASE</spring.version> <jgit.version>5.6.0.201912101111-r</jgit.version> <junit.version>4.13</junit.version> - <bytebuddy.version>1.10.7</bytebuddy.version> + <bytebuddy.version>1.10.8</bytebuddy.version> <surefire.plugin.version>2.22.2</surefire.plugin.version> <maven.archiver.version>3.5.0</maven.archiver.version>