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

tibordigana pushed a commit to branch JAVA11
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/JAVA11 by this push:
     new f92aae6  plexus-java:0.9.9 with asm:6.2.0 and tests with 
mockito-core:2.21.0, byte-buddy:1.8.17, jacoco-maven-plugin:0.8.2
f92aae6 is described below

commit f92aae6196473de33b5c8c60a1969ed8b3639593
Author: Tibor17 <tibordig...@apache.org>
AuthorDate: Sat Aug 25 11:11:08 2018 +0200

    plexus-java:0.9.9 with asm:6.2.0 and tests with mockito-core:2.21.0, 
byte-buddy:1.8.17, jacoco-maven-plugin:0.8.2
---
 pom.xml | 27 +++++----------------------
 1 file changed, 5 insertions(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7db84ad..56de463 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,12 +261,12 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-java</artifactId>
-        <version>0.9.8</version>
+        <version>0.9.9</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>2.13.0</version>
+        <version>2.21.0</version>
         <exclusions>
           <exclusion>
             <groupId>org.hamcrest</groupId>
@@ -297,12 +297,12 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.8.14</version>
+        <version>1.8.17</version>
       </dependency>
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy-agent</artifactId>
-        <version>1.8.14</version>
+        <version>1.8.17</version>
       </dependency>
       <dependency>
         <groupId>org.powermock</groupId>
@@ -494,7 +494,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.2-SNAPSHOT</version>
+          <version>0.8.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -759,21 +759,4 @@
       </build>
     </profile>
   </profiles>
-
-  <pluginRepositories>
-    <pluginRepository>
-      <id>plugin-snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>plugin-releases</id>
-      <url>http://repo1.maven.org/maven2</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
 </project>

Reply via email to