This is an automated email from the ASF dual-hosted git repository.

chtompki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 20fdb8e  jacoco: 0.8.2 -> 0.8.3, surefire: 2.22.1 -> 3.0.0-M3
20fdb8e is described below

commit 20fdb8e63eeb511e04e9b5b8ae9cf43a54e4e3f0
Author: Rob Tompkins <chtom...@gmail.com>
AuthorDate: Wed Apr 10 14:01:00 2019 -0400

    jacoco: 0.8.2 -> 0.8.3, surefire: 2.22.1 -> 3.0.0-M3
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2d0b892..5ceb75c 100644
--- a/pom.xml
+++ b/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>

Reply via email to