We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de69d0 commit c76adbfCopy full SHA for c76adbf
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