Skip to content

Commit

Permalink
v1.8.0 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed May 16, 2022
1 parent b81c3d6 commit abc07b4
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 @@ -5,7 +5,7 @@ plugins {
}

group 'org.jlab.kafka.connect'
version '1.7.1'
version '1.8.0'

tasks.withType(JavaCompile) {
options.release = 11
Expand Down Expand Up @@ -35,7 +35,7 @@ configurations {
dependencies {
implementation 'org.epics:jca:2.4.6',
'org.jlab:kafka-common:1.0.0'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
compileOnly 'org.apache.kafka:connect-api:3.1.0'
compileOnly 'org.slf4j:slf4j-log4j12:1.7.36'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit abc07b4

Please sign in to comment.