From 05f0be69c49376d47f519424f76e0b888d278960 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:02:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20com.?= =?UTF-8?q?lmax:disruptor=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/build.gradle b/crypto/build.gradle index a94e67ee..bf42ea8b 100644 --- a/crypto/build.gradle +++ b/crypto/build.gradle @@ -13,7 +13,7 @@ dependencies { } testImplementation group: 'com.googlecode.komarro', name: 'komarro', version: '1.0' testImplementation group: 'org.jboss.weld.se', name: 'weld-se-core', version: '2.4.8.Final' - testRuntimeOnly group: 'com.lmax', name: 'disruptor', version: '3.4.4' + testRuntimeOnly group: 'com.lmax', name: 'disruptor', version: '4.0.0' testImplementation project(path: ':ds2-oss-core-testutils') testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.5' compileOnly 'org.slf4j:slf4j-api:2.0.9'