We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c3f877 + a6ff67c commit 667d09bCopy full SHA for 667d09b
pom.xml
@@ -28,7 +28,7 @@
28
<maven.compiler.source>1.8</maven.compiler.source>
29
<maven.compiler.target>1.8</maven.compiler.target>
30
<grpc.version>1.20.0</grpc.version>
31
- <os.plugin.version>1.5.0.Final</os.plugin.version>
+ <os.plugin.version>1.6.2</os.plugin.version>
32
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
33
<protoc.version>3.5.1</protoc.version>
34
</properties>
springboot-example-lognet/pom.xml
@@ -75,7 +75,7 @@
75
<extension>
76
<groupId>kr.motd.maven</groupId>
77
<artifactId>os-maven-plugin</artifactId>
78
- <version>1.5.0.Final</version>
+ <version>1.6.2</version>
79
</extension>
80
</extensions>
81
<plugins>
0 commit comments