mirror of https://github.com/knative/func.git
chore: update Springboot platform version to 3.5.4 (#2958)
Co-authored-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
21ab7f4ead
commit
c7c55da940
File diff suppressed because it is too large
Load Diff
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.5.4</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<groupId>com.example.events</groupId>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.5.4</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<groupId>com.example.events</groupId>
|
||||
|
|
Loading…
Reference in New Issue