Skip to content

Commit f3adb18

Browse files
committed
Update plugin
1 parent 069ff73 commit f3adb18

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

samples/grpc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>io.github.ascopes</groupId>
123123
<artifactId>protobuf-maven-plugin</artifactId>
124-
<version>3.8.0</version>
124+
<version>3.10.2</version>
125125
<configuration>
126126
<protocVersion>${protobuf-java.version}</protocVersion>
127127
<binaryMavenPlugins>

samples/grpc-oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>io.github.ascopes</groupId>
119119
<artifactId>protobuf-maven-plugin</artifactId>
120-
<version>3.8.0</version>
120+
<version>3.10.2</version>
121121
<configuration>
122122
<protocVersion>${protobuf-java.version}</protocVersion>
123123
<binaryMavenPlugins>

samples/grpc-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>io.github.ascopes</groupId>
141141
<artifactId>protobuf-maven-plugin</artifactId>
142-
<version>3.8.0</version>
142+
<version>3.10.2</version>
143143
<configuration>
144144
<protocVersion>${protobuf-java.version}</protocVersion>
145145
<binaryMavenPlugins>

samples/grpc-secure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>io.github.ascopes</groupId>
108108
<artifactId>protobuf-maven-plugin</artifactId>
109-
<version>3.8.0</version>
109+
<version>3.10.2</version>
110110
<configuration>
111111
<protocVersion>${protobuf-java.version}</protocVersion>
112112
<binaryMavenPlugins>

samples/grpc-server-netty-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>io.github.ascopes</groupId>
109109
<artifactId>protobuf-maven-plugin</artifactId>
110-
<version>3.8.0</version>
110+
<version>3.10.2</version>
111111
<configuration>
112112
<protocVersion>${protobuf-java.version}</protocVersion>
113113
<binaryMavenPlugins>

samples/grpc-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>io.github.ascopes</groupId>
121121
<artifactId>protobuf-maven-plugin</artifactId>
122-
<version>3.8.0</version>
122+
<version>3.10.2</version>
123123
<configuration>
124124
<protocVersion>${protobuf-java.version}</protocVersion>
125125
<binaryMavenPlugins>

samples/grpc-tomcat-secure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>io.github.ascopes</groupId>
108108
<artifactId>protobuf-maven-plugin</artifactId>
109-
<version>3.8.0</version>
109+
<version>3.10.2</version>
110110
<configuration>
111111
<protocVersion>${protobuf-java.version}</protocVersion>
112112
<binaryMavenPlugins>

samples/grpc-tomcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>io.github.ascopes</groupId>
112112
<artifactId>protobuf-maven-plugin</artifactId>
113-
<version>3.8.0</version>
113+
<version>3.10.2</version>
114114
<configuration>
115115
<protocVersion>${protobuf-java.version}</protocVersion>
116116
<binaryMavenPlugins>

samples/grpc-webflux-secure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>io.github.ascopes</groupId>
122122
<artifactId>protobuf-maven-plugin</artifactId>
123-
<version>3.8.0</version>
123+
<version>3.10.2</version>
124124
<configuration>
125125
<protocVersion>${protobuf-java.version}</protocVersion>
126126
<binaryMavenPlugins>

samples/grpc-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>io.github.ascopes</groupId>
108108
<artifactId>protobuf-maven-plugin</artifactId>
109-
<version>3.8.0</version>
109+
<version>3.10.2</version>
110110
<configuration>
111111
<protocVersion>${protobuf-java.version}</protocVersion>
112112
<binaryMavenPlugins>

0 commit comments

Comments
 (0)