NIFI-11412 Upgraded AspectJ Weaver to 1.9.19 for MiNiFi

This closes #7143

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-04-08 17:05:51 +03:00 committed by exceptionfactory
parent 0160d6d6b9
commit 732a55ab2b
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ limitations under the License.
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.8.5</version>
<version>${aspectj.version}</version>
</dependency>
<dependency>
<groupId>cglib</groupId>