Skip to content

Commit 338ad30

Browse files
authored
Merge pull request #764 from jglick/flakes
Bump deps to address test flakes on Windows
2 parents 5b3d3ae + aeeaf21 commit 338ad30

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jenkins-ci.plugins</groupId>
2929
<artifactId>plugin</artifactId>
30-
<version>5.6</version>
30+
<version>5.7</version>
3131
<relativePath />
3232
</parent>
3333

@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>io.jenkins.tools.bom</groupId>
7777
<artifactId>bom-${jenkins.baseline}.x</artifactId>
78-
<version>3850.vb_c5319efa_e29</version>
78+
<version>4228.v0a_71308d905b_</version>
7979
<scope>import</scope>
8080
<type>pom</type>
8181
</dependency>
@@ -134,7 +134,9 @@
134134
<changelist>999999-SNAPSHOT</changelist>
135135
<gitHubRepo>jenkinsci/pipeline-model-definition-plugin</gitHubRepo>
136136
<jenkins.baseline>2.479</jenkins.baseline>
137-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
137+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
138+
<!-- TODO until in parent -->
139+
<jenkins-test-harness.version>2403.v256947ecb_c8a_</jenkins-test-harness.version>
138140
</properties>
139141

140142
<profiles>

0 commit comments

Comments
 (0)