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.
1 parent d406f02 commit 2317478Copy full SHA for 2317478
build.gradle
@@ -68,12 +68,12 @@ dependencies {
68
force = true
69
}
70
compile 'com.google.code.gson:gson:2.8.2'
71
- compile 'org.apache.httpcomponents:httpclient:4.5.3'
72
- compile 'cglib:cglib:3.2.5'
+ compile 'org.apache.httpcomponents:httpclient:4.5.5'
+ compile 'cglib:cglib:3.2.6'
73
compile 'commons-validator:commons-validator:1.6'
74
compile 'org.apache.commons:commons-lang3:3.7'
75
compile 'commons-io:commons-io:2.6'
76
- compile 'org.springframework:spring-context:5.0.2.RELEASE'
+ compile 'org.springframework:spring-context:5.0.3.RELEASE'
77
compile 'org.aspectj:aspectjweaver:1.8.13'
78
compile 'org.openpnp:opencv:3.2.0-1'
79
0 commit comments