Skip to content

Commit

Permalink
Bump azure-core from 1.22.0 to 1.23.1 in /prime-router (#3352)
Browse files Browse the repository at this point in the history
Bumps [azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.22.0 to 1.23.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.22.0...azure-core_1.23.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>
  • Loading branch information
dependabot[bot] and MauriceReeves-usds authored Dec 10, 2021
1 parent 8d8b056 commit 380505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
implementation("com.microsoft.azure.functions:azure-functions-java-library:1.4.2")
implementation("com.azure:azure-core:1.22.0")
implementation("com.azure:azure-core:1.23.1")
implementation("com.azure:azure-core-http-netty:1.11.2")
implementation("com.azure:azure-storage-blob:12.14.1") {
exclude(group = "com.azure", module = "azure-core")
Expand Down

0 comments on commit 380505c

Please sign in to comment.