Skip to content

Commit bec0c3b

Browse files
authored
bump versions
1 parent 6297083 commit bec0c3b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cloudinary-http43/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ task ciTest( type: Test ) {
2020
dependencies {
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'

samples/photo_album/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>
@@ -108,7 +108,7 @@
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>

samples/photo_album_gae/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>
@@ -111,7 +111,7 @@
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>

0 commit comments

Comments
 (0)