File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ repositories {
77}
88
99dependencies {
10- api ' io.rsocket:rsocket-core:1.0.0-RC7 '
10+ api ' io.rsocket:rsocket-core:1.0.0'
1111 api ' io.micrometer:micrometer-registry-prometheus:latest.release'
1212 implementation ' org.xerial.snappy:snappy-java:latest.release'
1313
1414 testImplementation ' ch.qos.logback:logback-classic:1.2.3'
1515 testImplementation ' org.junit.jupiter:junit-jupiter:5.5.+'
16- testImplementation ' io.rsocket:rsocket-transport-netty:1.0.0-RC7 '
17- testImplementation ' io.rsocket:rsocket-transport-local:1.0.0-RC7 '
16+ testImplementation ' io.rsocket:rsocket-transport-netty:1.0.0'
17+ testImplementation ' io.rsocket:rsocket-transport-local:1.0.0'
1818 testImplementation ' org.assertj:assertj-core:latest.release'
1919}
2020
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 2.2.6 .RELEASE'
2+ id ' org.springframework.boot' version ' 2.3.0 .RELEASE'
33 id ' com.bmuschko.docker-spring-boot-application' version ' 5.0.0'
44 id ' nebula.override' version ' 3.0.2'
55}
@@ -26,9 +26,8 @@ dependencies {
2626 implementation ' org.springframework.boot:spring-boot-starter-webflux'
2727 implementation ' io.micrometer:micrometer-registry-prometheus'
2828
29- implementation ' io.rsocket:rsocket-micrometer:1.0.0-RC7'
30- implementation ' io.rsocket:rsocket-transport-netty:1.0.0-RC7'
31- implementation ' io.rsocket:rsocket-core:1.0.0-RC7'
29+ implementation ' io.rsocket:rsocket-micrometer:1.0.0'
30+ implementation ' io.rsocket:rsocket-transport-netty:1.0.0'
3231
3332 implementation ' org.xerial.snappy:snappy-java:latest.release'
3433 annotationProcessor " org.springframework.boot:spring-boot-configuration-processor"
Original file line number Diff line number Diff line change @@ -9,19 +9,18 @@ repositories {
99
1010dependencyManagement {
1111 imports {
12- mavenBom ' org.springframework.boot:spring-boot-dependencies:2.2.6 .RELEASE'
12+ mavenBom ' org.springframework.boot:spring-boot-dependencies:2.3.0 .RELEASE'
1313 }
1414}
1515
1616dependencies {
17- api ' io.micrometer:micrometer-registry-prometheus:latest.release'
18- implementation ' io.micrometer:micrometer-core:latest.release'
17+ api ' io.micrometer:micrometer-registry-prometheus'
1918
2019 implementation ' org.springframework.boot:spring-boot-actuator-autoconfigure'
20+ implementation ' org.springframework.boot:spring-boot-autoconfigure'
2121 implementation project(' :prometheus-rsocket-client' )
2222
23- implementation ' io.rsocket:rsocket-core:1.0.0-RC7'
24- implementation ' io.rsocket:rsocket-transport-netty:1.0.0-RC7'
23+ implementation ' io.rsocket:rsocket-transport-netty:1.0.0'
2524
2625 annotationProcessor ' org.springframework.boot:spring-boot-autoconfigure-processor'
2726
You can’t perform that action at this time.
0 commit comments