Skip to content

Commit

Permalink
GROOVY-5796: upgrade qdox to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Nov 16, 2012
1 parent 1cd1ff4 commit 9c9cd23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -203,7 +203,7 @@ dependencies {
testCompile "ch.qos.logback:logback-classic:0.9.21"
testCompile "log4j:log4j:1.2.16"
testCompile "org.slf4j:jcl-over-slf4j:1.6.0"
testCompile "com.thoughtworks.qdox:qdox:1.12"
testCompile "com.thoughtworks.qdox:qdox:1.12.1"

tools "com.googlecode.jarjar:jarjar:1.3"
tools("checkstyle:checkstyle:4.4") {
Expand All @@ -216,7 +216,7 @@ dependencies {
exclude(module: 'ant')
}
tools "org.ow2.asm:asm-all:4.0"
tools "com.thoughtworks.qdox:qdox:1.12"
tools "com.thoughtworks.qdox:qdox:1.12.1"
tools "biz.aQute:bnd:0.0.401"

examplesCompile "lucene:lucene:1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion subprojects/groovy-docgenerator/build.gradle
Expand Up @@ -3,5 +3,5 @@ dependencies {
compile project(':groovy-templates')
groovy project(':')
testCompile project(':groovy-test')
compile "com.thoughtworks.qdox:qdox:1.12"
compile "com.thoughtworks.qdox:qdox:1.12.1"
}

0 comments on commit 9c9cd23

Please sign in to comment.