Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.7.17 and managed dependencies
Browse files Browse the repository at this point in the history
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
  • Loading branch information
shakuzen committed Nov 8, 2023
1 parent 943d4ae commit a8a6691
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

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

testImplementation 'ch.qos.logback:logback-classic:1.2.+'
Expand Down
4 changes: 2 additions & 2 deletions client/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ commons-logging:commons-logging:1.2=nohttp
info.picocli:picocli:3.9.5=nohttp-cli
info.picocli:picocli:4.3.1=nohttp
info.picocli:picocli:4.6.2=checkstyle
io.micrometer:micrometer-core:1.9.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.micrometer:micrometer-registry-prometheus:1.9.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.micrometer:micrometer-core:1.9.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.micrometer:micrometer-registry-prometheus:1.9.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.81.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-dns:4.1.81.Final=testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-http2:4.1.81.Final=testCompileClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion proxy-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'java-library'
id 'org.springframework.boot' version '2.7.13' apply false
id 'org.springframework.boot' version '2.7.17' apply false
}

apply plugin: 'io.spring.dependency-management'
Expand Down
92 changes: 46 additions & 46 deletions proxy-server/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,29 @@ commons-logging:commons-logging:1.2=nohttp
info.picocli:picocli:3.9.5=nohttp-cli
info.picocli:picocli:4.3.1=nohttp
info.picocli:picocli:4.6.2=checkstyle
io.micrometer:micrometer-core:1.9.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.micrometer:micrometer-registry-prometheus:1.9.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-dns:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-http2:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-http:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-socks:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-common:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-handler-proxy:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-handler:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver-dns-classes-macos:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver-dns-native-macos:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver-dns:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-classes-epoll:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-native-epoll:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport:4.1.94.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.projectreactor.netty:reactor-netty-core:1.0.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.projectreactor.netty:reactor-netty-http:1.0.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.projectreactor:reactor-core:3.4.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.projectreactor:reactor-test:3.4.30=testCompileClasspath,testRuntimeClasspath
io.micrometer:micrometer-core:1.9.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.micrometer:micrometer-registry-prometheus:1.9.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-dns:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec-socks:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-handler-proxy:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-handler:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver-dns-classes-macos:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver-dns-native-macos:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver-dns:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-classes-epoll:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-native-epoll:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport:4.1.100.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.projectreactor.netty:reactor-netty-core:1.0.38=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.projectreactor.netty:reactor-netty-http:1.0.38=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.projectreactor:reactor-core:3.4.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.projectreactor:reactor-test:3.4.33=testCompileClasspath,testRuntimeClasspath
io.prometheus:simpleclient:0.15.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.prometheus:simpleclient_common:0.15.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.prometheus:simpleclient_tracer_common:0.15.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down Expand Up @@ -103,29 +103,29 @@ org.reflections:reflections:0.10.2=checkstyle
org.skyscreamer:jsonassert:1.5.1=testCompileClasspath,testRuntimeClasspath
org.slf4j:jul-to-slf4j:1.7.36=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:1.7.36=compileClasspath,default,nohttp,nohttp-cli,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-actuator-autoconfigure:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-actuator:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-autoconfigure:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-configuration-processor:2.7.13=annotationProcessor
org.springframework.boot:spring-boot-starter-actuator:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-json:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-logging:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-reactor-netty:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-test:2.7.13=testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-webflux:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-test-autoconfigure:2.7.13=testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-test:2.7.13=testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot:2.7.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-aop:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-beans:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-context:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-core:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-expression:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-jcl:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-test:5.3.28=testCompileClasspath,testRuntimeClasspath
org.springframework:spring-web:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-webflux:5.3.28=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-actuator-autoconfigure:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-actuator:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-autoconfigure:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-configuration-processor:2.7.17=annotationProcessor
org.springframework.boot:spring-boot-starter-actuator:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-json:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-logging:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-reactor-netty:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-test:2.7.17=testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter-webflux:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-starter:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-test-autoconfigure:2.7.17=testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot-test:2.7.17=testCompileClasspath,testRuntimeClasspath
org.springframework.boot:spring-boot:2.7.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-aop:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-beans:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-context:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-core:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-expression:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-jcl:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-test:5.3.30=testCompileClasspath,testRuntimeClasspath
org.springframework:spring-web:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-webflux:5.3.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.xerial.snappy:snappy-java:1.1.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.xmlunit:xmlunit-core:2.9.1=testCompileClasspath,testRuntimeClasspath
org.yaml:snakeyaml:1.30=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion proxy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.7.13'
id 'org.springframework.boot' version '2.7.17'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
Loading

0 comments on commit a8a6691

Please sign in to comment.