Skip to content

Commit

Permalink
Update dependencies (neo4j#1255)
Browse files Browse the repository at this point in the history
* Update dependencies

* Migrate to netty-bom and include netty-tcnative-classes

* Set maven-resources-plugin version
  • Loading branch information
injectives committed Jul 7, 2022
1 parent a2d3da8 commit 844c4b5
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 6 deletions.
2 changes: 2 additions & 0 deletions bundle/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Apache Software License, Version 2.0
Netty/Common
Netty/Handler
Netty/Resolver
Netty/TomcatNative [OpenSSL - Classes]
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM
------------------------------------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions bundle/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Apache Software License, Version 2.0
Netty/Common
Netty/Handler
Netty/Resolver
Netty/TomcatNative [OpenSSL - Classes]
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 bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<plugins>
<!-- Extract the original sources again -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<executions>
Expand Down
2 changes: 2 additions & 0 deletions driver/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Apache Software License, Version 2.0
Netty/Common
Netty/Handler
Netty/Resolver
Netty/TomcatNative [OpenSSL - Classes]
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM
------------------------------------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions driver/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Apache Software License, Version 2.0
Netty/Common
Netty/Handler
Netty/Resolver
Netty/TomcatNative [OpenSSL - Classes]
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM

Creative Commons 0
Expand Down
4 changes: 4 additions & 0 deletions driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-classes</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions examples/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Apache Software License, Version 2.0
Netty/Common
Netty/Handler
Netty/Resolver
Netty/TomcatNative [OpenSSL - Classes]
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM
RxJava
------------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions examples/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Apache Software License, Version 2.0
Netty/Common
Netty/Handler
Netty/Resolver
Netty/TomcatNative [OpenSSL - Classes]
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM
RxJava

Expand Down
19 changes: 13 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<!-- 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-bom.version>4.1.78.Final</netty-bom.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>
Expand All @@ -51,9 +51,9 @@
<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>
<micrometer.version>1.9.1</micrometer.version>
<testcontainers.version>1.17.2</testcontainers.version>
<build-resources.version>4.4.7</build-resources.version>
<build-resources.version>4.4.8</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
</properties>
Expand Down Expand Up @@ -99,8 +99,10 @@
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>${netty-handler.version}</version>
<artifactId>netty-bom</artifactId>
<version>${netty-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
Expand Down Expand Up @@ -487,6 +489,11 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down
2 changes: 2 additions & 0 deletions testkit-backend/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Apache Software License, Version 2.0
Netty/Common
Netty/Handler
Netty/Resolver
Netty/TomcatNative [OpenSSL - Classes]
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM
------------------------------------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions testkit-backend/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Apache Software License, Version 2.0
Netty/Common
Netty/Handler
Netty/Resolver
Netty/TomcatNative [OpenSSL - Classes]
Netty/Transport
Netty/Transport/Native/Unix/Common
Non-Blocking Reactive Foundation for the JVM

Creative Commons 0
Expand Down

0 comments on commit 844c4b5

Please sign in to comment.