Skip to content

Commit 15dc603

Browse files
committed
Merge remote-tracking branch 'jenkinsci/master' into issue/JENKINS-54126
2 parents 3a16eee + 9417993 commit 15dc603

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 +1 @@
1-
buildPlugin()
1+
buildPlugin(configurations: buildPlugin.recommendedConfigurations())

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>3.55</version>
7+
<version>3.56</version>
88
<relativePath />
99
</parent>
1010
<artifactId>github-branch-source</artifactId>
@@ -25,7 +25,7 @@
2525
<changelist>-SNAPSHOT</changelist>
2626
<hpi.compatibleSinceVersion>2.2.0</hpi.compatibleSinceVersion>
2727
<java.level>8</java.level>
28-
<jenkins.version>2.164.3</jenkins.version>
28+
<jenkins.version>2.150.3</jenkins.version>
2929
<scm-api.version>2.6.3</scm-api.version>
3030
<hamcrest.version>2.2</hamcrest.version>
3131
<useBeta>true</useBeta>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.jenkins-ci.plugins</groupId>
6464
<artifactId>github-api</artifactId>
65-
<version>1.105.1</version>
65+
<version>1.106</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.jenkins-ci.plugins</groupId>
@@ -231,7 +231,7 @@
231231
<dependency>
232232
<groupId>org.apache.commons</groupId>
233233
<artifactId>commons-lang3</artifactId>
234-
<version>3.7</version>
234+
<version>3.9</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)