Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
patschuh committed Apr 15, 2024
1 parent 34bbcea commit 1f014de
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = 'at.esque.kafka'
version = '2.9.1'
version = '2.9.2'

repositories {
mavenCentral()
Expand All @@ -30,25 +30,25 @@ repositories {
}

dependencies {
implementation 'org.apache.kafka:kafka-clients:2.8.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.1'
implementation 'org.apache.kafka:kafka-clients:2.8.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'ch.qos.logback:logback-core:1.2.11'
implementation 'ch.qos.logback:logback-classic:1.2.11'
implementation 'ch.qos.logback:logback-core:1.4.12'
implementation 'ch.qos.logback:logback-classic:1.4.14'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.kordamp.ikonli:ikonli-javafx:12.2.0'
implementation 'org.kordamp.ikonli:ikonli-fontawesome-pack:12.2.0'
implementation 'com.opencsv:opencsv:5.5.2'
implementation 'io.confluent:kafka-schema-registry:7.3.0'
implementation 'com.opencsv:opencsv:5.9'
implementation 'io.confluent:kafka-schema-registry:7.3.7'
implementation 'io.confluent:kafka-avro-serializer:6.2.7'
implementation 'io.confluent:kafka-protobuf-serializer:6.2.7'
implementation 'org.apache.avro:avro:1.11.1'
implementation 'org.apache.avro:avro:1.11.3'
implementation 'com.google.inject:guice:5.0.1'
implementation 'org.fxmisc.richtext:richtextfx:0.10.7'
implementation 'net.thisptr:jackson-jq:1.0.0-preview.20210928'
implementation 'com.dlsc.formsfx:formsfx-core:11.4.2'
implementation 'org.sourcelab:kafka-connect-client:3.1.2'
implementation 'org.sourcelab:kafka-connect-client:4.0.4'
implementation 'org.controlsfx:controlsfx:11.1.1'
implementation 'org.gradle:gradle-core:6.1.1'
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
Expand All @@ -57,7 +57,7 @@ dependencies {
implementation 'software.amazon.msk:aws-msk-iam-auth:1.1.9'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.springframework.kafka:spring-kafka-test:2.4.13.RELEASE'
testImplementation 'org.springframework.kafka:spring-kafka-test:3.1.3'
testImplementation 'com.google.code.tempus-fugit:tempus-fugit:1.1'
testImplementation 'org.testfx:testfx-junit:4.0.15-alpha'
}
Expand Down

0 comments on commit 1f014de

Please sign in to comment.