Skip to content

Commit

Permalink
Upgrade springBootVersion=3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Jul 27, 2024
1 parent e0900ad commit 3784361
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/40-configuration-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

0 comments on commit 3784361

Please sign in to comment.