jsch-0.2.12
What's Changed
- Further refine previous fixes for windows line endings in PEM keys from #371 & #362 by @norrisjeremy in #371
- #392 replace call to BigInteger.intValueExact to remain comptaible wi… by @mwiede in #397
- Introduce JSchSessionDisconnectException to allow the reasonCode to be retrieved without String parsing by @mvegter in #416
- Introduce specific JSchException for HostKey related failures by @mvegter in #410
Dependency Updates
- update dependencies by @norrisjeremy in #375
- Bump errorprone.version from 2.20.0 to 2.21.1 by @dependabot in #373
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 by @dependabot in #381
- Bump org.testcontainers:junit-jupiter from 1.18.3 to 1.19.0 by @dependabot in #379
- Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #384
- Bump actions/checkout from 3 to 4 by @dependabot in #383
- Bump junixsocket.version from 2.7.0 to 2.7.1 by @dependabot in #387
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 by @dependabot in #388
- Bump com.kohlschutter:compiler-annotations from 1.5.6 to 1.5.7 by @dependabot in #389
- Bump junixsocket.version from 2.7.1 to 2.7.2 by @dependabot in #393
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #394
- Bump errorprone.version from 2.21.1 to 2.22.0 by @dependabot in #395
- Bump com.kohlschutter:compiler-annotations from 1.5.7 to 1.5.8 by @dependabot in #396
- Bump org.testcontainers:junit-jupiter from 1.19.0 to 1.19.1 by @dependabot in #401
- Bump commons-io:commons-io from 2.13.0 to 2.14.0 by @dependabot in #402
- Bump com.kohlschutter:compiler-annotations from 1.5.8 to 1.6.4 by @dependabot in #400
- Bump junixsocket.version from 2.7.2 to 2.8.1 by @dependabot in #399
- Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #406
- Bump errorprone.version from 2.22.0 to 2.23.0 by @dependabot in #414
- Reset the sequence numbers on Session disconnect to support reconnection by @mvegter in #409
- Bump log4j.version from 2.20.0 to 2.21.1 by @dependabot in #415
New Contributors
Full Changelog: jsch-0.2.11...jsch-0.2.12