Skip to content

Commit 8f657b7

Browse files
authored
Merge pull request #1040 from jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.263.x-966.v3857b7c82032
2 parents 8d822f3 + 04e2db1 commit 8f657b7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
<java.level>8</java.level>
5050
<jenkins.version>2.263.1</jenkins.version>
5151
<no-test-jar>false</no-test-jar>
52-
<pipeline-model-definition.version>1.7.2</pipeline-model-definition.version>
5352
<useBeta>true</useBeta>
54-
<jenkins-test-harness.version>2.71</jenkins-test-harness.version>
5553
</properties>
5654

5755
<dependencies>
@@ -63,7 +61,6 @@
6361
<dependency>
6462
<groupId>org.jenkins-ci.plugins</groupId>
6563
<artifactId>jackson2-api</artifactId>
66-
<version>2.12.3</version>
6764
</dependency>
6865
<dependency>
6966
<groupId>org.jenkins-ci.plugins</groupId>
@@ -112,13 +109,11 @@
112109
<dependency> <!-- DeclarativeAgent -->
113110
<groupId>org.jenkinsci.plugins</groupId>
114111
<artifactId>pipeline-model-extensions</artifactId>
115-
<version>${pipeline-model-definition.version}</version>
116112
<optional>true</optional>
117113
</dependency>
118114
<dependency> <!-- DeclarativeGeneratorTester -->
119115
<groupId>org.jenkinsci.plugins</groupId>
120116
<artifactId>pipeline-model-definition</artifactId>
121-
<version>${pipeline-model-definition.version}</version>
122117
<classifier>tests</classifier>
123118
<scope>test</scope>
124119
</dependency>
@@ -135,12 +130,10 @@
135130
<dependency>
136131
<groupId>io.jenkins.plugins</groupId>
137132
<artifactId>caffeine-api</artifactId>
138-
<version>2.9.1-23.v51c4e2c879c8</version>
139133
</dependency>
140134
<dependency>
141135
<groupId>org.jenkins-ci.plugins</groupId>
142136
<artifactId>credentials-binding</artifactId>
143-
<version>1.26</version>
144137
</dependency>
145138

146139
<!-- for testing -->
@@ -168,7 +161,6 @@
168161
<dependency>
169162
<groupId>org.jenkinsci.plugins</groupId>
170163
<artifactId>pipeline-model-definition</artifactId>
171-
<version>${pipeline-model-definition.version}</version>
172164
<scope>test</scope>
173165
</dependency>
174166
<dependency> <!-- SnippetizerTest -->
@@ -221,7 +213,6 @@
221213
<dependency>
222214
<groupId>org.jenkins-ci.plugins</groupId>
223215
<artifactId>bouncycastle-api</artifactId>
224-
<version>2.20</version>
225216
<scope>test</scope>
226217
</dependency>
227218
<dependency>
@@ -266,7 +257,7 @@
266257
<dependency>
267258
<groupId>io.jenkins.tools.bom</groupId>
268259
<artifactId>bom-2.263.x</artifactId>
269-
<version>876.vc43b4c6423b6</version>
260+
<version>966.v3857b7c82032</version>
270261
<scope>import</scope>
271262
<type>pom</type>
272263
</dependency>

0 commit comments

Comments
 (0)