Skip to content

Commit e09ca6f

Browse files
cushonError Prone Team
authored and
Error Prone Team
committed
More version updates
PiperOrigin-RevId: 423946894
1 parent 1d6383e commit e09ca6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
<extension>
356356
<groupId>kr.motd.maven</groupId>
357357
<artifactId>os-maven-plugin</artifactId>
358-
<version>1.4.0.Final</version>
358+
<version>1.6.2</version>
359359
</extension>
360360
</extensions>
361361
<plugins>
@@ -420,7 +420,7 @@
420420
<plugin>
421421
<groupId>org.xolstice.maven.plugins</groupId>
422422
<artifactId>protobuf-maven-plugin</artifactId>
423-
<version>0.5.1</version>
423+
<version>0.6.1</version>
424424
<configuration>
425425
<protoSourceRoot>src/main/proto</protoSourceRoot>
426426
<protoTestSourceRoot>src/test/proto</protoTestSourceRoot>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<guava.version>31.0.1-jre</guava.version>
3333
<gwt.version>2.8.2</gwt.version>
34-
<truth.version>1.1</truth.version>
34+
<truth.version>1.1.3</truth.version>
3535
<autoservice.version>1.0-rc6</autoservice.version>
3636
<autovalue.version>1.9</autovalue.version>
3737
<junit.version>4.13.1</junit.version>

0 commit comments

Comments
 (0)