Skip to content

Commit

Permalink
Merge branch 'main' into renovate/org.apache.maven.plugins-maven-comp…
Browse files Browse the repository at this point in the history
…iler-plugin-3.x
  • Loading branch information
meltsufin committed Feb 23, 2022
2 parents fa43249 + 36bfbf5 commit 36b3233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<path>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.7.2</version>
<version>1.9</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down Expand Up @@ -300,7 +300,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
</dependency>

<!--
Expand All @@ -315,7 +315,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 36b3233

Please sign in to comment.