Updates samples and tests boot and cloud versions

This commit is contained in:
spencergibb
2023-06-15 15:04:50 -04:00
parent 5618d36a23
commit 83bc24c828
23 changed files with 37 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=4.0.4-SNAPSHOT
BOM_VERSION=2022.0.4-SNAPSHOT
bootVersion=3.0.7
verifierVersion=4.1.0-SNAPSHOT
BOM_VERSION=2023.0.0-SNAPSHOT
bootVersion=3.2.0-SNAPSHOT

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.7</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath/>
</parent>