Skip to content

Commit

Permalink
Update dependencies, add classifier for servicetalk-grpc-protoc in po…
Browse files Browse the repository at this point in the history
…m.xml (#1)
  • Loading branch information
idelpivnitskiy authored May 13, 2022
1 parent 2128c9a commit ac8d2f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ issueManagementUrl=https://github.com/servicetalk/examples/issues
ciManagementUrl=https://github.com/servicetalk/examples/actions

# dependency versions
servicetalkVersion=0.42.0
log4jVersion=2.17.1
slf4jVersion=1.7.32
servicetalkVersion=0.42.10
log4jVersion=2.17.2
slf4jVersion=1.7.36

jaxRsVersion=2.1.6
jerseyVersion=2.35

jacksonVersion=2.13.1
jacksonVersion=2.13.2.2
openTracingVersion=0.33.0

spotbugsPluginVersion=4.7.5

# gRPC
protobufGradlePluginVersion=0.8.18
protobufVersion=3.19.2
protobufVersion=3.20.0

5 changes: 3 additions & 2 deletions grpc/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<url>https://servicetalk.io</url>

<properties>
<servicetalk.version>0.42.0</servicetalk.version>
<servicetalk.version>0.42.10</servicetalk.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<protoc.version>3.19.2</protoc.version>
<protoc.version>3.20.0</protoc.version>
<os-maven-plugin.version>1.6.0</os-maven-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
</properties>
Expand Down Expand Up @@ -53,6 +53,7 @@
<groupId>io.servicetalk</groupId>
<artifactId>servicetalk-grpc-protoc</artifactId>
<version>${servicetalk.version}</version>
<classifier>all</classifier>
<mainClass>io.servicetalk.grpc.protoc.Main</mainClass>
</protocPlugin>
</protocPlugins>
Expand Down

0 comments on commit ac8d2f0

Please sign in to comment.