Skip to content

Commit

Permalink
Merge pull request Netflix#498 from Netflix/commons-lang-dep-fix
Browse files Browse the repository at this point in the history
Fix for commons-lang to pick correct version from maven repository.
  • Loading branch information
nayanika-u authored Dec 18, 2020
2 parents a730737 + 440e055 commit 8baf3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hollow-jsonadapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.4.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.4.3'
implementation 'commons-io:commons-io:2.6'
implementation 'commons-lang:commons-lang:latest.release'
implementation 'commons-lang:commons-lang:2.+'

testImplementation 'junit:junit:4.11'
}

0 comments on commit 8baf3cc

Please sign in to comment.