Skip to content

Commit

Permalink
Update dependencies (#1178) (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored Mar 10, 2022
1 parent 8049ec6 commit 0fd5a19
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 @@ -34,25 +34,25 @@
<!-- 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.74.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.16</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>4.3.1</mockito-core.version>
<mockito-core.version>4.4.0</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>
<logback-classic.version>1.2.11</logback-classic.version>
<jackson.version>2.13.2</jackson.version>
<lombok.version>1.18.22</lombok.version>
<svm.version>21.3.1</svm.version>
<micrometer.version>1.8.2</micrometer.version>
<micrometer.version>1.8.3</micrometer.version>
<!-- To be overwritten by child projects -->
<moduleName />
<moduleName/>
</properties>

<modules>
Expand Down

0 comments on commit 0fd5a19

Please sign in to comment.