Skip to content

Commit

Permalink
Bump Junit Runner to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzundel committed Jul 13, 2016
1 parent 279470a commit 4dbb963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/jvm/tasks/junit_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def register_options(cls, register):
cls.register_jvm_tool(register,
'junit',
classpath=[
JarDependency(org='org.pantsbuild', name='junit-runner', rev='1.0.11'),
JarDependency(org='org.pantsbuild', name='junit-runner', rev='1.0.12'),
],
main=JUnitRun._MAIN,
# TODO(John Sirois): Investigate how much less we can get away with.
Expand Down

0 comments on commit 4dbb963

Please sign in to comment.