Skip to content

Commit

Permalink
JCBC-2173: Upgrade jctools-core to 4.0.5
Browse files Browse the repository at this point in the history
Motivation
----------
The Quarkus extension needs to substitute usages of MpscArrayQueue for MpscAtomicUnpaddedArrayQueue, which requires the dependency jctools-core of core-io-deps to be upgraded from 4.0.1 to 4.0.5.

Change-Id: I945761cc49c5a5a5923be25a95016ce98b448eb5
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/219112
Tested-by: Build Bot <[email protected]>
Reviewed-by: Graham Pople <[email protected]>
  • Loading branch information
emilienbev committed Nov 5, 2024
1 parent 374a820 commit c72e5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-io-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.jctools</groupId>
<artifactId>jctools-core</artifactId>
<version>4.0.1</version>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit c72e5c8

Please sign in to comment.