Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bundle/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Apache Software License, Version 2.0
Netty/Handler
Netty/Resolver
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM
------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions bundle/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Apache Software License, Version 2.0
Netty/Handler
Netty/Resolver
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM

Creative Commons 0
Expand Down
1 change: 1 addition & 0 deletions driver/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Apache Software License, Version 2.0
Netty/Handler
Netty/Resolver
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM
------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions driver/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Apache Software License, Version 2.0
Netty/Handler
Netty/Resolver
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM

Creative Commons 0
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@
<!-- 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.77.Final</netty-handler.version>
<netty-handler.version>4.1.78.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.19</reactor-bom.version>
<reactor-bom.version>2020.0.20</reactor-bom.version>
<rxjava.version>2.2.21</rxjava.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
<mockito-core.version>4.6.0</mockito-core.version>
<mockito-core.version>4.6.1</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.11</logback-classic.version>
<jackson.version>2.13.3</jackson.version>
<lombok.version>1.18.24</lombok.version>
<svm.version>21.3.2.1</svm.version>
<micrometer.version>1.9.0</micrometer.version>
<build-resources.version>4.4.7</build-resources.version>
<micrometer.version>1.9.1</micrometer.version>
<build-resources.version>4.4.8</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down
1 change: 1 addition & 0 deletions testkit-backend/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Apache Software License, Version 2.0
Netty/Handler
Netty/Resolver
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM
------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions testkit-backend/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Apache Software License, Version 2.0
Netty/Handler
Netty/Resolver
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM

Creative Commons 0
Expand Down