Skip to content

Commit

Permalink
feat: spring boot 3.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed May 31, 2024
1 parent c1e7c78 commit b99fc4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.3'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand Down Expand Up @@ -45,11 +45,11 @@ dependencies {
testImplementation 'com.tngtech.archunit:archunit-junit5:1.1.0'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

if(project.hasProperty('useOllama')) {
// if(project.hasProperty('useOllama')) {
implementation 'org.springframework.ai:spring-ai-ollama-spring-boot-starter:0.8.1-SNAPSHOT'
} else {
implementation 'org.springframework.ai:spring-ai-openai-spring-boot-starter:0.8.1-SNAPSHOT'
}
// } else {
// implementation 'org.springframework.ai:spring-ai-openai-spring-boot-starter:0.8.1-SNAPSHOT'
// }
}

bootJar {
Expand Down

0 comments on commit b99fc4b

Please sign in to comment.