Skip to content

Commit efff90c

Browse files
committed
bump protoc version
1 parent 52e6e84 commit efff90c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
65

76
<groupId>org.grpcmock</groupId>
@@ -23,11 +22,11 @@
2322
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2423
<java.version>1.8</java.version>
2524

26-
<jprotoc.version>1.1.0</jprotoc.version>
25+
<jprotoc.version>1.2.2</jprotoc.version>
2726
<canteen.version>1.1.0</canteen.version>
2827
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
2928
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
30-
<protoc.version>3.15.8</protoc.version>
29+
<protoc.version>3.22.2</protoc.version>
3130
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
3231
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
3332
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>

0 commit comments

Comments
 (0)