Skip to content

Commit

Permalink
Update dependencies (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmwoods authored Dec 15, 2022
1 parent b872d55 commit 1c27872
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.73.Final</netty-handler.version>
<netty-handler.version>4.1.86.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.15</reactor-bom.version>
<reactor-bom.version>2020.0.25</reactor-bom.version>
<rxjava.version>2.2.21</rxjava.version>
<slf4j-api.version>1.7.35</slf4j-api.version>
<slf4j-api.version>1.7.36</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.2</junit.version>
<jarchivelib.version>1.2.0</jarchivelib.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>21.3.1</svm.version>
<logback-classic.version>1.2.11</logback-classic.version>
<jackson.version>2.14.1</jackson.version>
<lombok.version>1.18.24</lombok.version>
<svm.version>21.3.4</svm.version>
</properties>

<modules>
Expand Down

0 comments on commit 1c27872

Please sign in to comment.