Skip to content

Commit

Permalink
#252: Replaced unmaintained SSH library com.jcraft:jsch with `com.g…
Browse files Browse the repository at this point in the history
…ithub.mwiede:jsch`
  • Loading branch information
kaklakariada committed Apr 16, 2024
1 parent 8b9ff94 commit 12c169f
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 94 deletions.
188 changes: 96 additions & 92 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions doc/changes/changes_7.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ This release updates the following methods to throw the runtime exception `Unche

* #250: Added support for installing custom Script Language Containers

## Bugfixes

* #252: Replaced unmaintained SSH library `com.jcraft:jsch` with `com.github.mwiede:jsch`

## Dependency Updates

### Compile Dependency Updates

* Updated `com.exasol:bucketfs-java:3.1.1` to `3.1.2`
* Updated `com.exasol:database-cleaner:1.1.2` to `1.1.3`
* Added `com.github.mwiede:jsch:0.2.17`
* Removed `com.jcraft:jsch:0.1.55`
* Updated `org.testcontainers:jdbc:1.19.5` to `1.19.7`
* Updated `org.testcontainers:testcontainers:1.19.5` to `1.19.7`

Expand All @@ -33,6 +39,7 @@ This release updates the following methods to throw the runtime exception `Unche
### Test Dependency Updates

* Updated `com.exasol:udf-api-java:1.0.4` to `1.0.5`
* Added `nl.jqno.equalsverifier:equalsverifier:3.16.1`
* Updated `org.mockito:mockito-junit-jupiter:5.10.0` to `5.11.0`
* Updated `org.testcontainers:junit-jupiter:1.19.5` to `1.19.7`

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
<version>0.2.17</version>
</dependency>
<dependency>
<groupId>com.exasol</groupId>
Expand Down

0 comments on commit 12c169f

Please sign in to comment.