Skip to content

Commit

Permalink
Update lombok version as non transitive dependency only used on compi…
Browse files Browse the repository at this point in the history
…ling time.
  • Loading branch information
quike committed Nov 1, 2017
1 parent cc59a0e commit 7c1674e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ subprojects {

dependencies {

compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.16.2'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.16.18'

testCompileOnly group: 'org.projectlombok', name: 'lombok', version: '1.16.18'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.mockito', name: 'mockito-core', version: '1.9.5'
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: hamcrestVersion
Expand Down

0 comments on commit 7c1674e

Please sign in to comment.