Skip to content

Commit

Permalink
uprev to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbahr committed Nov 5, 2018
1 parent 8d18329 commit bd60e9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ allprojects {
apply plugin: 'net.saliman.properties'

ext {
proteusVersion = '1.5.0'
proteusVersion = '1.5.2'
protobufVersion = '3.6.1'
rsocketRpcVersion = '0.2.4'
rsocketRpcVersion = '0.2.10'
springBootDependenciesVersion = '2.0.5.RELEASE'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=io.netifi.proteus
version=1.5.0
version=1.5.2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import io.rsocket.rpc.AbstractRSocketService;

@javax.annotation.Generated(
value = "by RSocket RPC proto compiler (version 0.2.2)",
value = "by RSocket RPC proto compiler (version 0.2.10)",
comments = "Source: isvowel.proto")
@io.rsocket.rpc.annotations.internal.Generated(
type = io.rsocket.rpc.annotations.internal.ResourceType.SERVICE,
Expand Down

0 comments on commit bd60e9f

Please sign in to comment.