Skip to content

Commit caaeb0c

Browse files
committed
Update dependencies
1 parent 147305e commit caaeb0c

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

pom.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,29 @@
3636
<!-- Please note that when updating this dependency -->
3737
<!-- (i.e. due to a security vulnerability or bug) that the -->
3838
<!-- corresponding server dependency also needs updating.-->
39-
<netty-bom.version>4.1.106.Final</netty-bom.version>
39+
<netty-bom.version>4.1.107.Final</netty-bom.version>
4040
<!-- Please note that when updating this dependency -->
4141
<!-- (i.e. due to a security vulnerability or bug) that the -->
4242
<!-- corresponding server dependency also needs updating.-->
43-
<reactor-bom.version>2023.0.2</reactor-bom.version>
43+
<reactor-bom.version>2023.0.3</reactor-bom.version>
4444
<slf4j-api.version>1.7.36</slf4j-api.version>
4545
<hamcrest.version>2.2</hamcrest.version>
4646
<mockito-core.version>5.8.0</mockito-core.version>
47-
<junit.version>5.10.1</junit.version>
47+
<junit.version>5.10.2</junit.version>
4848
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
4949
<testng.version>7.9.0</testng.version>
5050
<jarchivelib.version>1.2.0</jarchivelib.version>
51+
<!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
52+
<commons-compress.version>1.25.0</commons-compress.version>
5153
<bouncycastle-jdk18on.version>1.77</bouncycastle-jdk18on.version>
5254
<logback-classic.version>1.2.13</logback-classic.version>
5355
<jackson.version>2.16.1</jackson.version>
5456
<lombok.version>1.18.30</lombok.version>
5557
<svm.version>23.1.2</svm.version>
56-
<micrometer.version>1.12.2</micrometer.version>
58+
<micrometer.version>1.12.3</micrometer.version>
5759
<blockhound.version>1.0.8.RELEASE</blockhound.version>
58-
<testcontainers.version>1.19.3</testcontainers.version>
59-
<build-resources.version>5.16.0</build-resources.version>
60+
<testcontainers.version>1.19.6</testcontainers.version>
61+
<build-resources.version>5.17.0</build-resources.version>
6062
<!-- To be overwritten by child projects -->
6163
<moduleName/>
6264
</properties>
@@ -172,6 +174,12 @@
172174
<version>${jarchivelib.version}</version>
173175
<scope>test</scope>
174176
</dependency>
177+
<dependency>
178+
<groupId>org.apache.commons</groupId>
179+
<artifactId>commons-compress</artifactId>
180+
<version>${commons-compress.version}</version>
181+
<scope>test</scope>
182+
</dependency>
175183
<dependency>
176184
<groupId>org.bouncycastle</groupId>
177185
<artifactId>bcprov-jdk18on</artifactId>

0 commit comments

Comments
 (0)