Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 5b36e48

Browse files
committed
Updated to latest version of junit.
1 parent 9c0b4ed commit 5b36e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>junit</groupId>
154154
<artifactId>junit</artifactId>
155-
<version>4.5</version>
155+
<version>4.8.2</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.mortbay.jetty</groupId>

project/build/SubmititProject.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SubmititProject(info: ProjectInfo) extends ParentProject(info){
2828
lazy val common = project("submitit-common", "Common", new DefaultProject(_) with OutPutPaths {
2929
val slf4j = "org.slf4j" % "slf4j-log4j12" % "1.4.2"
3030
val log4j = "log4j" % "log4j" % "1.2.14"
31-
val junit = "junit" % "junit" % "4.5" % "test"
31+
val junit = "junit" % "junit" % "4.8.2" % "test"
3232
val scala_test = "org.scalatest" % "scalatest" % "1.2-for-scala-2.8.0.final-SNAPSHOT" % "test"
3333
})
3434

0 commit comments

Comments
 (0)