We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f21f905 + c76adbf commit 82373d8Copy full SHA for 82373d8
1 file changed
build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
val junitVersion by extra("5.7.0")
31
implementation(kotlin("stdlib-jdk8"))
32
implementation("com.github.thake.logminer", "logminer-sql-parser", "0.1.0")
33
- implementation("net.openhft", "chronicle-queue", "5.20.21")
+ implementation("net.openhft", "chronicle-queue", "5.24ea9")
34
implementation("io.github.microutils", "kotlin-logging", "1.12.5")
35
compileOnly("org.apache.kafka", "connect-api", kafkaVersion)
36
testRuntimeOnly("com.oracle.ojdbc", "ojdbc8", "19.3.0.0")
0 commit comments