Skip to content

jsch-2.27.3

Choose a tag to compare

@mwiede mwiede released this 21 Aug 10:15
· 263 commits to master since this release

What's Changed

  • 2.27.3 changes by @norrisjeremy in #865
    • Update to Maven 3.9.11.
    • Update to latest Java (24.0.2) release.
    • Ensure that bnd-maven-plugin doesn't add java package imports into OSGi imports.
    • Run Dependabot on Wednesdays since Github is frequently overloaded on Mondays & fails.
  • 2.27.3 changes by @norrisjeremy in #877
    • Drop unneeded compiler-annotations dependency.
    • Generate SPDX SBOM.
    • #852 Fix ChannelAgentForwarding when an unknown agent message type is received immediately preceding a known agent message type.
    • Consistently use Temurin JDK for all Github workflows.
    • Add --enable-native-access=ALL-UNNAMED that will be required for JNA and junixsocket to function in future Java releases.
    • Remove additional extraneous dependencies for log4j-core-test.
    • Use toolchains plugin to select JDK to allow eventual Maven 4 support.
      -- Maven 4 will only run on Java 17+, so in order to execute tests with Java 8 & 11 in GHA, we'll need to use the toolchains plugin to allow executing tests with a different JDK than used to execute Maven itself.

Dependency Updates

  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #839
  • Bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.1 by @dependabot[bot] in #840
  • Bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot[bot] in #842
  • Bump org.testcontainers:junit-jupiter from 1.21.1 to 1.21.2 by @dependabot[bot] in #849
  • Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.0 to 1.7.1 by @dependabot[bot] in #851
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 by @dependabot[bot] in #850
  • Bump log4j.version from 2.24.3 to 2.25.0 by @dependabot[bot] in #847
  • Bump org.bouncycastle:bcprov-jdk18on from 1.80 to 1.81 by @dependabot[bot] in #841
  • Bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot[bot] in #846
  • Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2 by @dependabot[bot] in #853
  • Bump github/codeql-action from 3.29.0 to 3.29.2 by @dependabot[bot] in #856
  • Bump org.testcontainers:junit-jupiter from 1.21.2 to 1.21.3 by @dependabot[bot] in #857
  • Bump errorprone.version from 2.38.0 to 2.39.0 by @dependabot[bot] in #855
  • Bump net.revelc.code.formatter:formatter-maven-plugin from 2.26.0 to 2.27.0 by @dependabot[bot] in #854
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #862
  • Bump log4j.version from 2.25.0 to 2.25.1 by @dependabot[bot] in #863
  • Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 by @dependabot[bot] in #864
  • Bump errorprone.version from 2.39.0 to 2.40.0 by @dependabot[bot] in #861
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #860
  • Bump github/codeql-action from 3.29.2 to 3.29.4 by @dependabot[bot] in #867
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #870
  • Bump org.junit.jupiter:junit-jupiter from 5.13.3 to 5.13.4 by @dependabot[bot] in #871
  • Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.1 to 1.7.2 by @dependabot[bot] in #872
  • Bump commons-io:commons-io from 2.19.0 to 2.20.0 by @dependabot[bot] in #868
  • Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 by @dependabot[bot] in #869
  • Bump errorprone.version from 2.40.0 to 2.41.0 by @dependabot[bot] in #873
  • Bump github/codeql-action from 3.29.4 to 3.29.5 by @dependabot[bot] in #874
  • Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #878
  • Bump github/codeql-action from 3.29.7 to 3.29.9 by @dependabot[bot] in #879
  • Bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #875
  • Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #880

Full Changelog: jsch-2.27.2...jsch-2.27.3