Skip to content

Commit 53549fd

Browse files
authored
Merge pull request #91 from jenkinsci/res0nance-patch-1
Increase Jenkins baseline and update pom
2 parents 37e51d9 + ef6a9b0 commit 53549fd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
buildPlugin(useContainerAgent: true, configurations: [
22
[platform: 'linux', jdk: '11'],
3-
[platform: 'linux', jdk: '17', jenkins: '2.342' ],
3+
[platform: 'linux', jdk: '17'],
44
])

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.48</version>
7+
<version>4.69</version>
88
</parent>
99
<artifactId>validating-string-parameter</artifactId>
1010
<packaging>hpi</packaging>
@@ -13,7 +13,7 @@
1313
<url>https://github.com/jenkinsci/validating-string-parameter-plugin</url>
1414

1515
<properties>
16-
<jenkins.version>2.222.4</jenkins.version>
16+
<jenkins.version>2.387.3</jenkins.version>
1717
</properties>
1818

1919
<developers>
@@ -74,8 +74,8 @@
7474
<dependencies>
7575
<dependency>
7676
<groupId>io.jenkins.tools.bom</groupId>
77-
<artifactId>bom-2.222.x</artifactId>
78-
<version>887.vae9c8ac09ff7</version>
77+
<artifactId>bom-2.387.x</artifactId>
78+
<version>2220.vea_cea_f1a_35e4</version>
7979
<scope>import</scope>
8080
<type>pom</type>
8181
</dependency>

0 commit comments

Comments
 (0)