Skip to content

Commit a8a6691

Browse files
committed
Upgrade to Spring Boot 2.7.17 and managed dependencies
Upgrades the following as well: * micrometer 1.9.16 * netty 4.1.100 * reactor-netty 1.0.38 * reactor 3.4.33 Closes gh-75
1 parent 943d4ae commit a8a6691

File tree

8 files changed

+145
-145
lines changed

8 files changed

+145
-145
lines changed

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
api 'io.rsocket:rsocket-core:1.1.+'
11-
api 'io.micrometer:micrometer-registry-prometheus:1.9.12'
11+
api 'io.micrometer:micrometer-registry-prometheus:1.9.16'
1212
implementation 'org.xerial.snappy:snappy-java:latest.release'
1313

1414
testImplementation 'ch.qos.logback:logback-classic:1.2.+'

client/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ commons-logging:commons-logging:1.2=nohttp
2222
info.picocli:picocli:3.9.5=nohttp-cli
2323
info.picocli:picocli:4.3.1=nohttp
2424
info.picocli:picocli:4.6.2=checkstyle
25-
io.micrometer:micrometer-core:1.9.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26-
io.micrometer:micrometer-registry-prometheus:1.9.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25+
io.micrometer:micrometer-core:1.9.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26+
io.micrometer:micrometer-registry-prometheus:1.9.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2727
io.netty:netty-buffer:4.1.81.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2828
io.netty:netty-codec-dns:4.1.81.Final=testCompileClasspath,testRuntimeClasspath
2929
io.netty:netty-codec-http2:4.1.81.Final=testCompileClasspath,testRuntimeClasspath

proxy-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22

33
plugins {
44
id 'java-library'
5-
id 'org.springframework.boot' version '2.7.13' apply false
5+
id 'org.springframework.boot' version '2.7.17' apply false
66
}
77

88
apply plugin: 'io.spring.dependency-management'

