diff --git a/pom.xml b/pom.xml
index 23a9cf9..dac93ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,12 +103,11 @@
1.5.5
0.6.0
- 2.18.1
- 7.0.3
+ 3.5.4
+ 7.0.5
3.12.4
- 4.0.2
- 3.5.10
- 4.0.2
+ 4.0.3
+ 4.0.3
2.0
src/main/java/org/eclipse/ecsp/utils/logger/IgniteCallerDataConverter.java,
@@ -134,8 +133,8 @@
org.springframework.boot
- spring-boot-starter-aop
- ${springboot.aop}
+ spring-boot-starter-aspectj
+ ${springboot.version}
org.springframework
@@ -324,8 +323,8 @@
-Xmx2G
${surefireArgLine}
- pertest
- true
+ false
+ 1
diff --git a/src/test/java/org/eclipse/ecsp/diagnostic/PropertyDiagnosticReporterTest.java b/src/test/java/org/eclipse/ecsp/diagnostic/PropertyDiagnosticReporterTest.java
index ef2b30b..cc64137 100644
--- a/src/test/java/org/eclipse/ecsp/diagnostic/PropertyDiagnosticReporterTest.java
+++ b/src/test/java/org/eclipse/ecsp/diagnostic/PropertyDiagnosticReporterTest.java
@@ -41,6 +41,7 @@
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
+import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.TestPropertySource;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@@ -55,6 +56,7 @@
@TestPropertySource(
locations = {"classpath:property-diagnostic-test.properties", "classpath:property-diagnostic-test-2.properties"}
)
+@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_CLASS)
public class PropertyDiagnosticReporterTest {
@Autowired