Skip to content

Commit

Permalink
Bump kafka-common to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Aug 14, 2023
1 parent 5540996 commit e23526b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ configurations {
}

dependencies {
api "org.jlab:kafka-common:1.2.0"
api "org.jlab:kafka-common:1.3.0"
implementation "org.apache.kafka:kafka-clients:3.5.0",
"org.apache.avro:avro:1.11.2",
"org.slf4j:slf4j-log4j12:1.7.36",
"io.confluent:kafka-avro-serializer:7.4.0"
"org.apache.avro:avro:1.11.2",
"org.slf4j:slf4j-log4j12:1.7.36",
"io.confluent:kafka-avro-serializer:7.4.0"
testImplementation "junit:junit:4.13.2"
}

Expand Down Expand Up @@ -110,7 +110,7 @@ javadoc {
options.overview = "src/main/java/overview.html"
options.source = 11
options.with {
links 'https://docs.oracle.com/en/java/javase/11/docs/api/', 'https://jeffersonlab.github.io/kafka-common/1.1.0/'
links 'https://docs.oracle.com/en/java/javase/11/docs/api/', 'https://jeffersonlab.github.io/kafka-common/v1.3.0/'
}
options.addStringOption('Xdoclint/package:-org.jlab.jaws.entity', '-quiet')
}
Expand Down

0 comments on commit e23526b

Please sign in to comment.