We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa43249 + 36bfbf5 commit 36b3233Copy full SHA for 36b3233
1 file changed
pom.xml
@@ -42,7 +42,7 @@
42
<path>
43
<groupId>com.google.auto.value</groupId>
44
<artifactId>auto-value</artifactId>
45
- <version>1.7.2</version>
+ <version>1.9</version>
46
</path>
47
</annotationProcessorPaths>
48
</configuration>
@@ -300,7 +300,7 @@
300
<dependency>
301
<groupId>junit</groupId>
302
<artifactId>junit</artifactId>
303
- <version>4.13.1</version>
+ <version>4.13.2</version>
304
</dependency>
305
306
<!--
@@ -315,7 +315,7 @@
315
316
<groupId>com.google.truth</groupId>
317
<artifactId>truth</artifactId>
318
- <version>1.1.2</version>
+ <version>1.1.3</version>
319
<scope>test</scope>
320
321
0 commit comments