Skip to content

Commit

Permalink
Bump protobuf dependency up to 2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheridan C Rawlins committed Oct 14, 2015
1 parent afb4603 commit cb3f550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.4.1</version>
<version>2.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/proto/unittest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ message TestNestedMessageHasBits {

// Test an enum that has multiple values with the same number.
enum TestEnumWithDupValue {
option allow_alias=true;
FOO1 = 1;
BAR1 = 2;
BAZ = 3;
Expand Down

0 comments on commit cb3f550

Please sign in to comment.