Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Upgrade JGit to 3.5.3 to fix vulnerability
Browse files Browse the repository at this point in the history
Fix a critical security vulnerability which affects to OSX and Windows
users.

See https://github.com/blog/1938-git-client-vulnerability-announced for
more details about the vulnerability.
  • Loading branch information
Yi EungJun committed Dec 19, 2014
1 parent c0f85d5 commit 0929763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ object ApplicationBuild extends Build {
javaEbean,
// Add your project dependencies here,
// Core Library
"org.eclipse.jgit" % "org.eclipse.jgit" % "3.5.1.201410131835-r",
"org.eclipse.jgit" % "org.eclipse.jgit" % "3.5.3.201412180710-r",
// Smart HTTP Servlet
"org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "3.5.1.201410131835-r",
"org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "3.5.3.201412180710-r",
// Symlink support for Java7
"org.eclipse.jgit" % "org.eclipse.jgit.java7" % "3.5.1.201410131835-r",
"org.eclipse.jgit" % "org.eclipse.jgit.java7" % "3.5.3.201412180710-r",
// svnkit
"sonia.svnkit" % "svnkit" % "1.7.10-scm3",
// svnkit-dav
Expand Down

0 comments on commit 0929763

Please sign in to comment.