Skip to content

Commit

Permalink
okta-654211: bump org.eclipse.jgit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Oct 26, 2023
1 parent 306235b commit 16a738c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@
</exclusion>
</exclusions>
</dependency>
<!-- fixes cve -->
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.7.0.202309050840-r</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.http.apache</artifactId>
<version>6.7.0.202309050840-r</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
<version>6.7.0.202309050840-r</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 16a738c

Please sign in to comment.