Updates samples versions to boot 3.2 and cloud projects to 4.1

This commit is contained in:
spencergibb
2023-06-21 12:27:06 -04:00
parent 509df2f727
commit ef222931b8
34 changed files with 77 additions and 77 deletions

View File

@@ -15,7 +15,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/> <!-- lookup parent from repository -->
</parent>
@@ -23,7 +23,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-gcp</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>
</dependency>
</dependencies>