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

Commit

Permalink
fix: upgrade bintray plugin (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
melanahammel authored Jul 10, 2020
1 parent 7bbb3a8 commit a636b8f
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.2.1
version=7.2.2
groupId=com.nike
artifactId=cerberus-client
2 changes: 1 addition & 1 deletion gradle/buildscript.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
classpath "net.saliman:gradle-cobertura-plugin:2.6.1"
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
classpath "com.github.jengelman.gradle.plugins:shadow:4.0.3"
classpath 'org.owasp:dependency-check-gradle:5.3.2'
Expand Down

0 comments on commit a636b8f

Please sign in to comment.