Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.lmax:disruptor to v3.4.4 #589

Merged
merged 3 commits into from
Dec 23, 2021
Merged
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
Prev Previous commit
Next Next commit
Merge branch 'master' into renovate-disruptor.version
Ana Felisatti authored Dec 22, 2021
commit ecc3809193f31f03925831242c2a8f1710792a80
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -96,9 +96,10 @@
<commons.text.version>1.9</commons.text.version>
<commons.cli.version>1.4</commons.cli.version>
<commons.lang3.version>3.12.0</commons.lang3.version>
<log4j.version>2.16.0</log4j.version>
<log4j.version>2.17.0</log4j.version>
<disruptor.version>3.4.4</disruptor.version>


<junit.version>4.13.2</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<mockito.version>2.28.2</mockito.version>
You are viewing a condensed version of this merge commit. You can view the full changes here.