Skip to content

Commit

Permalink
Bump dep versions to latest 2.6 series KAFKA
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed May 13, 2021
1 parent 16138e7 commit 1630403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ configurations {

dependencies {
implementation 'org.epics:jca:2.4.6'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.10.2'
compileOnly 'org.apache.kafka:connect-api:2.6.1'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.10.5'
compileOnly 'org.apache.kafka:connect-api:2.6.2'
compileOnly 'org.slf4j:slf4j-log4j12:1.7.28'
testImplementation 'junit:junit:4.13'
integrationImplementation 'org.testcontainers:testcontainers:1.14.3'
Expand Down

0 comments on commit 1630403

Please sign in to comment.