Skip to content

Commit 81f63f3

Browse files
author
shabtaisharon
authored
Merge pull request #431 from rpmoore/sample_dependency_update
Matching the slf4j version
2 parents bc2fdfb + 25c9544 commit 81f63f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3-sdk-samples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ apply plugin: 'application'
1818
mainClassName = 'com.spectralogic.ds3client.samples.PartialObjectGetExample'
1919

2020
dependencies {
21-
compile 'org.slf4j:slf4j-simple:1.7.16'
21+
compile 'org.slf4j:slf4j-simple:1.7.22'
2222
}

0 commit comments

Comments
 (0)