Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
feat: upgrade aws sdk and version
Browse files Browse the repository at this point in the history
  • Loading branch information
melanahammel authored Feb 6, 2020
2 parents 9534d97 + 8174149 commit 4c5071a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
version=7.0.2
version=7.1.0
groupId=com.nike
artifactId=cerberus-client
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
jcenter()
}

def AWS_SDK_VERSION = '1.11.123'
def AWS_SDK_VERSION = '1.11.+'

//noinspection GroovyAssignabilityCheck
dependencies {
Expand Down

0 comments on commit 4c5071a

Please sign in to comment.