Skip to content

Commit

Permalink
Merge pull request #43 from hmcts/renovate/com.novocode-junit-interfa…
Browse files Browse the repository at this point in the history
…ce-0.x

Update dependency com.novocode:junit-interface to v0.11
  • Loading branch information
kremi authored Sep 12, 2023
2 parents 2619503 + e00158b commit 6021a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ lazy val root = (project in file(".")).
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.2" % "compile",
"com.brsanthu" % "migbase64" % "2.2" % "compile",
"junit" % "junit" % "4.12" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
"com.novocode" % "junit-interface" % "0.11" % "test"
)
)

0 comments on commit 6021a9f

Please sign in to comment.