Skip to content

Commit cb3f550

Browse files
author
Sheridan C Rawlins
committed
Bump protobuf dependency up to 2.5.0.
1 parent afb4603 commit cb3f550

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.protobuf</groupId>
4444
<artifactId>protobuf-java</artifactId>
45-
<version>2.4.1</version>
45+
<version>2.5.0</version>
4646
<scope>provided</scope>
4747
</dependency>
4848
<dependency>

src/test/resources/proto/unittest.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ message TestNestedMessageHasBits {
410410

411411
// Test an enum that has multiple values with the same number.
412412
enum TestEnumWithDupValue {
413+
option allow_alias=true;
413414
FOO1 = 1;
414415
BAR1 = 2;
415416
BAZ = 3;

0 commit comments

Comments
 (0)