Skip to content

Commit

Permalink
Upgrade kafka and other libs
Browse files Browse the repository at this point in the history
  • Loading branch information
muralibasani committed May 28, 2024
1 parent 6ab08e5 commit b34f507
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ curl http://localhost:8083/connector-plugins | jq .
{
"class": "io.aiven.kafka.connect.opensearch.OpensearchSinkConnector",
"type": "sink",
"version": "3.0.0"
"version": "3.3.0"
},
...
]
Expand Down
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ publishing {
}

ext {
kafkaVersion = "2.8.1"
slf4jVersion = "1.7.36"
openSearchVersion = "2.13.0"
kafkaVersion = "3.5.0"
apacheCommonsLangVersion = "3.14.0"
slf4jVersion = "2.0.13"
openSearchVersion = "2.14.0"

testcontainersVersion = "1.19.7"
confluentPlatformVersion = "4.1.4"
testcontainersVersion = "1.19.8"
}

sourceSets {
Expand Down Expand Up @@ -173,6 +173,7 @@ dependencies {
implementation "org.slf4j:slf4j-api:$slf4jVersion"
implementation "com.google.code.gson:gson:2.10.1"
implementation "org.opensearch.client:opensearch-rest-high-level-client:$openSearchVersion"
implementation "org.apache.commons:commons-lang3:$apacheCommonsLangVersion"

testImplementation "org.junit.jupiter:junit-jupiter:5.10.2"
testImplementation "org.mockito:mockito-core:5.11.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=io.aiven
version=3.2.0-SNAPSHOT
version=3.3.0-SNAPSHOT

0 comments on commit b34f507

Please sign in to comment.