Skip to content

Commit cee41c9

Browse files
committed
Fix Boot Version (Docs Module)
1 parent 9abd833 commit cee41c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ext {
7676
mockitoVersion = '4.8.1'
7777
reactorVersion = '2022.0.13'
7878
scalaVersion = '2.13'
79-
springBootVersion = '3.0.13' // docs module
79+
springBootVersion = '3.0.12' // docs module
8080
springDataVersion = '2022.0.12'
8181
springRetryVersion = '2.0.4'
8282
springVersion = '6.0.14'

0 commit comments

Comments
 (0)