From 3784361e9d215b160fdc0ef3a70afef472795296 Mon Sep 17 00:00:00 2001 From: Freeman Liu Date: Sat, 27 Jul 2024 14:35:08 +0800 Subject: [PATCH] Upgrade springBootVersion=3.3.2 --- gradle.properties | 10 +++++----- website/docs/40-configuration-properties.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index c1a0ad2..eedf2d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group=io.github.danielliu1123 version=3.3.2-RC1-SNAPSHOT -springBootVersion=3.3.1 +springBootVersion=3.3.2 # https://docs.spring.io/spring-cloud-release/reference/index.html # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies -#springCloudVersion=2023.0.2 -springCloudContextVersion=4.1.3 +#springCloudVersion=2023.0.3 +springCloudContextVersion=4.1.4 # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies -springCloudStarterLoadBalancerVersion=4.1.3 +springCloudStarterLoadBalancerVersion=4.1.4 # https://github.com/spring-gradle-plugins/dependency-management-plugin springDependencyManagementVersion=1.1.6 @@ -18,7 +18,7 @@ springConfigurationPropertyDocumenterVersion=0.7.1 # https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless spotlessVersion=6.25.0 # https://plugins.gradle.org/plugin/com.github.spotbugs -spotbugsVersion=6.0.18 +spotbugsVersion=6.0.19 # https://github.com/spotbugs/spotbugs-gradle-plugin/blob/master/build.gradle.kts spotbugsAnnotationsVersion=4.8.6 diff --git a/website/docs/40-configuration-properties.md b/website/docs/40-configuration-properties.md index 72967bb..df281c8 100644 --- a/website/docs/40-configuration-properties.md +++ b/website/docs/40-configuration-properties.md @@ -41,4 +41,4 @@ This page was generated by [spring-configuration-property-documenter](https://gi |---|----|-----------|-------------|-----------| | enabled| java.lang.Boolean| Whether to enable refresh exchange clients, default \{@code false}. <p> This feature needs \{@code spring-cloud-context} dependency in the classpath. <p color="orange"> NOTE: This feature is not supported by native image. @see <a href="https://github.com/spring-cloud/spring-cloud-release/wiki/AOT-transformations-and-native-image-support#refresh-scope">Refresh Scope</a>| false| | -This is a generated file, generated at: **2024-07-10T21:21:06.950424** +This is a generated file, generated at: **2024-07-27T14:35:14.685256**