|
3 | 3 | <parent> |
4 | 4 | <groupId>org.jenkins-ci.plugins</groupId> |
5 | 5 | <artifactId>plugin</artifactId> |
6 | | - <version>4.26</version> |
| 6 | + <version>4.27</version> |
7 | 7 | <relativePath /> |
8 | 8 | </parent> |
9 | 9 |
|
|
49 | 49 | <java.level>8</java.level> |
50 | 50 | <jenkins.version>2.263.1</jenkins.version> |
51 | 51 | <no-test-jar>false</no-test-jar> |
52 | | - <pipeline-model-definition.version>1.7.2</pipeline-model-definition.version> |
53 | 52 | <useBeta>true</useBeta> |
54 | | - <jenkins-test-harness.version>2.71</jenkins-test-harness.version> |
55 | 53 | </properties> |
56 | 54 |
|
57 | 55 | <dependencies> |
|
63 | 61 | <dependency> |
64 | 62 | <groupId>org.jenkins-ci.plugins</groupId> |
65 | 63 | <artifactId>jackson2-api</artifactId> |
66 | | - <version>2.12.3</version> |
67 | 64 | </dependency> |
68 | 65 | <dependency> |
69 | 66 | <groupId>org.jenkins-ci.plugins</groupId> |
|
112 | 109 | <dependency> <!-- DeclarativeAgent --> |
113 | 110 | <groupId>org.jenkinsci.plugins</groupId> |
114 | 111 | <artifactId>pipeline-model-extensions</artifactId> |
115 | | - <version>${pipeline-model-definition.version}</version> |
116 | 112 | <optional>true</optional> |
117 | 113 | </dependency> |
118 | 114 | <dependency> <!-- DeclarativeGeneratorTester --> |
119 | 115 | <groupId>org.jenkinsci.plugins</groupId> |
120 | 116 | <artifactId>pipeline-model-definition</artifactId> |
121 | | - <version>${pipeline-model-definition.version}</version> |
122 | 117 | <classifier>tests</classifier> |
123 | 118 | <scope>test</scope> |
124 | 119 | </dependency> |
|
135 | 130 | <dependency> |
136 | 131 | <groupId>io.jenkins.plugins</groupId> |
137 | 132 | <artifactId>caffeine-api</artifactId> |
138 | | - <version>2.9.1-23.v51c4e2c879c8</version> |
139 | 133 | </dependency> |
140 | 134 | <dependency> |
141 | 135 | <groupId>org.jenkins-ci.plugins</groupId> |
142 | 136 | <artifactId>credentials-binding</artifactId> |
143 | | - <version>1.26</version> |
144 | 137 | </dependency> |
145 | 138 |
|
146 | 139 | <!-- for testing --> |
|
168 | 161 | <dependency> |
169 | 162 | <groupId>org.jenkinsci.plugins</groupId> |
170 | 163 | <artifactId>pipeline-model-definition</artifactId> |
171 | | - <version>${pipeline-model-definition.version}</version> |
172 | 164 | <scope>test</scope> |
173 | 165 | </dependency> |
174 | 166 | <dependency> <!-- SnippetizerTest --> |
|
221 | 213 | <dependency> |
222 | 214 | <groupId>org.jenkins-ci.plugins</groupId> |
223 | 215 | <artifactId>bouncycastle-api</artifactId> |
224 | | - <version>2.20</version> |
225 | 216 | <scope>test</scope> |
226 | 217 | </dependency> |
227 | 218 | <dependency> |
|
266 | 257 | <dependency> |
267 | 258 | <groupId>io.jenkins.tools.bom</groupId> |
268 | 259 | <artifactId>bom-2.263.x</artifactId> |
269 | | - <version>876.vc43b4c6423b6</version> |
| 260 | + <version>966.v3857b7c82032</version> |
270 | 261 | <scope>import</scope> |
271 | 262 | <type>pom</type> |
272 | 263 | </dependency> |
|
0 commit comments