Skip to content

Commit e656da4

Browse files
committed
chore: update dependency versions in pom.xml
1 parent cd9d5ee commit e656da4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<!-- Build plugin versions -->
4848
<license-maven-plugin.version>2.7.1</license-maven-plugin.version>
49-
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
49+
<maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version>
5050
<maven-shade-plugin.version>3.6.2</maven-shade-plugin.version>
5151
<maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version>
5252
<maven-jar-plugin.version>3.5.0</maven-jar-plugin.version>
@@ -221,7 +221,7 @@
221221
<dependency>
222222
<groupId>io.undertow</groupId>
223223
<artifactId>undertow-core</artifactId>
224-
<version>2.4.0.Final</version>
224+
<version>2.4.1.Final</version>
225225
</dependency>
226226
<!-- Update transitive dependency of undertow-core required for the native image build -->
227227
<dependency>
@@ -253,7 +253,7 @@
253253
<dependency>
254254
<groupId>com.github.ben-manes.caffeine</groupId>
255255
<artifactId>caffeine</artifactId>
256-
<version>3.2.3</version>
256+
<version>3.2.4</version>
257257
</dependency>
258258
<dependency>
259259
<groupId>com.google.code.gson</groupId>
@@ -298,7 +298,7 @@
298298
<dependency>
299299
<groupId>org.slf4j</groupId>
300300
<artifactId>slf4j-api</artifactId>
301-
<version>2.0.17</version>
301+
<version>2.0.18</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>org.fusesource.jansi</groupId>
@@ -308,7 +308,7 @@
308308
<dependency>
309309
<groupId>com.github.everit-org.json-schema</groupId>
310310
<artifactId>org.everit.json.schema</artifactId>
311-
<version>1.14.4</version>
311+
<version>1.14.6</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>org.apache.tika</groupId>
@@ -398,7 +398,7 @@
398398
<dependency>
399399
<groupId>org.junit.jupiter</groupId>
400400
<artifactId>junit-jupiter</artifactId>
401-
<version>6.0.3</version>
401+
<version>6.1.0</version>
402402
<scope>test</scope>
403403
</dependency>
404404
<dependency>

0 commit comments

Comments
 (0)