Skip to content

Commit

Permalink
Bump deps [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jul 31, 2023
1 parent f4ba7da commit cedc74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ configurations {
dependencies {
implementation 'org.epics:jca:2.4.8',
'org.jlab:kafka-common:1.1.0'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
compileOnly 'org.apache.kafka:connect-api:3.1.0'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
compileOnly 'org.apache.kafka:connect-api:3.5.0'
compileOnly 'org.slf4j:slf4j-log4j12:1.7.36'
testImplementation 'junit:junit:4.13.2'
integrationImplementation 'org.apache.kafka:kafka-clients:3.1.0'
integrationImplementation 'org.apache.kafka:kafka-clients:3.5.0'
integrationImplementation 'org.slf4j:slf4j-log4j12:1.7.36'
}

Expand Down

0 comments on commit cedc74b

Please sign in to comment.