Bump com.azure:azure-identity from 1.12.0 to 1.12.1 in /petstore/java

Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.12.0...azure-identity_1.12.1)

---
updated-dependencies:
- dependency-name: com.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-03 21:56:04 +00:00 коммит произвёл GitHub
Родитель 8e03af962d
Коммит 5d1064e1e5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@ dependencies {
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.9'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.9'
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
api 'com.azure:azure-identity:1.12.0'
api 'com.azure:azure-identity:1.12.1'
api 'com.squareup.okhttp3:okhttp:4.12.0'
api 'com.google.code.gson:gson:2.10.1'
}