Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Mar 29, 2020
1 parent 6380b1e commit 1df7ce5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ subprojects {

ext {
depends = [
commons_lang : 'org.apache.commons:commons-lang3:3.9',
commons_lang : 'org.apache.commons:commons-lang3:3.10',
commons_cli : 'commons-cli:commons-cli:1.4',
findbugs : 'com.google.code.findbugs:jsr305:3.0.1',
guava : 'com.google.guava:guava:28.2-jre',
junit_compile : 'org.junit.jupiter:junit-jupiter-api:5.6.0',
junit_engine : 'org.junit.jupiter:junit-jupiter-engine:5.6.0',
junit_runner : 'org.junit.platform:junit-platform-runner:1.6.0',
mockito : 'org.mockito:mockito-junit-jupiter:3.2.4',
junit_compile : 'org.junit.jupiter:junit-jupiter-api:5.6.1',
junit_engine : 'org.junit.jupiter:junit-jupiter-engine:5.6.1',
junit_runner : 'org.junit.platform:junit-platform-runner:1.6.1',
mockito : 'org.mockito:mockito-junit-jupiter:3.3.3',
perfidix : 'org.perfidix:perfidix:3.6.9',
proguard_gradle: 'net.sf.proguard:proguard-gradle:6.2.2',
slf4j_api : 'org.slf4j:slf4j-api:1.7.30',
Expand Down

0 comments on commit 1df7ce5

Please sign in to comment.