Upgrade jctools from 3.0.0 to 3.1.0 (#10456)

Motivation:

JCTools 3.1.0 is out and includes several fixes, see https://github.com/JCTools/JCTools/releases/tag/v3.1.0

Modification:

Upgrade jctools-core version in pom.xml

Result:

Netty ships latest version of jctools.
This commit is contained in:
Stephane Landelle 2020-08-10 11:15:39 +02:00 committed by GitHub
parent cd7552f551
commit a4c44aa34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -556,7 +556,7 @@
<dependency>
<groupId>org.jctools</groupId>
<artifactId>jctools-core</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
<dependency>