You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2021/03/17 01:37:14 UTC

[daffodil] branch master updated: Update junit to 4.13.2

This is an automated email from the ASF dual-hosted git repository.

jinterrante pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new a262b58  Update junit to 4.13.2
a262b58 is described below

commit a262b58bf403feb86ab402a94379c645095b63e7
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Mon Mar 8 14:17:57 2021 +0100

    Update junit to 4.13.2
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e918703..e14a2de 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -45,7 +45,7 @@ object Dependencies {
   )
 
   lazy val test = Seq(
-    "junit" % "junit" % "4.13.1" % "it,test",
+    "junit" % "junit" % "4.13.2" % "it,test",
     "com.novocode" % "junit-interface" % "0.11" % "it,test",
     "org.scalacheck" %% "scalacheck" % "1.14.3" % "it,test"
   )