Skip to content

Commit

Permalink
Bump azure-cosmos from 4.23.0 to 4.24.0 (#2325)
Browse files Browse the repository at this point in the history
Bumps [azure-cosmos](https://github.com/Azure/azure-sdk-for-java) from 4.23.0 to 4.24.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-cosmos_4.23.0...azure-cosmos_4.24.0)

---
updated-dependencies:
- dependency-name: com.azure:azure-cosmos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2021
1 parent 6cf2694 commit 61bd564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus-plugin-azure-cosmos-db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(':vividus-engine')
implementation project(':vividus-util')
implementation project(':vividus-soft-assert')
implementation(group: 'com.azure', name: 'azure-cosmos', version: '4.23.0')
implementation(group: 'com.azure', name: 'azure-cosmos', version: '4.24.0')
implementation(group: 'com.google.guava', name: 'guava', version: versions.guava)

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: versions.junit)
Expand Down

0 comments on commit 61bd564

Please sign in to comment.