Skip to content

Commit

Permalink
Update samples to use Spring Boot 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Nov 21, 2024
1 parent 58294ff commit 9237fb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions spring-ai-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.6</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.vmware.tap.accelerators</groupId>
Expand All @@ -16,7 +16,7 @@
<properties>
<java.version>17</java.version>
<spring-cloud.version>2023.0.3</spring-cloud.version>
<SPRING_AI_VERSION>1.0.0-M3</SPRING_AI_VERSION>
<SPRING_AI_VERSION>1.0.0-M4</SPRING_AI_VERSION>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-music/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.3.6'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
id 'java'
id 'eclipse-wtp'
Expand Down
2 changes: 1 addition & 1 deletion tanzu-java-web-app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.springframework.boot") version "3.3.6"
id("org.springframework.boot") version "3.4.0"
id("io.spring.dependency-management") version "1.1.6"
id("org.graalvm.buildtools.native") version "0.10.3"
id("java")
Expand Down
2 changes: 1 addition & 1 deletion tanzu-java-web-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.6</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down

0 comments on commit 9237fb7

Please sign in to comment.