From 20c38a94684a21e060cee27b0f160a93549249e8 Mon Sep 17 00:00:00 2001 From: Sherwin Price Date: Thu, 5 Feb 2026 22:31:04 -0500 Subject: [PATCH] add aspectj --- lib/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 1d85333..59bee89 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -4,9 +4,8 @@ plugins { // Apply the java-library plugin for API and implementation separation. id 'java' - id 'application' id("io.freefair.aspectj") version "9.2.0" // Check the latest version on the plugin website - + id 'application' id("org.owasp.dependencycheck") version "12.2.0"