File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ task ciTest( type: Test ) {
2020dependencies {
2121 compile project(' :cloudinary-core' )
2222 compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.1'
23- compile group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.3'
23+ compile group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.3.1 '
2424 compile group : ' org.apache.httpcomponents' , name : ' httpmime' , version : ' 4.3'
2525 testCompile project(' :cloudinary-test-common' )
2626 testCompile group : ' org.hamcrest' , name : ' java-hamcrest' , version : ' 2.0.0.0'
Original file line number Diff line number Diff line change 88 <name >photo_album</name >
99
1010 <properties >
11- <spring .version>4 .3.10.RELEASE </spring .version>
11+ <spring .version>5 .3.0 </spring .version>
1212 </properties >
1313
1414 <repositories >
108108 <dependency >
109109 <groupId >commons-fileupload</groupId >
110110 <artifactId >commons-fileupload</artifactId >
111- <version >1.3</version >
111+ <version >1.3.3 </version >
112112 </dependency >
113113
114114 <dependency >
Original file line number Diff line number Diff line change 88 <name >photo_album_gae</name >
99
1010 <properties >
11- <spring .version>3.2.16.RELEASE </spring .version>
11+ <spring .version>5.3.0 </spring .version>
1212 <appengine .app.version>1</appengine .app.version>
1313 <appengine .target.version>1.9.37</appengine .target.version>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
111111 <dependency >
112112 <groupId >commons-fileupload</groupId >
113113 <artifactId >commons-fileupload</artifactId >
114- <version >1.3</version >
114+ <version >1.3.3 </version >
115115 </dependency >
116116
117117 <dependency >
You can’t perform that action at this time.
0 commit comments