Commit b1740a3
committed
Fix JGit SSH module version mismatch and update imports for JGit 6.x compatibility
- Updated jgitSsh from 5.13.3 to 6.6.1 to match core jgit version
- Fixed package imports in PluginSshSessionFactory for JGit 6.x
- JschConfigSessionFactory moved to org.eclipse.jgit.transport.ssh.jsch
- OpenSshConfig moved to org.eclipse.jgit.transport.ssh.jsch
- Resolves version mismatch that could cause SSH authentication issues1 parent 1b6fa02 commit b1740a3
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- gradle
- src/main/groovy/com/rundeck/plugin/util
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments