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 63b9770fc99078af061f70a4a6d6a12cf17e9d26 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Tue Mar 21 20:15:33 2023 +0200 Added warning about slf4j version upgrade --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index f622b8736..e3a0b855e 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,10 @@ <min.required.maven.version>3.5.0</min.required.maven.version> <groovy.version>3.0.11</groovy.version> <bouncycastle.version>1.72</bouncycastle.version> + <!-- NOTE: upgrading beyond this version causes + + Execution verify-style of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check failed.: NullPointerException + --> <slf4j.version>1.7.32</slf4j.version> <slf4j.upper.bound>3</slf4j.upper.bound> <logback.version>1.2.11</logback.version>