Skip to content

Commit

Permalink
Bump the azurecore group in /prime-router with 2 updates
Browse files Browse the repository at this point in the history
Bumps the azurecore group in /prime-router with 2 updates: [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) and [com.azure:azure-core-http-netty](https://github.com/Azure/azure-sdk-for-java).


Updates `com.azure:azure-core` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.51.0...azure-core_1.52.0)

Updates `com.azure:azure-core-http-netty` from 1.15.3 to 1.15.4
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core-http-netty_1.15.3...azure-core-http-netty_1.15.4)

---
updated-dependencies:
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azurecore
- dependency-name: com.azure:azure-core-http-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azurecore
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent fe66c64 commit 2c9e956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("com.microsoft.azure.functions:azure-functions-java-library:3.1.0")
implementation("com.azure:azure-core:1.51.0")
implementation("com.azure:azure-core-http-netty:1.15.3")
implementation("com.azure:azure-core:1.52.0")
implementation("com.azure:azure-core-http-netty:1.15.4")
implementation("com.azure:azure-storage-blob:12.27.0") {
exclude(group = "com.azure", module = "azure-core")
}
Expand Down

0 comments on commit 2c9e956

Please sign in to comment.