Skip to content

Commit a82f32c

Browse files
committed
release 4.0.2
1 parent adfe9b0 commit a82f32c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

gradle.properties

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
group=io.github.danielliu1123
2-
version=4.0.1-SNAPSHOT
2+
version=4.0.2-SNAPSHOT
33

44
# Spring related
55
# https://github.com/spring-projects/spring-boot
6-
springBootVersion=4.0.1
6+
springBootVersion=4.0.2
77
# https://docs.spring.io/spring-cloud-release/reference/index.html
88
# https://central.sonatype.com/artifact/org.springframework.cloud/spring-cloud-dependencies
99
#springCloudVersion=2025.1.0
@@ -31,7 +31,7 @@ protovalidateVersion=1.0.1
3131
# https://github.com/google/cel-java
3232
celVersion=0.11.1
3333
# https://github.com/springdoc/springdoc-openapi
34-
springdocVersion=3.0.0
34+
springdocVersion=3.0.1
3535
# https://github.com/DanielLiu1123/springdoc-bridge
3636
springdocBridgeVersion=1.0.0
3737

@@ -40,12 +40,10 @@ springdocBridgeVersion=1.0.0
4040
protobufPluginVersion=0.9.6
4141
# https://github.com/spring-gradle-plugins/dependency-management-plugin
4242
springDependencyManagementPluginVersion=1.1.7
43-
# https://github.com/spring-gradle-plugins/nullability-plugin
44-
springNullabilityPluginVersion=0.0.9
4543
# https://github.com/graalvm/native-build-tools
4644
graalvmBuildToolsVersion=0.11.3
4745
# https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless
48-
spotlessVersion=8.1.0
46+
spotlessVersion=8.2.1
4947
# https://plugins.gradle.org/plugin/com.github.spotbugs
5048
spotbugsVersion=6.4.8
5149
# https://github.com/spotbugs/spotbugs-gradle-plugin/blob/master/build.gradle.kts
@@ -56,9 +54,9 @@ springConfigPropertyDocumenterPluginVersion=0.7.2
5654
# https://github.com/tbroyer/gradle-errorprone-plugin
5755
errorPronePluginVersion=4.3.0
5856
# https://github.com/uber/nullaway
59-
nullAwayVersion=0.12.15
57+
nullAwayVersion=0.13.1
6058
# https://github.com/google/error-prone
61-
# 2.42.0 needs JDK 21+: https://github.com/google/error-prone/releases/tag/v2.43.0
59+
# 2.43.0 needs JDK 21+: https://github.com/google/error-prone/releases/tag/v2.43.0
6260
errorProneCoreVersion=2.42.0
6361

6462
# Publishing

0 commit comments

Comments
 (0)