Fix Boot Version (Docs Module)

This commit is contained in:
Gary Russell
2023-11-20 12:46:14 -05:00
parent 9abd83330f
commit cee41c9f18

View File

@@ -76,7 +76,7 @@ ext {
mockitoVersion = '4.8.1'
reactorVersion = '2022.0.13'
scalaVersion = '2.13'
springBootVersion = '3.0.13' // docs module
springBootVersion = '3.0.12' // docs module
springDataVersion = '2022.0.12'
springRetryVersion = '2.0.4'
springVersion = '6.0.14'