Skip to content

Commit 04c650c

Browse files
Bump org.jenkins-ci.plugins:vsphere-cloud from 2.27 to 3.512.vfb_0824b_5068c (#2579)
* Bump org.jenkins-ci.plugins:vsphere-cloud Bumps [org.jenkins-ci.plugins:vsphere-cloud](https://github.com/jenkinsci/vsphere-cloud-plugin) from 2.27 to 3.512.vfb_0824b_5068c. - [Release notes](https://github.com/jenkinsci/vsphere-cloud-plugin/releases) - [Changelog](https://github.com/jenkinsci/vsphere-cloud-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/vsphere-cloud-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:vsphere-cloud dependency-version: 3.512.vfb_0824b_5068c dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Remove exclusion of log4j jenkinsci/vsphere-cloud-plugin#135 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
1 parent 80cf93c commit 04c650c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

job-dsl-plugin/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,8 @@
9696
<dependency>
9797
<groupId>org.jenkins-ci.plugins</groupId>
9898
<artifactId>vsphere-cloud</artifactId>
99-
<version>2.27</version>
99+
<version>3.512.vfb_0824b_5068c</version>
100100
<optional>true</optional>
101-
<exclusions>
102-
<!-- TODO pending https://github.com/jenkinsci/vsphere-cloud-plugin/pull/135 -->
103-
<exclusion>
104-
<groupId>log4j</groupId>
105-
<artifactId>log4j</artifactId>
106-
</exclusion>
107-
</exclusions>
108101
</dependency>
109102
<dependency>
110103
<groupId>io.jenkins.configuration-as-code</groupId>

0 commit comments

Comments
 (0)