Skip to content

Commit 9067518

Browse files
authored
5 0 5 prep (#574)
* Updating to v5.0.5 * Updating some build dependencies in the gradle build
1 parent c227f84 commit 9067518

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ buildscript {
2323

2424
dependencies {
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
26-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
27-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
28-
classpath "gradle.plugin.net.ossindex:ossindex-gradle-plugin:0.2.0-beta"
26+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
27+
classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.2'
28+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
2929
}
3030
}
3131

@@ -36,15 +36,15 @@ plugins {
3636

3737
allprojects {
3838
group = 'com.spectralogic.ds3'
39-
version = '5.0.4'
39+
version = '5.0.5'
4040
}
4141

4242
subprojects {
43+
apply plugin: 'com.github.ben-manes.versions'
4344
apply plugin: 'maven'
4445
apply plugin: 'java'
4546
apply plugin: 'kotlin'
4647
apply plugin: 'findbugs'
47-
apply plugin: 'net.ossindex.audit'
4848

4949
sourceCompatibility = JavaVersion.VERSION_1_8
5050
repositories {

0 commit comments

Comments
 (0)