mirror of https://github.com/apache/nifi.git
NIFI-10469 Updated byte-buddy-agent to 1.12.14
This closes #6386 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
parent
c3925c6b9a
commit
ea44af0642
|
@ -186,13 +186,13 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.bytebuddy</groupId>
|
<groupId>net.bytebuddy</groupId>
|
||||||
<artifactId>byte-buddy</artifactId>
|
<artifactId>byte-buddy</artifactId>
|
||||||
<version>1.9.10</version>
|
<version>1.12.14</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- force mockito-core to a newer version -->
|
<!-- force mockito-core to a newer version -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.bytebuddy</groupId>
|
<groupId>net.bytebuddy</groupId>
|
||||||
<artifactId>byte-buddy-agent</artifactId>
|
<artifactId>byte-buddy-agent</artifactId>
|
||||||
<version>1.9.10</version>
|
<version>1.12.14</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- exclude all transitive groovy deps so that spock uses whatever is directly declared -->
|
<!-- exclude all transitive groovy deps so that spock uses whatever is directly declared -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue