Skip to content

Commit

Permalink
updated optional Config File Provider Plugin dependency to version 2.…
Browse files Browse the repository at this point in the history
…15.4

[FIXES JENKINS-40943]
  • Loading branch information
daspilker committed Jan 15, 2017
1 parent a459927 commit fcca575
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/Home.md
Expand Up @@ -27,6 +27,10 @@ Browse the Jenkins issue tracker to see any [open issues](https://issues.jenkins

## Release Notes
* 1.57 (unreleased)
* Updated optional
[Config File Provider Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin) dependency to
version 2.15.4
([JENKINS-40943](https://issues.jenkins-ci.org/browse/JENKINS-40943))
* Allow `DashboardPortletContext` to be extended
([#981](https://github.com/jenkinsci/job-dsl-plugin/pull/981))
* Show more available method signatures in embedded API viewer
Expand Down
2 changes: 1 addition & 1 deletion job-dsl-plugin/build.gradle
Expand Up @@ -85,7 +85,7 @@ dependencies {
compile 'org.jenkins-ci:symbol-annotation:1.1'
jenkinsPlugins 'org.jenkins-ci.plugins:structs:1.2@jar'
optionalJenkinsPlugins 'org.jenkins-ci.plugins:vsphere-cloud:1.1.11@jar'
optionalJenkinsPlugins 'org.jenkins-ci.plugins:config-file-provider:2.15@jar'
optionalJenkinsPlugins 'org.jenkins-ci.plugins:config-file-provider:2.15.4@jar'
optionalJenkinsPlugins 'org.jenkinsci.plugins:managed-scripts:1.3@jar'
jenkinsTest 'org.jenkins-ci.plugins:cloudbees-folder:5.0@jar'
jenkinsTest 'org.jenkins-ci.plugins:nested-view:1.14@jar'
Expand Down

0 comments on commit fcca575

Please sign in to comment.