Skip to content

Commit a5abc7d

Browse files
committed
Merge branch 'mplescano-patch-1'
2 parents a3507b2 + 39106c3 commit a5abc7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,14 @@
225225
</dependency>
226226
<dependency>
227227
<groupId>org.eclipse.jgit</groupId>
228-
<artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
228+
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
229229
<version>${jgit.version}</version>
230230
</dependency>
231+
<dependency>
232+
<groupId>org.bouncycastle</groupId>
233+
<artifactId>bcpkix-jdk18on</artifactId>
234+
<version>1.81</version>
235+
</dependency>
231236
<dependency>
232237
<groupId>org.jspecify</groupId>
233238
<artifactId>jspecify</artifactId>

0 commit comments

Comments
 (0)