diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index c9834ca0856013fc6c8788e699f7a9ad2faea743..accdd6256c04e550e499f2e88cb74186100e49c8 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -197,12 +197,16 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.6</version>
+                <version>0.8.10</version>
                 <executions>
                     <execution>
                         <goals>
                             <goal>prepare-agent</goal>
                         </goals>
+                        <configuration>
+                            <!-- Sets the VM argument line used when unit tests are run. -->
+                            <propertyName>jacocoArgLine</propertyName>
+	                    </configuration>
                     </execution>
                     <execution>
                         <id>report</id>