Skip to content

Commit dda9203

Browse files
authored
Merge pull request #21 from saturnism/dependabot/maven/org.xolstice.maven.plugins-protobuf-maven-plugin-0.6.1
Bump protobuf-maven-plugin from 0.5.0 to 0.6.1
2 parents fe5bd3c + 4bd09d9 commit dda9203

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<maven.compiler.target>1.8</maven.compiler.target>
3030
<grpc.version>1.11.0</grpc.version>
3131
<os.plugin.version>1.5.0.Final</os.plugin.version>
32-
<protobuf.plugin.version>0.5.0</protobuf.plugin.version>
32+
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
3333
<protoc.version>3.5.1</protoc.version>
3434
</properties>
3535
<modules>

springboot-example-lognet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.xolstice.maven.plugins</groupId>
8888
<artifactId>protobuf-maven-plugin</artifactId>
89-
<version>0.5.1</version>
89+
<version>0.6.1</version>
9090
<configuration>
9191
<protocArtifact>com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}</protocArtifact>
9292
<pluginId>grpc-java</pluginId>

0 commit comments

Comments
 (0)