Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.7.13
Browse files Browse the repository at this point in the history
Closes gh-71

(cherry picked from commit c741de2)
  • Loading branch information
jonatan-ivanov authored and shakuzen committed Jul 7, 2023
1 parent 0fa85f5 commit 3c51e50
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.10'
api 'io.micrometer:micrometer-registry-prometheus:1.9.12'
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.11' apply false
id 'org.springframework.boot' version '2.7.13' 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.11'
id 'org.springframework.boot' version '2.7.13'
}

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.11' apply false
id 'org.springframework.boot' version '2.7.13' apply false
}

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

0 comments on commit 3c51e50

Please sign in to comment.