Skip to content

Commit 8c06947

Browse files
cherry picked dependency updates from dcc58cd
1 parent eccecec commit 8c06947

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
<properties>
1717
<cryptolib.version>1.2.1</cryptolib.version>
18-
<dagger.version>2.22.1</dagger.version>
19-
<guava.version>27.1-jre</guava.version>
20-
<slf4j.version>1.7.26</slf4j.version>
18+
<dagger.version>2.24</dagger.version>
19+
<guava.version>28.1-jre</guava.version>
20+
<slf4j.version>1.7.28</slf4j.version>
2121

22-
<junit.jupiter.version>5.4.2</junit.jupiter.version>
23-
<mockito.version>2.27.0</mockito.version>
24-
<hamcrest.version>2.1</hamcrest.version>
22+
<junit.jupiter.version>5.5.2</junit.jupiter.version>
23+
<mockito.version>3.1.0</mockito.version>
24+
<hamcrest.version>2.2</hamcrest.version>
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
</properties>
2727

@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-compiler-plugin</artifactId>
132-
<version>3.8.0</version>
132+
<version>3.8.1</version>
133133
<configuration>
134134
<release>8</release>
135135
<showWarnings>true</showWarnings>
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-surefire-plugin</artifactId>
148-
<version>2.22.1</version>
148+
<version>2.22.2</version>
149149
</plugin>
150150
</plugins>
151151
</build>
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.owasp</groupId>
160160
<artifactId>dependency-check-maven</artifactId>
161-
<version>4.0.2</version>
161+
<version>5.2.2</version>
162162
<configuration>
163163
<cveValidForHours>24</cveValidForHours>
164164
<failBuildOnCVSS>0</failBuildOnCVSS>
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>org.jacoco</groupId>
187187
<artifactId>jacoco-maven-plugin</artifactId>
188-
<version>0.8.3</version>
188+
<version>0.8.5</version>
189189
<executions>
190190
<execution>
191191
<id>prepare-agent</id>
@@ -217,7 +217,7 @@
217217
<plugins>
218218
<plugin>
219219
<artifactId>maven-source-plugin</artifactId>
220-
<version>3.0.1</version>
220+
<version>3.1.0</version>
221221
<executions>
222222
<execution>
223223
<id>attach-sources</id>
@@ -229,7 +229,7 @@
229229
</plugin>
230230
<plugin>
231231
<artifactId>maven-javadoc-plugin</artifactId>
232-
<version>3.0.1</version>
232+
<version>3.1.1</version>
233233
<executions>
234234
<execution>
235235
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)