Skip to content

Commit 8233cd7

Browse files
chore(deps): bump org.jenkins-ci.main:jenkins-core from 2.544 to 2.545 (#455)
* chore(deps): bump org.jenkins-ci.main:jenkins-core from 2.544 to 2.545 Bumps [org.jenkins-ci.main:jenkins-core](https://github.com/jenkinsci/jenkins) from 2.544 to 2.545. - [Release notes](https://github.com/jenkinsci/jenkins/releases) - [Commits](jenkinsci/jenkins@jenkins-2.544...jenkins-2.545) --- updated-dependencies: - dependency-name: org.jenkins-ci.main:jenkins-core dependency-version: '2.545' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Build and test with Java 21 * Drop Java 17 support * Use Java 21 tool * Update parent pom to match Jenkins 2.545 --------- 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 7caeb72 commit 8233cd7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pipeline {
33
tools {
44
maven "mvn"
5-
jdk "jdk11"
5+
jdk "jdk21"
66
}
77

88
agent {
@@ -31,7 +31,7 @@ pipeline {
3131
stage("build") {
3232
steps {
3333
script {
34-
infra.runMaven(['clean', 'validate', 'javadoc:aggregate', '-Dmaven.test.failure.ignore=true'], 17)
34+
infra.runMaven(['clean', 'validate', 'javadoc:aggregate', '-Dmaven.test.failure.ignore=true'], 21)
3535
}
3636
}
3737
}

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci</groupId>
77
<artifactId>jenkins</artifactId>
8-
<version>1.142</version>
8+
<version>2.1328.vfd10e2339a_19</version>
99
<relativePath />
1010
</parent>
1111

@@ -27,7 +27,6 @@
2727
<changelist>-SNAPSHOT</changelist>
2828
<gitHubRepo>jenkins-infra/${project.artifactId}</gitHubRepo>
2929
<spotless.check.skip>false</spotless.check.skip>
30-
<maven.compiler.release>17</maven.compiler.release>
3130
</properties>
3231

3332
<dependencyManagement>
@@ -63,7 +62,7 @@
6362
<dependency>
6463
<groupId>org.jenkins-ci.main</groupId>
6564
<artifactId>jenkins-core</artifactId>
66-
<version>2.544</version>
65+
<version>2.545</version>
6766
</dependency>
6867
<dependency>
6968
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)