File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments