Skip to content

Commit 712002c

Browse files
committed
fix: dependencies
1 parent e355b27 commit 712002c

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

pom.xml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<jenkins.version>2.414.3</jenkins.version>
1111
<findbugs.failOnError>false</findbugs.failOnError>
1212
<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>
1515
</properties>
1616

1717
<artifactId>generic-webhook-trigger</artifactId>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>io.jenkins.tools.bom</groupId>
160160
<artifactId>bom-2.414.x</artifactId>
161-
<version>2884.vc36b_64ce114a_</version>
161+
<version>2982.vdce2153031a_0</version>
162162
<scope>import</scope>
163163
<type>pom</type>
164164
</dependency>
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
196196
<artifactId>owasp-java-html-sanitizer</artifactId>
197-
<version>20220608.1</version>
197+
<version>20240325.1</version>
198198
<exclusions>
199199
<exclusion>
200200
<groupId>com.google.guava</groupId>
@@ -203,34 +203,29 @@
203203
</exclusions>
204204
</dependency>
205205

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 -->
209206
<dependency>
210207
<groupId>org.mockito</groupId>
211208
<artifactId>mockito-core</artifactId>
212209
<scope>test</scope>
213210
</dependency>
214-
<!-- assertj must follow mockito until assertj supports Java 21 -->
215-
<!-- TODO: restore ordering when assertj includes a Java 21 compatible bytebuddy library -->
216211
<dependency>
217212
<groupId>org.assertj</groupId>
218213
<artifactId>assertj-core</artifactId>
219-
<version>3.24.2</version>
214+
<version>3.26.3</version>
220215
<scope>test</scope>
221216
</dependency>
222217

223218
<!-- Cucumber -->
224219
<dependency>
225220
<groupId>io.cucumber</groupId>
226221
<artifactId>cucumber-java</artifactId>
227-
<version>7.13.0</version>
222+
<version>7.20.1</version>
228223
<scope>test</scope>
229224
</dependency>
230225
<dependency>
231226
<groupId>io.cucumber</groupId>
232227
<artifactId>cucumber-junit</artifactId>
233-
<version>7.13.0</version>
228+
<version>7.20.1</version>
234229
<scope>test</scope>
235230
</dependency>
236231
</dependencies>

0 commit comments

Comments
 (0)