From a1cb5eeb62959f4e08059730715cc8d4926b86e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 11:12:14 +0000 Subject: [PATCH] build(deps): bump aspectjweaver from 1.9.7 to 1.9.9.1 Bumps [aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.7 to 1.9.9.1. - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) --- updated-dependencies: - dependency-name: org.aspectj:aspectjweaver 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 67b47b56f..d69e325c2 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'commons-io:commons-io:2.11.0' implementation 'org.springframework:spring-context:5.3.9' - implementation 'org.aspectj:aspectjweaver:1.9.7' + implementation 'org.aspectj:aspectjweaver:1.9.9.1' implementation 'org.slf4j:slf4j-api:1.7.32' testImplementation 'junit:junit:4.13.2'