jacoco: 0.8.2 -> 0.8.3, surefire: 2.22.1 -> 3.0.0-M3
This commit is contained in:
parent
d48e87e4f2
commit
20fdb8e63e
3
pom.xml
3
pom.xml
|
@ -606,7 +606,8 @@
|
|||
<jmh.version>1.21</jmh.version>
|
||||
<uberjar.name>benchmarks</uberjar.name>
|
||||
|
||||
<commons.jacoco.version>0.8.2</commons.jacoco.version>
|
||||
<commons.jacoco.version>0.8.3</commons.jacoco.version>
|
||||
<commons.surefire.version>3.0.0-M3</commons.surefire.version>
|
||||
|
||||
<!-- generate report even if there are binary incompatible changes -->
|
||||
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
|
||||
|
|
Loading…
Reference in New Issue