From 0e4dde02fea5de7dfc53f7ff958c08087408b620 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Mon, 15 May 2023 15:05:54 +0900 Subject: [PATCH] Upgrade to Spring Boot 2.7.11 Closes gh-67 --- client/build.gradle | 2 +- proxy-server/build.gradle | 2 +- proxy/build.gradle | 2 +- starter-spring/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/build.gradle b/client/build.gradle index d209905..177211a 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -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.+' diff --git a/proxy-server/build.gradle b/proxy-server/build.gradle index 57a6e13..a8847fc 100644 --- a/proxy-server/build.gradle +++ b/proxy-server/build.gradle @@ -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' diff --git a/proxy/build.gradle b/proxy/build.gradle index eafe60c..3e0d08b 100644 --- a/proxy/build.gradle +++ b/proxy/build.gradle @@ -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' diff --git a/starter-spring/build.gradle b/starter-spring/build.gradle index 2306805..e24ace9 100644 --- a/starter-spring/build.gradle +++ b/starter-spring/build.gradle @@ -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'