This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from a63c2cbbb GH-803: use JDK built-in ML-KEM on Java24+
new a7e7e07d0 Documentation: mention native support
new b900b2d8b Make mlkem768x25519-sha256 the preferred KEX by default
add 9932ed186 Bump com.google.errorprone:error_prone_core from 2.41.0 to
2.42.0 (#823)
add beca40c03 Bump org.owasp:dependency-check-maven from 12.1.3 to 12.1.5
(#824)
add 9791e3985 Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#825)
add 14e155a10 Bump org.owasp:dependency-check-maven from 12.1.5 to 12.1.6
(#826)
add c10dbcdaa Bump bouncycastle.version from 1.81 to 1.82 (#820)
add 22b9b07d9 GH-827: known_hosts: skip and log invalid lines
new 22de9b28f Merge branch 'master' into 3.0.0
new a6d17f63a [releng] Require at least maven 3.9.11
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build.yml | 4 +-
.github/workflows/master-build.yml | 2 +-
.github/workflows/next-build.yml | 2 +-
CHANGES.md | 3 +
docs/standards.md | 13 +++--
pom.xml | 8 +--
.../sshd/client/config/hosts/KnownHostEntry.java | 67 +++++++++++-----------
sshd-contrib/pom.xml | 2 +-
.../java/org/apache/sshd/common/BaseBuilder.java | 2 +-
.../keyverifier/KnownHostsUnsupportedKeysTest.java | 17 ++++++
10 files changed, 71 insertions(+), 49 deletions(-)