diff --git a/config.properties b/config.properties
index 7946548..e3f9c39 100644
--- a/config.properties
+++ b/config.properties
@@ -77,7 +77,7 @@ powermonitor-path=C:\\joularjx\\PowerMonitor.exe
# Monitoring inside virtual machines
# Values: true, false
-vm-monitoring=true
+vm-monitoring=false
# Path for power consumption of the virtual machine
# Inside a virtual machine, indicate the file containing power consumption of the VM
diff --git a/pom.xml b/pom.xml
index 9c4a1d5..6dd07a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
org.noureddine
joularjx
- 3.0.0
+ 3.0.1
jar
${project.artifactId}
@@ -61,7 +61,7 @@
com.github.marschall
memoryfilesystem
- 2.8.0
+ 2.8.1
test
@@ -71,7 +71,7 @@
org.junit
junit-bom
- 5.10.2
+ 5.11.3
import
pom
@@ -110,7 +110,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.3.0
+ 3.5.2
diff --git a/src/main/java/org/noureddine/joularjx/Agent.java b/src/main/java/org/noureddine/joularjx/Agent.java
index 9a14ab9..29b5ae7 100644
--- a/src/main/java/org/noureddine/joularjx/Agent.java
+++ b/src/main/java/org/noureddine/joularjx/Agent.java
@@ -46,7 +46,7 @@ public static void premain(String args, Instrumentation inst) {
JoularJXLogging.updateLevel(properties.getLoggerLevel());
logger.info("+---------------------------------+");
- logger.info("| JoularJX Agent Version 3.0.0 |");
+ logger.info("| JoularJX Agent Version 3.0.1 |");
logger.info("+---------------------------------+");
ThreadMXBean threadBean = createThreadBean();