From 45e2b8cd2a2c7c41ee72a38bc10234470871cce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:08:24 +0000 Subject: [PATCH] build(deps): bump org.aspectj:aspectjweaver from 1.9.24 to 1.9.25 Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.24 to 1.9.25. - [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-version: 1.9.25 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 29da8b0..a2e9950 100644 --- a/build.gradle +++ b/build.gradle @@ -116,7 +116,7 @@ configurations { } dependencies { - agent "org.aspectj:aspectjweaver:1.9.24" + agent "org.aspectj:aspectjweaver:1.9.25" } test {