We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1fc95e + 9a3e1af commit 88fd1a2Copy full SHA for 88fd1a2
pom.xml
@@ -137,6 +137,17 @@
137
<version>${mockito.version}</version>
138
<scope>test</scope>
139
</dependency>
140
+ <!-- added dependencies fixing security issues -->
141
+ <dependency>
142
+ <groupId>org.apache.maven.shared</groupId>
143
+ <artifactId>maven-shared-utils</artifactId>
144
+ <version>3.3.3</version>
145
+ </dependency>
146
147
+ <groupId>com.google.guava</groupId>
148
+ <artifactId>guava</artifactId>
149
+ <version>30.0-jre</version>
150
151
</dependencies>
152
153
<build>
0 commit comments