File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 151151 <xmlunit1 .version>1.6</xmlunit1 .version>
152152 <xmlunit .version>2.10.0</xmlunit .version>
153153 <xom .version>1.3.7</xom .version>
154- <bouncycastle .version>1.77</bouncycastle .version>
154+ <bouncycastle .version>1.78</bouncycastle .version>
155+ <byte-buddy .version>1.14.13</byte-buddy .version>
155156 <spring-asciidoctor-backends .version>0.0.5</spring-asciidoctor-backends .version>
156157 </properties >
157158
251252 <artifactId >junit-jupiter-engine</artifactId >
252253 <scope >test</scope >
253254 </dependency >
255+ <dependency >
256+ <groupId >net.bytebuddy</groupId >
257+ <artifactId >byte-buddy</artifactId >
258+ <version >${byte-buddy.version} </version >
259+ <scope >test</scope >
260+ </dependency >
261+ <dependency >
262+ <groupId >net.bytebuddy</groupId >
263+ <artifactId >byte-buddy-agent</artifactId >
264+ <version >${byte-buddy.version} </version >
265+ <scope >test</scope >
266+ </dependency >
254267 <dependency >
255268 <groupId >org.easymock</groupId >
256269 <artifactId >easymock</artifactId >
305318 <plugins >
306319 <plugin >
307320 <artifactId >maven-compiler-plugin</artifactId >
308- <version >3.8.1 </version >
321+ <version >3.13.0 </version >
309322 </plugin >
310323
311324 <plugin >
You can’t perform that action at this time.
0 commit comments