Skip to content

Commit

Permalink
Merge branch 'master' of github.com:micronaut-projects/micronaut-hibe…
Browse files Browse the repository at this point in the history
…rnate-validator
  • Loading branch information
graemerocher committed Aug 1, 2019
2 parents 10339f3 + c1a3c88 commit 995c096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ subprojects { Project subproject ->
documentation "org.codehaus.groovy:groovy-dateutil:$groovyVersion"

testCompile "cglib:cglib-nodep:3.2.12"
testCompile "org.objenesis:objenesis:1.4"
testCompile "org.objenesis:objenesis:3.0.1"

testCompile("org.spockframework:spock-core:${spockVersion}") {
exclude module:'groovy-all'
}
testCompile "cglib:cglib-nodep:3.2.12"
testCompile "org.objenesis:objenesis:1.4"
testCompile "org.objenesis:objenesis:3.0.1"

testRuntime "ch.qos.logback:logback-classic:1.2.3"
testCompile "org.codehaus.groovy:groovy-test:$groovyVersion"
Expand Down

0 comments on commit 995c096

Please sign in to comment.