Skip to content

Commit

Permalink
Update sample to use Spring Boot 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Nov 21, 2024
1 parent 4c83d34 commit 0654746
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 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.4</version>
<version>3.3.6</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-M2</SPRING_AI_VERSION>
<SPRING_AI_VERSION>1.0.0-M3</SPRING_AI_VERSION>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -70,12 +70,6 @@
<artifactId>spring-ai-tika-document-reader</artifactId>
<version>${SPRING_AI_VERSION}</version>
</dependency>
<!-- Override commons-compress version to avoid GHSA-4g9r-vxhx-9pgx and GHSA-4265-ccf5-phj5 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.0</version>
</dependency>

<!-- Observability support -->
<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.4'
id 'org.springframework.boot' version '3.3.6'
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.4"
id("org.springframework.boot") version "3.3.6"
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.4</version>
<version>3.3.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down

0 comments on commit 0654746

Please sign in to comment.