Skip to content

Commit cac1d22

Browse files
committed
Merge branch 'master' into JENKINS-75337-fix-hash-encoding
2 parents 0ebd9e4 + 1ed9f03 commit cac1d22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ buildPlugin(
77
// we use Docker for containerized tests
88
useContainerAgent: false,
99
configurations: [
10-
[platform: 'linux', jdk: 21],
11-
[platform: 'windows', jdk: 17],
10+
[platform: 'linux', jdk: 25],
11+
[platform: 'windows', jdk: 21],
1212
])

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.jenkins.tools.bom</groupId>
5454
<artifactId>bom-${jenkins.baseline}.x</artifactId>
55-
<version>5577.vea_979d35b_b_ff</version>
55+
<version>5601.v59f37270a_349</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>

0 commit comments

Comments
 (0)