proxy-server/gradle.lockfile

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@ commons-logging:commons-logging:1.2=nohttp
2929
info.picocli:picocli:3.9.5=nohttp-cli
3030
info.picocli:picocli:4.3.1=nohttp
3131
info.picocli:picocli:4.6.2=checkstyle
32-
io.micrometer:micrometer-core:1.9.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33-
io.micrometer:micrometer-registry-prometheus:1.9.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
io.netty:netty-buffer:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35-
io.netty:netty-codec-dns:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36-
io.netty:netty-codec-http2:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37-
io.netty:netty-codec-http:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38-
io.netty:netty-codec-socks:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39-
io.netty:netty-codec:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
40-
io.netty:netty-common:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41-
io.netty:netty-handler-proxy:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
io.netty:netty-handler:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43-
io.netty:netty-resolver-dns-classes-macos:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44-
io.netty:netty-resolver-dns-native-macos:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45-
io.netty:netty-resolver-dns:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46-
io.netty:netty-resolver:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47-
io.netty:netty-transport-classes-epoll:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48-
io.netty:netty-transport-native-epoll:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49-
io.netty:netty-transport-native-unix-common:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
io.netty:netty-transport:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51-
io.projectreactor.netty:reactor-netty-core:1.0.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52-
io.projectreactor.netty:reactor-netty-http:1.0.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
53-
io.projectreactor:reactor-core:3.4.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
54-
io.projectreactor:reactor-test:3.4.30=testCompileClasspath,testRuntimeClasspath
32+
io.micrometer:micrometer-core:1.9.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
io.micrometer:micrometer-registry-prometheus:1.9.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
io.netty:netty-buffer:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
io.netty:netty-codec-dns:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37+
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38+
io.netty:netty-codec-socks:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39+
io.netty:netty-codec:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
40+
io.netty:netty-common:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41+
io.netty:netty-handler-proxy:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
io.netty:netty-handler:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43+
io.netty:netty-resolver-dns-classes-macos:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44+
io.netty:netty-resolver-dns-native-macos:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45+
io.netty:netty-resolver-dns:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46+
io.netty:netty-resolver:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47+
io.netty:netty-transport-classes-epoll:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48+
io.netty:netty-transport-native-epoll:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49+
io.netty:netty-transport-native-unix-common:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
io.netty:netty-transport:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51+
io.projectreactor.netty:reactor-netty-core:1.0.38=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52+
io.projectreactor.netty:reactor-netty-http:1.0.38=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
53+
io.projectreactor:reactor-core:3.4.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
54+
io.projectreactor:reactor-test:3.4.33=testCompileClasspath,testRuntimeClasspath
5555
io.prometheus:simpleclient:0.15.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5656
io.prometheus:simpleclient_common:0.15.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5757
io.prometheus:simpleclient_tracer_common:0.15.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -103,29 +103,29 @@ org.reflections:reflections:0.10.2=checkstyle
103103
org.skyscreamer:jsonassert:1.5.1=testCompileClasspath,testRuntimeClasspath
104104
org.slf4j:jul-to-slf4j:1.7.36=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
105105
org.slf4j:slf4j-api:1.7.36=compileClasspath,default,nohttp,nohttp-cli,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
106-
org.springframework.boot:spring-boot-actuator-autoconfigure:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107-
org.springframework.boot:spring-boot-actuator:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
108-
org.springframework.boot:spring-boot-autoconfigure:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
109-
org.springframework.boot:spring-boot-configuration-processor:2.7.13=annotationProcessor
110-
org.springframework.boot:spring-boot-starter-actuator:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
111-
org.springframework.boot:spring-boot-starter-json:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
112-
org.springframework.boot:spring-boot-starter-logging:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
113-
org.springframework.boot:spring-boot-starter-reactor-netty:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
114-
org.springframework.boot:spring-boot-starter-test:2.7.13=testCompileClasspath,testRuntimeClasspath
115-
org.springframework.boot:spring-boot-starter-webflux:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
116-
org.springframework.boot:spring-boot-starter:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
117-
org.springframework.boot:spring-boot-test-autoconfigure:2.7.13=testCompileClasspath,testRuntimeClasspath
118-
org.springframework.boot:spring-boot-test:2.7.13=testCompileClasspath,testRuntimeClasspath
119-
org.springframework.boot:spring-boot:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
120-
org.springframework:spring-aop:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
121-
org.springframework:spring-beans:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
122-
org.springframework:spring-context:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
123-
org.springframework:spring-core:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
124-
org.springframework:spring-expression:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
125-
org.springframework:spring-jcl:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
126-
org.springframework:spring-test:5.3.28=testCompileClasspath,testRuntimeClasspath
127-
org.springframework:spring-web:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
128-
org.springframework:spring-webflux:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
106+
org.springframework.boot:spring-boot-actuator-autoconfigure:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107+
org.springframework.boot:spring-boot-actuator:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
108+
org.springframework.boot:spring-boot-autoconfigure:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
109+
org.springframework.boot:spring-boot-configuration-processor:2.7.17=annotationProcessor
110+
org.springframework.boot:spring-boot-starter-actuator:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
111+
org.springframework.boot:spring-boot-starter-json:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
112+
org.springframework.boot:spring-boot-starter-logging:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
113+
org.springframework.boot:spring-boot-starter-reactor-netty:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
114+
org.springframework.boot:spring-boot-starter-test:2.7.17=testCompileClasspath,testRuntimeClasspath
115+
org.springframework.boot:spring-boot-starter-webflux:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
116+
org.springframework.boot:spring-boot-starter:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
117+
org.springframework.boot:spring-boot-test-autoconfigure:2.7.17=testCompileClasspath,testRuntimeClasspath
118+
org.springframework.boot:spring-boot-test:2.7.17=testCompileClasspath,testRuntimeClasspath
119+
org.springframework.boot:spring-boot:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
120+
org.springframework:spring-aop:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
121+
org.springframework:spring-beans:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
122+
org.springframework:spring-context:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
123+
org.springframework:spring-core:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
124+
org.springframework:spring-expression:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
125+
org.springframework:spring-jcl:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
126+
org.springframework:spring-test:5.3.30=testCompileClasspath,testRuntimeClasspath
127+
org.springframework:spring-web:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
128+
org.springframework:spring-webflux:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
129129
org.xerial.snappy:snappy-java:1.1.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
130130
org.xmlunit:xmlunit-core:2.9.1=testCompileClasspath,testRuntimeClasspath
131131
org.yaml:snakeyaml:1.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

proxy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.7.13'
2+
id 'org.springframework.boot' version '2.7.17'
33
}
44

55
apply plugin: 'io.spring.dependency-management'

0 commit comments

Comments
 (0)