Skip to content

Commit f9247b7

Browse files
Bump Jenkins, plugin pom and plugin bom version (#42)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joseph Petersen <me@jetersen.dev>
1 parent 4919241 commit f9247b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env groovy
22

33
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
4-
buildPlugin()
4+
buildPlugin(jdkVersions: [11])

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.47</version>
7+
<version>4.58</version>
88
<relativePath />
99
</parent>
1010

@@ -16,7 +16,7 @@
1616
<properties>
1717
<revision>5.1.0</revision>
1818
<changelist>999999-SNAPSHOT</changelist>
19-
<jenkins.version>2.289.3</jenkins.version>
19+
<jenkins.version>2.361.4</jenkins.version>
2020
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2121
</properties>
2222

@@ -56,8 +56,8 @@
5656
<dependencies>
5757
<dependency>
5858
<groupId>io.jenkins.tools.bom</groupId>
59-
<artifactId>bom-2.289.x</artifactId>
60-
<version>1500.ve4d05cd32975</version>
59+
<artifactId>bom-2.361.x</artifactId>
60+
<version>1981.v17df70e84a_a_1</version>
6161
<type>pom</type>
6262
<scope>import</scope>
6363
</dependency>

0 commit comments

Comments
 (0)