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

albumenj pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7debb143 Fix: Adjust Surefire and Jacoco plugin versions to address 
JVM crash in dubbo-admin-server (#1294)
7debb143 is described below

commit 7debb14333730b0019c5061101e0b2f81a071f34
Author: Ankit Shokeen <[email protected]>
AuthorDate: Wed May 7 07:10:19 2025 +0530

    Fix: Adjust Surefire and Jacoco plugin versions to address JVM crash in 
dubbo-admin-server (#1294)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 00b97244..f93779b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <dubbo-version>3.2.5</dubbo-version>
         <fastjson-version>1.2.83</fastjson-version>
         <springfox-swagger-version>2.9.2</springfox-swagger-version>
-        <jacoco-version>0.8.2</jacoco-version>
+        <jacoco-version>0.8.5</jacoco-version>
         <apollo-version>1.2.0</apollo-version>
         <guava-version>20.0</guava-version>
         <dubbo-mock-version>3.0.0</dubbo-mock-version>
@@ -211,7 +211,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.21.0</version>
+                <version>2.22.2</version>
             </plugin>
             <plugin>
                 <groupId>io.github.tonycody.maven.plugins</groupId>

Reply via email to