Skip to content

Commit 4889c94

Browse files
Bump plugin from 4.26 to 4.27
Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.26 to 4.27. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.26...plugin-4.27) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5fbf8e commit 4889c94

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>4.26</version>
6+
<version>4.27</version>
77
<relativePath />
88
</parent>
99

@@ -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)