Skip to content

Commit

Permalink
More version updates
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 423946894
  • Loading branch information
cushon authored and Error Prone Team committed Jan 25, 2022
1 parent 1d6383e commit e09ca6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -355,7 +355,7 @@
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.4.0.Final</version>
<version>1.6.2</version>
</extension>
</extensions>
<plugins>
Expand Down Expand Up @@ -420,7 +420,7 @@
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.5.1</version>
<version>0.6.1</version>
<configuration>
<protoSourceRoot>src/main/proto</protoSourceRoot>
<protoTestSourceRoot>src/test/proto</protoTestSourceRoot>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -31,7 +31,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<guava.version>31.0.1-jre</guava.version>
<gwt.version>2.8.2</gwt.version>
<truth.version>1.1</truth.version>
<truth.version>1.1.3</truth.version>
<autoservice.version>1.0-rc6</autoservice.version>
<autovalue.version>1.9</autovalue.version>
<junit.version>4.13.1</junit.version>
Expand Down

0 comments on commit e09ca6f

Please sign in to comment.