Skip to content

Commit

Permalink
CXP-2878: kafka 3.5.1 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekamornikov committed Nov 8, 2023
1 parent 795b3a7 commit 5911fde
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 @@ -13,7 +13,7 @@ allprojects {
apply plugin: 'maven-publish'

group = 'com.spredfast.kafka.connect.s3'
version = '1.1.0'
version = '1.2.0'

apply plugin: 'java-library'
sourceCompatibility = 11
Expand All @@ -22,7 +22,7 @@ allprojects {
dependencies {
constraints {
api("com.amazonaws:aws-java-sdk-s3:1.12.351")
api("org.apache.kafka:connect-api:3.4.0")
api("org.apache.kafka:connect-api:3.5.1")
api("org.slf4j:slf4j-api:2.0.7")

testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit 5911fde

Please sign in to comment.