Skip to content

Commit a062cd2

Browse files
chore: update Springboot platform version to 3.4.6 (knative#2834)
Co-authored-by: Knative Automation <[email protected]>
1 parent 8a9583e commit a062cd2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

generate/zz_filesystem_generated.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/springboot/cloudevents/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.4.5</version>
7+
<version>3.4.6</version>
88
<relativePath/>
99
</parent>
1010
<groupId>com.example.events</groupId>

templates/springboot/http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.4.5</version>
7+
<version>3.4.6</version>
88
<relativePath/>
99
</parent>
1010
<groupId>com.example.events</groupId>

0 commit comments

Comments
 (0)