Skip to content

Commit

Permalink
Updated Spock to official 0.7 release instead of the year old daily b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
jonesde committed Nov 21, 2013
1 parent 28e169d commit a9d1d09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ entities like ArtifactHit.
New Features:

- Updated Apache Camel to 2.12.1, Ehcache to 2.7.5, Groovy to 2.1.9,
Quartz Scheduler to 2.2.1, SLF4J to 1.6.6, Shiro to 1.2.2
Quartz Scheduler to 2.2.1, SLF4J to 1.6.6, Shiro to 1.2.2, Spock to 0.7
- Updated ElasticSearch to 0.90.7 and Lucene to 4.5.1
- OrientDB is now included in the framework by default instead of only in
an addon component to have an embedded document and graph NoSQL database;
Expand Down
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ dependencies {
runtime name: 'shiro-quartz', version: '1.2.2' // Apache 2.0

// ========== test dependencies ==========
testCompile name: 'spock-core', version: '1.0-groovy-2.0-20121024' // Apache 2.0
testCompile name: 'spock-core', version: '0.7-groovy-2.0' // Apache 2.0
testCompile name: 'junit', version: '4.10' // Apache 2.0
}

Expand Down
Binary file not shown.

0 comments on commit a9d1d09

Please sign in to comment.