Skip to content

Commit

Permalink
Update Shadow Plugin and azure-core dependancies (#164)
Browse files Browse the repository at this point in the history
* Update Shadow Plugin and azure-core dependancies

* additional service-bus version bump
  • Loading branch information
GoMati-MU authored Nov 14, 2024
1 parent 8652879 commit cf1ac65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-connectors/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.gradleup.shadow' version '8.3.3'
id 'com.gradleup.shadow' version '8.3.5'
id 'com.diffplug.spotless' version "6.25.0"
id 'java'
id 'java-library'
Expand Down
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.53.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.4'
implementation group: 'com.azure', name: 'azure-core', version: '1.54.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.5'
}
}

0 comments on commit cf1ac65

Please sign in to comment.