Upgrade spring-boot 3.0.0-RC1

- Fixes #557
This commit is contained in:
Janne Valkealahti
2022-10-21 12:16:40 +01:00
parent b215705d49
commit 3e0ca620ea
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
version=3.0.0-SNAPSHOT
springBootVersion=3.0.0-M5
nativeBuildToolsVersion=0.9.14
springBootVersion=3.0.0-RC1
nativeBuildToolsVersion=0.9.16
commonsIoVersion=2.11.0
jlineVersion=3.21.0
st4Version=4.3.1

View File

@@ -18,6 +18,6 @@ springBoot {
graalvmNative {
metadataRepository {
version = "0.2.0"
version = "0.2.3"
}
}