Skip to content

Commit 6a98a8d

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

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
@@ -28,22 +28,22 @@
2828
<!-- Please note that when updating this dependency -->
2929
<!-- (i.e. due to a security vulnerability or bug) that the -->
3030
<!-- corresponding server dependency also needs updating.-->
31-
<netty-handler.version>4.1.70.Final</netty-handler.version>
31+
<netty-handler.version>4.1.73.Final</netty-handler.version>
3232
<!-- Please note that when updating this dependency -->
3333
<!-- (i.e. due to a security vulnerability or bug) that the -->
3434
<!-- corresponding server dependency also needs updating.-->
35-
<reactor-bom.version>2020.0.13</reactor-bom.version>
35+
<reactor-bom.version>2020.0.15</reactor-bom.version>
3636
<rxjava.version>2.2.21</rxjava.version>
37-
<slf4j-api.version>1.7.32</slf4j-api.version>
37+
<slf4j-api.version>1.7.35</slf4j-api.version>
3838
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
3939
<mockito-core.version>2.28.2</mockito-core.version>
40-
<junit.version>5.8.1</junit.version>
40+
<junit.version>5.8.2</junit.version>
4141
<jarchivelib.version>1.2.0</jarchivelib.version>
42-
<bouncycastle-jdk15on.version>1.69</bouncycastle-jdk15on.version>
43-
<logback-classic.version>1.2.7</logback-classic.version>
44-
<jackson.version>2.13.0</jackson.version>
42+
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
43+
<logback-classic.version>1.2.10</logback-classic.version>
44+
<jackson.version>2.13.1</jackson.version>
4545
<lombok.version>1.18.22</lombok.version>
46-
<svm.version>20.3.4</svm.version>
46+
<svm.version>21.3.1</svm.version>
4747
</properties>
4848

4949
<modules>

0 commit comments

Comments
 (0)