Skip to content

Commit 1f0301e

Browse files
committed
next dev version
1 parent 2a4822c commit 1f0301e

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gradleErrorPronePluginVersion=2.0.2
55
errorProneVersion=2.7.1
66
lombokVersion=1.18.20
77

8-
version=4.6.0
8+
version=4.6.1-SNAPSHOT
99
group=io.github.lognet
1010
description=Spring Boot starter for Google RPC.
1111
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

grpc-spring-boot-starter-demo/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ dependencies {
8888
testCompile "org.springframework.cloud:spring-cloud-config-client"
8989
testCompile "org.springframework.cloud:spring-cloud-starter-bootstrap"
9090

91-
testCompile "com.playtika.testcontainers:embedded-keycloak:2.0.16"
92-
testCompile "com.playtika.testcontainers:embedded-consul:2.0.16"
91+
testCompile "com.playtika.testcontainers:embedded-keycloak:2.0.18"
92+
testCompile "com.playtika.testcontainers:embedded-consul:2.0.18"
9393

9494
testImplementation 'org.hamcrest:hamcrest:2.2'
9595
testImplementation 'org.mockito:mockito-core:2.23.0'
@@ -100,13 +100,10 @@ dependencies {
100100

101101
bothPureAndShadedNettyTestCompile "io.grpc:grpc-netty"
102102

103-
kafkaStreamTestCompile "com.playtika.testcontainers:embedded-kafka:2.0.9"
103+
kafkaStreamTestCompile "com.playtika.testcontainers:embedded-kafka:2.0.18"
104104
kafkaStreamTestCompile "org.springframework.cloud:spring-cloud-starter-stream-kafka"
105105

106106

107-
//testCompile "org.testcontainers:junit-jupiter:1.14.3"
108-
109-
110107
}
111108

112109
configurations.all {

grpc-spring-boot-starter-demo/src/test/resources/application-consul-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ spring:
1010
host: ${embedded.consul.host}
1111
service-registry:
1212
auto-registration:
13-
enabled: true
13+
enabled: true
14+
grpc:
15+
consul:
16+
discovery:
17+
prefer-ip-address: true

0 commit comments

Comments
 (0)