Skip to content

Commit

Permalink
Update dependencies (#1142)
Browse files Browse the repository at this point in the history
* 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 <michael.simons@neo4j.com>

* Update dependencies (#1130) (#1136)

Co-authored-by: Michael Simons <michael.simons@neo4j.com>
  • Loading branch information
injectives and michael-simons committed Feb 2, 2022
1 parent d144e3c commit b872d55
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<netty-handler.version>4.1.70.Final</netty-handler.version>
<netty-handler.version>4.1.73.Final</netty-handler.version>
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<reactor-bom.version>2020.0.13</reactor-bom.version>
<reactor-bom.version>2020.0.15</reactor-bom.version>
<rxjava.version>2.2.21</rxjava.version>
<slf4j-api.version>1.7.32</slf4j-api.version>
<slf4j-api.version>1.7.35</slf4j-api.version>
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
<mockito-core.version>2.28.2</mockito-core.version>
<junit.version>5.8.1</junit.version>
<junit.version>5.8.2</junit.version>
<jarchivelib.version>1.2.0</jarchivelib.version>
<bouncycastle-jdk15on.version>1.69</bouncycastle-jdk15on.version>
<logback-classic.version>1.2.7</logback-classic.version>
<jackson.version>2.13.0</jackson.version>
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
<logback-classic.version>1.2.10</logback-classic.version>
<jackson.version>2.13.1</jackson.version>
<lombok.version>1.18.22</lombok.version>
<svm.version>20.3.4</svm.version>
<svm.version>21.3.1</svm.version>
</properties>

<modules>
Expand Down

0 comments on commit b872d55

Please sign in to comment.