This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 786b44d92 [releng] Update a few dependencies 786b44d92 is described below commit 786b44d92be785362420e8d959b828ca4816808f Author: Thomas Wolf <tw...@apache.org> AuthorDate: Sat Mar 1 22:06:02 2025 +0100 [releng] Update a few dependencies Tell dependabot to ignore logback. --- .github/dependabot.yml | 4 ++++ pom.xml | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd477da29..e74f50456 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -45,3 +45,7 @@ updates: versions: [ ">= 2.0.0" ] - dependency-name: "org.slf4j:slf4j-simple" versions: [ ">= 2.0.0" ] + - dependency-name: "ch.qos.logback:logback-core" + versions: [ ">= 1.3.0" ] + - dependency-name: "ch.qos.logback:logback-classic" + versions: [ ">= 1.3.0" ] diff --git a/pom.xml b/pom.xml index f070d4975..c094d9cb8 100644 --- a/pom.xml +++ b/pom.xml @@ -104,18 +104,19 @@ --> <slf4j.version>1.7.36</slf4j.version> <slf4j.upper.bound>3</slf4j.upper.bound> + <!-- logback >= 1.4 requires Java 11, and logback >= 1.3 requires slf4j-api >= 2.0 --> <logback.version>1.2.13</logback.version> <spring.version>5.3.39</spring.version> <!-- NOTE: upgrading jGit to 6.x requires Java 11 --> <jgit.version>5.13.3.202401111512-r</jgit.version> <bytebuddy.version>1.14.18</bytebuddy.version> <testcontainers.version>1.20.1</testcontainers.version> - <grpc.version>1.66.0</grpc.version> <!-- Used only in tests --> + <grpc.version>1.70.0</grpc.version> <!-- Used only in tests --> <maven.archiver.version>3.6.2</maven.archiver.version> - <plexus.archiver.version>4.8.0</plexus.archiver.version> + <plexus.archiver.version>4.10.0</plexus.archiver.version> <!-- See https://pmd.github.io/ for available latest version --> - <pmd.version>7.5.0</pmd.version> + <pmd.version>7.11.0</pmd.version> <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor> <sshd.tests.rerun.count>2</sshd.tests.rerun.count> @@ -427,7 +428,7 @@ <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.0.23</version> + <version>2.0.27</version> </dependency> <dependency> <groupId>tomcat</groupId> @@ -503,7 +504,7 @@ <dependency> <groupId>com.github.mwiede</groupId> <artifactId>jsch</artifactId> - <version>0.2.19</version> + <version>0.2.23</version> </dependency> <!-- Transitive dependencies by various 3rd party packages -->