Skip to content

Commit

Permalink
Update service bus dependencies (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoMati-MU authored Nov 28, 2024
1 parent 14a46df commit 4a16747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-connectors/kafka-connect-azure-servicebus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(':kafka-connect-azure-servicebus') {
testImplementation(project(path: ':test-utils', configuration: 'testArtifacts'))

// Azure Service Bus dependencies
implementation group: 'com.azure', name: 'azure-core', version: '1.54.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.5'
implementation group: 'com.azure', name: 'azure-core', version: '1.54.1'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.6'
}
}

0 comments on commit 4a16747

Please sign in to comment.