Skip to content

Commit

Permalink
Bump minio dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd218 committed Sep 7, 2018
1 parent 568761e commit 63c71e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/object-store-plugin/build.gradle
Expand Up @@ -18,7 +18,7 @@ configurations{
dependencies {
// Use the latest Groovy version for building this library
compile "org.codehaus.groovy:groovy-all:${groovyVersion}"
pluginLibs("io.minio:minio:5.0.0")
pluginLibs("io.minio:minio:5.0.1")

// Use the awesome Spock testing and specification framework
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
Expand Down Expand Up @@ -56,7 +56,7 @@ task('createPom').doLast {
project {
artifactId 'rundeck-object-store-plugin'
groupId "org.rundeck.plugins"
inceptionYear '2014'
inceptionYear '2018'
packaging 'jar'
version version
name( 'Rundeck '+pluginName)
Expand Down

0 comments on commit 63c71e5

Please sign in to comment.