|
10 | 10 | <jenkins.version>2.414.3</jenkins.version> |
11 | 11 | <findbugs.failOnError>false</findbugs.failOnError> |
12 | 12 | <maven.javadoc.skip>true</maven.javadoc.skip> |
13 | | - <violations.version>2.1.0</violations.version> |
14 | | - <changelog>2.1.0</changelog> |
| 13 | + <violations.version>2.2.0</violations.version> |
| 14 | + <changelog>2.2.0</changelog> |
15 | 15 | </properties> |
16 | 16 |
|
17 | 17 | <artifactId>generic-webhook-trigger</artifactId> |
|
158 | 158 | <dependency> |
159 | 159 | <groupId>io.jenkins.tools.bom</groupId> |
160 | 160 | <artifactId>bom-2.414.x</artifactId> |
161 | | - <version>2884.vc36b_64ce114a_</version> |
| 161 | + <version>2982.vdce2153031a_0</version> |
162 | 162 | <scope>import</scope> |
163 | 163 | <type>pom</type> |
164 | 164 | </dependency> |
|
194 | 194 | <dependency> |
195 | 195 | <groupId>com.googlecode.owasp-java-html-sanitizer</groupId> |
196 | 196 | <artifactId>owasp-java-html-sanitizer</artifactId> |
197 | | - <version>20220608.1</version> |
| 197 | + <version>20240325.1</version> |
198 | 198 | <exclusions> |
199 | 199 | <exclusion> |
200 | 200 | <groupId>com.google.guava</groupId> |
|
203 | 203 | </exclusions> |
204 | 204 | </dependency> |
205 | 205 |
|
206 | | - <!-- test // --> |
207 | | - <!-- mockito must precede assertj until assertj supports Java 21 --> |
208 | | - <!-- TODO: restore ordering when assertj includes a Java 21 compatible bytebuddy library --> |
209 | 206 | <dependency> |
210 | 207 | <groupId>org.mockito</groupId> |
211 | 208 | <artifactId>mockito-core</artifactId> |
212 | 209 | <scope>test</scope> |
213 | 210 | </dependency> |
214 | | - <!-- assertj must follow mockito until assertj supports Java 21 --> |
215 | | - <!-- TODO: restore ordering when assertj includes a Java 21 compatible bytebuddy library --> |
216 | 211 | <dependency> |
217 | 212 | <groupId>org.assertj</groupId> |
218 | 213 | <artifactId>assertj-core</artifactId> |
219 | | - <version>3.24.2</version> |
| 214 | + <version>3.26.3</version> |
220 | 215 | <scope>test</scope> |
221 | 216 | </dependency> |
222 | 217 |
|
223 | 218 | <!-- Cucumber --> |
224 | 219 | <dependency> |
225 | 220 | <groupId>io.cucumber</groupId> |
226 | 221 | <artifactId>cucumber-java</artifactId> |
227 | | - <version>7.13.0</version> |
| 222 | + <version>7.20.1</version> |
228 | 223 | <scope>test</scope> |
229 | 224 | </dependency> |
230 | 225 | <dependency> |
231 | 226 | <groupId>io.cucumber</groupId> |
232 | 227 | <artifactId>cucumber-junit</artifactId> |
233 | | - <version>7.13.0</version> |
| 228 | + <version>7.20.1</version> |
234 | 229 | <scope>test</scope> |
235 | 230 | </dependency> |
236 | 231 | </dependencies> |
|
0 commit comments