We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3507b2 + 39106c3 commit a5abc7dCopy full SHA for a5abc7d
1 file changed
pom.xml
@@ -225,9 +225,14 @@
225
</dependency>
226
<dependency>
227
<groupId>org.eclipse.jgit</groupId>
228
- <artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
+ <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
229
<version>${jgit.version}</version>
230
231
+ <dependency>
232
+ <groupId>org.bouncycastle</groupId>
233
+ <artifactId>bcpkix-jdk18on</artifactId>
234
+ <version>1.81</version>
235
+ </dependency>
236
237
<groupId>org.jspecify</groupId>
238
<artifactId>jspecify</artifactId>
0 commit comments