Skip to content

Commit 096ad63

Browse files
committed
Update jgit
1 parent eb24f98 commit 096ad63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

N2A/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,28 +169,28 @@
169169
<dependency>
170170
<groupId>org.eclipse.jgit</groupId>
171171
<artifactId>org.eclipse.jgit</artifactId>
172-
<version>6.6.1.202309021850-r</version>
172+
<version>7.2.1.202505142326-r</version>
173173
</dependency>
174174

175175
<!-- https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit.ssh.apache -->
176176
<dependency>
177177
<groupId>org.eclipse.jgit</groupId>
178178
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
179-
<version>6.6.1.202309021850-r</version>
179+
<version>7.2.1.202505142326-r</version>
180180
</dependency>
181181

182182
<!-- https://mvnrepository.com/artifact/org.apache.sshd/sshd-sftp -->
183183
<dependency>
184184
<groupId>org.apache.sshd</groupId>
185185
<artifactId>sshd-sftp</artifactId>
186-
<version>2.10.0</version>
186+
<version>2.15.0</version>
187187
</dependency>
188188

189-
<!-- JOGL references sshd-osgi. We may need this to prevent JOGL from binging in an old version. -->
189+
<!-- JOGL references sshd-osgi. We may need this to prevent JOGL from bringing in an old version. -->
190190
<dependency>
191191
<groupId>org.apache.sshd</groupId>
192192
<artifactId>sshd-osgi</artifactId>
193-
<version>2.10.0</version>
193+
<version>2.15.0</version>
194194
</dependency>
195195

196196
<!-- https://mvnrepository.com/artifact/org.jfree/jfreechart -->

0 commit comments

Comments
 (0)