Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d9128c

Browse files
author
Jacek Gębal
committed
Update pom dependencies.
1 parent ad57b94 commit 2d9128c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-failsafe-plugin</artifactId>
110+
<version>3.5.3</version>
110111
<executions>
111112
<execution>
112113
<goals>
@@ -116,6 +117,11 @@
116117
</execution>
117118
</executions>
118119
</plugin>
120+
<plugin>
121+
<groupId>org.sonarsource.scanner.maven</groupId>
122+
<artifactId>sonar-maven-plugin</artifactId>
123+
<version>5.1.0.4751</version>
124+
</plugin>
119125
<plugin>
120126
<groupId>com.amashchenko.maven.plugin</groupId>
121127
<artifactId>gitflow-maven-plugin</artifactId>

0 commit comments

Comments
 (0)