Skip to content

Commit 6563a5d

Browse files
chore(deps): bump com.azure:azure-storage-blob from 12.30.0 to 12.31.3
Bumps [com.azure:azure-storage-blob](https://github.com/Azure/azure-sdk-for-java) from 12.30.0 to 12.31.3. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-storage-blob_12.30.0...azure-storage-blob_12.31.3) --- updated-dependencies: - dependency-name: com.azure:azure-storage-blob dependency-version: 12.31.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a77fce1 commit 6563a5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-sink-connector/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474

7575
implementation(project(":commons"))
7676

77-
implementation("com.azure:azure-storage-blob:12.30.0")
77+
implementation("com.azure:azure-storage-blob:12.31.3")
7878

7979
implementation(tools.spotbugs.annotations)
8080
implementation(logginglibs.slf4j)

azure-source-connector/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation("org.apache.commons:commons-lang3:3.17.0")
6464
implementation(project(":commons"))
6565
implementation(apache.commons.collection4)
66-
implementation("com.azure:azure-storage-blob:12.30.0")
66+
implementation("com.azure:azure-storage-blob:12.31.3")
6767

6868
implementation(tools.spotbugs.annotations)
6969
implementation(logginglibs.slf4j)

0 commit comments

Comments
 (0)