Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Dec 9, 2015
1 parent 6ebbe5e commit 5ea2cfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ext {
if (!project.hasProperty("bintrayApiKey")) {
bintrayApiKey = ''
}
serenityCoreVersion = '1.1.22-rc.10'
serenityCoreVersion = '1.1.22-rc.11'

if (!project.hasProperty("bintrayApiKey")) {
bintrayApiKey = ''
Expand Down Expand Up @@ -118,11 +118,13 @@ dependencies {

compile("org.jbehave:jbehave-core:${jbehaveCoreVersion}") {
exclude group: 'org.freemarker', module: 'freemarker'
exclude group: 'junit', module: 'junit'
exclude group: 'com.thoughtworks.xstream', module: 'xstream'
}

compile('de.codecentric:jbehave-junit-runner:1.2.0') {
exclude group: 'org.mockito', module: 'mockito-core'
exclude group: 'junit', module: 'junit'
}
compile("org.reflections:reflections:${reflectionsVersion}") {
exclude group: 'com.google.guava', module: 'guava'
Expand Down

0 comments on commit 5ea2cfd

Please sign in to comment.