Skip to content

Commit

Permalink
Upgraded JUnit Version
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywarner committed Nov 28, 2012
1 parent b03eba1 commit 7dba78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -42,7 +42,7 @@ ext {
springWebflowVersion= "2.0.8.RELEASE"
hibernateVersion = "3.6.10.Final"
ehcacheVersion = "2.4.6"
junitVersion = "4.10"
junitVersion = "4.11"
concurrentlinkedhashmapVersion = "1.2_jdk5"
}

Expand Down
Expand Up @@ -113,7 +113,7 @@ public Object doCall() {

String antVersion = "1.8.4";
String slf4jVersion = "1.7.2";
String junitVersion = "4.10";
String junitVersion = "4.11";
ModuleRevisionId[] buildDependencies = {
ModuleRevisionId.newInstance("org.springframework.uaa", "org.springframework.uaa.client", "1.0.1.RELEASE"),
ModuleRevisionId.newInstance("com.google.protobuf", "protobuf-java", "2.4.1"),
Expand Down

1 comment on commit 7dba78d

@osscontributor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this commit caused a couple of the JavascriptTagLibTests to start failing. They were passing by accident before. This may help: 3b648bb

Please sign in to comment.