Skip to content

Commit a333027

Browse files
committed
upgrade byte-buddy.
1 parent 2bdd8c5 commit a333027

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<disruptor.version>3.4.4</disruptor.version>
9595
<log4j.version>1.2.17</log4j.version>
9696
<junit.version>4.13.1</junit.version>
97+
<byte-buddy.version>1.14.19</byte-buddy.version>
9798
<mockito.version>4.9.0</mockito.version>
9899
<assertj.version>3.16.1</assertj.version>
99100
<argLine>-Xmx2048m</argLine>
@@ -139,6 +140,18 @@
139140
<version>${junit.version}</version>
140141
<scope>test</scope>
141142
</dependency>
143+
<dependency>
144+
<groupId>net.bytebuddy</groupId>
145+
<artifactId>byte-buddy</artifactId>
146+
<version>${byte-buddy.version}</version>
147+
<scope>test</scope>
148+
</dependency>
149+
<dependency>
150+
<groupId>net.bytebuddy</groupId>
151+
<artifactId>byte-buddy-agent</artifactId>
152+
<version>${byte-buddy.version}</version>
153+
<scope>test</scope>
154+
</dependency>
142155
<dependency>
143156
<groupId>org.mockito</groupId>
144157
<artifactId>mockito-inline</artifactId>

0 commit comments

Comments
 (0)