Skip to content

Commit

Permalink
Bump protobuf version to 3.19.3 (merge ce/main -> ce/21.12 90130)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v21.12/": change = 90131]
  • Loading branch information
thegridman committed Jan 18, 2022
1 parent 8b23a83 commit ad704ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prj/coherence-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<opentracing.tracerresolver.version>0.1.8</opentracing.tracerresolver.version>
<oracle.db.version>11.2.0.3.0</oracle.db.version>
<jandex.version>2.3.1.Final</jandex.version>
<protobuf.version>3.10.0</protobuf.version>
<protobuf.version>3.19.3</protobuf.version>
<resin.version>3.0</resin.version>
<rxjava.version>3.0.2</rxjava.version>
<sdoapi.version>12.2.0.1.0</sdoapi.version>
Expand Down Expand Up @@ -1054,7 +1054,7 @@
</execution>
</executions>
<configuration>
<protocArtifact>com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
Expand Down

0 comments on commit ad704ef

Please sign in to comment.