From dbbe5047ba93e5e3e5a45a981fc6cac256da9948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:52:56 +0000 Subject: [PATCH] Bump io.github.hkarthik7:azd from 6.0.0 to 6.0.1 Bumps [io.github.hkarthik7:azd](https://github.com/hkarthik7/azure-devops-java-sdk) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/hkarthik7/azure-devops-java-sdk/releases) - [Changelog](https://github.com/hkarthik7/azure-devops-java-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/hkarthik7/azure-devops-java-sdk/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: io.github.hkarthik7:azd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f1809e5..1c782fc 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { exclude group: 'commons-logging', module: 'commons-logging' } implementation 'io.github.cdancy:bitbucket-rest:3.1.1' - implementation 'io.github.hkarthik7:azd:6.0.0' + implementation 'io.github.hkarthik7:azd:6.0.1' runtimeOnly 'io.micrometer:micrometer-registry-prometheus' developmentOnly 'org.springframework.boot:spring-boot-docker-compose' testImplementation 'org.springframework.boot:spring-boot-starter-test'