From b1c39458196eaf04580dc26efbc3af7809baf480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:03:12 +0000 Subject: [PATCH] Bump org.springframework:spring-aspects from 6.1.5 to 6.1.6 Bumps [org.springframework:spring-aspects](https://github.com/spring-projects/spring-framework) from 6.1.5 to 6.1.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.5...v6.1.6) --- updated-dependencies: - dependency-name: org.springframework:spring-aspects 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 e8d6188..9e7f553 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation("com.aerospike:aerospike-document-api:2.0.3") implementation("org.msgpack:jackson-dataformat-msgpack:0.9.8") implementation('org.springframework.retry:spring-retry:2.0.5') - implementation('org.springframework:spring-aspects:6.1.5') + implementation('org.springframework:spring-aspects:6.1.6') implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.1.0') implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0') implementation("javax.inject:javax.inject:1")