File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright 2014-2019 Spectra Logic Corporation. All Rights Reserved.
4
4
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5
5
* this file except in compliance with the License. A copy of the License is located at
6
- *
6
+ *
7
7
* http://www.apache.org/licenses/LICENSE-2.0
8
- *
8
+ *
9
9
* or in the "license" file accompanying this file.
10
10
* This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11
11
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
@@ -23,8 +23,8 @@ buildscript {
23
23
24
24
dependencies {
25
25
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
26
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3 '
27
- classpath ' com.github.jengelman.gradle.plugins:shadow:2 .0.2'
26
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4 '
27
+ classpath ' com.github.jengelman.gradle.plugins:shadow:4 .0.2'
28
28
}
29
29
}
30
30
@@ -35,7 +35,7 @@ plugins {
35
35
36
36
allprojects {
37
37
group = ' com.spectralogic.ds3'
38
- version = ' 3.5.4 '
38
+ version = ' 3.5.5 '
39
39
}
40
40
41
41
subprojects {
You can’t perform that action at this time.
0 commit comments