We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 746d4d8 + 4b2c7cf commit 462e241Copy full SHA for 462e241
build.gradle
@@ -77,10 +77,10 @@ dependencies {
77
compile 'org.apache.httpcomponents:httpclient:4.5.3'
78
compile 'cglib:cglib:3.2.5'
79
compile 'commons-validator:commons-validator:1.6'
80
- compile 'org.apache.commons:commons-lang3:3.6'
81
- compile 'commons-io:commons-io:2.5'
82
- compile 'org.springframework:spring-context:5.0.0.RELEASE'
83
- compile 'org.aspectj:aspectjweaver:1.8.11'
+ compile 'org.apache.commons:commons-lang3:3.7'
+ compile 'commons-io:commons-io:2.6'
+ compile 'org.springframework:spring-context:5.0.2.RELEASE'
+ compile 'org.aspectj:aspectjweaver:1.8.13'
84
compile 'org.openpnp:opencv:3.2.0-1'
85
86
testCompile 'junit:junit:4.12'
0 commit comments