This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit ea44af0642b585dda2045f40891e2dc7bcda915c
Author: UcanInfosec <[email protected]>
AuthorDate: Fri Sep 9 11:09:51 2022 -0400

    NIFI-10469 Updated byte-buddy-agent to 1.12.14
    
    This closes #6386
    
    Signed-off-by: Mike Thomsen <[email protected]>
---
 nifi-registry/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 8b52eb969f..a6a9492193 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -186,13 +186,13 @@
             <dependency>
                 <groupId>net.bytebuddy</groupId>
                 <artifactId>byte-buddy</artifactId>
-                <version>1.9.10</version>
+                <version>1.12.14</version>
             </dependency>
             <!-- force mockito-core to a newer version -->
             <dependency>
                 <groupId>net.bytebuddy</groupId>
                 <artifactId>byte-buddy-agent</artifactId>
-                <version>1.9.10</version>
+                <version>1.12.14</version>
             </dependency>
             <!-- exclude all transitive groovy deps so that spock uses 
whatever is directly declared -->
             <dependency>

Reply via email to