Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudinary-http5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
compile project(':cloudinary-core')
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
api group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.3.1'
api group: 'org.apache.httpcomponents.core5', name: 'httpcore5', version: '5.2.5'
api group: 'org.apache.httpcomponents.core5', name: 'httpcore5', version: '5.3.5'
testCompile project(':cloudinary-test-common')
testCompile group: 'org.hamcrest', name: 'java-hamcrest', version: '2.0.0.0'
testCompile group: 'pl.pragmatists', name: 'JUnitParams', version: '1.0.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void testCreateSetMetadataWithAllowDynamicListValues() throws Exception {

@Test
public void testFieldRestrictions() throws Exception {
StringMetadataField stringField = newFieldInstance("testCreateMetadata_3", true);
StringMetadataField stringField = newFieldInstance("testCreateMetadata_3", false);
stringField.setRestrictions(new Restrictions().setReadOnlyUI());

ApiResponse result = api.addMetadataField(stringField);
Expand Down
Loading