This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit b64409ebccf6cf30af232cbe402c81f5aac2006a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Feb 6 22:03:01 2025 +0000 Bump com.azure:azure-core-http-vertx from 1.0.0-beta.24 to 1.0.0 Bumps [com.azure:azure-core-http-vertx](https://github.com/Azure/azure-sdk-for-java) from 1.0.0-beta.24 to 1.0.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-java/blob/v1.0.0/ChangeLog.txt) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core-http-vertx_1.0.0-beta.24...v1.0.0) --- updated-dependencies: - dependency-name: com.azure:azure-core-http-vertx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 710ea14851..9fd5d68c4e 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ <azure-sdk-bom.version>${azure-sdk-bom-version}</azure-sdk-bom.version> <azure-core.version>1.53.0</azure-core.version><!-- @sync com.azure:azure-sdk-bom:${azure-sdk-bom.version} dep:com.azure:azure-core --> <azure-identity.version>1.14.0</azure-identity.version><!-- @sync com.azure:azure-sdk-bom:${azure-sdk-bom.version} dep:com.azure:azure-identity --> - <azure-core-http-vertx.version>1.0.0-beta.24</azure-core-http-vertx.version> <!-- TODO: https://github.com/apache/camel-quarkus/issues/4181 --> + <azure-core-http-vertx.version>1.0.0</azure-core-http-vertx.version> <!-- TODO: https://github.com/apache/camel-quarkus/issues/4181 --> <bouncycastle.version>1.79</bouncycastle.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.bouncycastle:bcprov-jdk18on --> <caffeine.version>3.1.8</caffeine.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:com.github.ben-manes.caffeine:caffeine --> <commons-beanutils.version>${commons-beanutils-version}</commons-beanutils.version>