jsch-0.2.10
What's Changed
- Fix new Java 21 compiler warning:
possible 'this' escape before subclass is fully initialized
. by @norrisjeremy - Tweak OSGi bundle manifest to allow Log4j 3. by @norrisjeremy
- #362 fix PEM key parsing to work with windows line endings. by @norrisjeremy
- #361 guard against
UIKeyboardInteractive
implementations that include NULL elements in theString[]
returned frompromptKeyboardInteractive()
. by @norrisjeremy - Add a default implmentation of the deprecated
decrypt()
method to theIdentity
interface that throws anUnsupportedOperationException
. by @norrisjeremy
Dedepency updates
- Bump guava from 31.1-jre to 32.0.0-jre by @dependabot in #334
- Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 by @dependabot in #335
- Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by @dependabot in #336
- Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by @dependabot in #337
- Bump cyclonedx-maven-plugin from 2.7.8 to 2.7.9 by @dependabot in #338
- Bump junit-jupiter from 1.18.1 to 1.18.3 by @dependabot in #340
- Bump formatter-maven-plugin from 2.22.0 to 2.23.0 by @dependabot in #342
- Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #341
- Bump surefire.version from 3.1.0 to 3.1.2 by @dependabot in #345
- Bump guava from 32.0.0-jre to 32.0.1-jre by @dependabot in #346
- Bump bcprov-jdk18on from 1.73 to 1.74 by @dependabot in #351
- Bump guava from 32.0.1-jre to 32.1.1-jre by @dependabot in #355
- Bump commons-codec from 1.15 to 1.16.0 by @dependabot in #354
- Bump maven-clean-plugin from 3.2.0 to 3.3.1 by @dependabot in #353
- Bump bcprov-jdk18on from 1.74 to 1.75 by @dependabot in #352
- Bump errorprone.version from 2.19.1 to 2.20.0 by @dependabot in #350
- Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot in #364
Full Changelog: jsch-0.2.9...jsch-0.2.10