Skip to content

Commit 901077a

Browse files
dependabot[bot]mifitous
authored andcommitted
Bump Jenkins, plugin pom and plugin bom version (#298)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joseph Petersen <[email protected]> modified: src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabMergeRequestTrigger.java
1 parent 3937925 commit 901077a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!groovy
22

33
def configurations = [
4-
[ platform: "linux", jdk: "8", jenkins: null ],
5-
[ platform: "windows", jdk: "8", jenkins: null ],
64
[ platform: "linux", jdk: "11", jenkins: null ],
7-
[ platform: "windows", jdk: "11", jenkins: null ]
5+
[ platform: "windows", jdk: "11", jenkins: null ],
6+
[ platform: "linux", jdk: "17", jenkins: null ],
7+
[ platform: "windows", jdk: "17", jenkins: null ]
88
]
99
buildPlugin(configurations: configurations)

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
<groupId>io.jenkins.plugins</groupId>
@@ -13,7 +13,7 @@
1313
<packaging>hpi</packaging>
1414
<properties>
1515
<changelist>999999-SNAPSHOT</changelist>
16-
<jenkins.version>2.289.3</jenkins.version>
16+
<jenkins.version>2.361.4</jenkins.version>
1717
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
1818
</properties>
1919
<name>GitLab Branch Source Plugin</name>
@@ -136,8 +136,8 @@
136136
<dependencies>
137137
<dependency>
138138
<groupId>io.jenkins.tools.bom</groupId>
139-
<artifactId>bom-2.289.x</artifactId>
140-
<version>1500.ve4d05cd32975</version>
139+
<artifactId>bom-2.361.x</artifactId>
140+
<version>1981.v17df70e84a_a_1</version>
141141
<scope>import</scope>
142142
<type>pom</type>
143143
</dependency>

src/main/java/io/jenkins/plugins/gitlabbranchsource/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* <h1>Jenkins SCM API implementation for <a href="https://gitlab.com/">GitLab</a></h1>.
2+
* <h2>Jenkins SCM API implementation for <a href="https://gitlab.com/">GitLab</a></h2>.
33
*
44
* The primary entry points for the implementation are:
55
*

0 commit comments

Comments
 (0)