Skip to content

Commit b872d55

Browse files
Update dependencies (#1142)
* Update dependencies (#1098) * Upgrade to Logback Classic 1.2.8 for test dependencies. (#1103) * Update SVM tools to 21.3.0. (#1122) (#1132) Co-authored-by: Michael Simons <[email protected]> * Update dependencies (#1130) (#1136) Co-authored-by: Michael Simons <[email protected]>
1 parent d144e3c commit b872d55

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
<!-- Please note that when updating this dependency -->
3131
<!-- (i.e. due to a security vulnerability or bug) that the -->
3232
<!-- corresponding server dependency also needs updating.-->
33-
<netty-handler.version>4.1.70.Final</netty-handler.version>
33+
<netty-handler.version>4.1.73.Final</netty-handler.version>
3434
<!-- Please note that when updating this dependency -->
3535
<!-- (i.e. due to a security vulnerability or bug) that the -->
3636
<!-- corresponding server dependency also needs updating.-->
37-
<reactor-bom.version>2020.0.13</reactor-bom.version>
37+
<reactor-bom.version>2020.0.15</reactor-bom.version>
3838
<rxjava.version>2.2.21</rxjava.version>
39-
<slf4j-api.version>1.7.32</slf4j-api.version>
39+
<slf4j-api.version>1.7.35</slf4j-api.version>
4040
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
4141
<mockito-core.version>2.28.2</mockito-core.version>
42-
<junit.version>5.8.1</junit.version>
42+
<junit.version>5.8.2</junit.version>
4343
<jarchivelib.version>1.2.0</jarchivelib.version>
44-
<bouncycastle-jdk15on.version>1.69</bouncycastle-jdk15on.version>
45-
<logback-classic.version>1.2.7</logback-classic.version>
46-
<jackson.version>2.13.0</jackson.version>
44+
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
45+
<logback-classic.version>1.2.10</logback-classic.version>
46+
<jackson.version>2.13.1</jackson.version>
4747
<lombok.version>1.18.22</lombok.version>
48-
<svm.version>20.3.4</svm.version>
48+
<svm.version>21.3.1</svm.version>
4949
</properties>
5050

5151
<modules>

0 commit comments

Comments
 (0)