Bumping versions to 4.0.7-SNAPSHOT after release

This commit is contained in:
buildmaster
2024-01-25 20:42:39 +00:00
parent b5d33ec922
commit af9adb914d
55 changed files with 83 additions and 83 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.9</version>
<version>3.0.13</version>
<relativePath/>
</parent>
<groupId>com.example.grpc</groupId>
@@ -16,7 +16,7 @@
<name>function-sample-grpc-cloudevent</name>
<description>Demo project for Spring Boot</description>
<properties>
<spring-cloud-function.version>4.0.6-SNAPSHOT</spring-cloud-function.version>
<spring-cloud-function.version>4.0.7-SNAPSHOT</spring-cloud-function.version>
<grpc.version>1.55.1</grpc.version>
</properties>
<dependencies>