Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.7.11
Browse files Browse the repository at this point in the history
Closes gh-67
  • Loading branch information
shakuzen committed May 15, 2023
1 parent a726cde commit 0e4dde0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2'
api 'io.micrometer:micrometer-registry-prometheus:1.9.10'
implementation 'org.xerial.snappy:snappy-java:latest.release'

testImplementation 'ch.qos.logback:logback-classic:1.2.+'
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.2' apply false
id 'org.springframework.boot' version '2.7.11' apply false
}

apply plugin: 'io.spring.dependency-management'
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.2'
id 'org.springframework.boot' version '2.7.11'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
2 changes: 1 addition & 1 deletion starter-spring/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.2' apply false
id 'org.springframework.boot' version '2.7.11' apply false
}

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

0 comments on commit 0e4dde0

Please # to comment.