1212 */
1313plugins {
1414 id ' java'
15- id ' org.springframework.boot' version ' 3.4 .0'
15+ id ' org.springframework.boot' version ' 3.5 .0'
1616 id ' io.spring.dependency-management' version ' 1.1.7'
1717}
1818
@@ -31,19 +31,20 @@ repositories {
3131}
3232
3333dependencies {
34+ implementation platform(" org.springframework.ai:spring-ai-bom:1.0.0" )
3435 implementation ' org.springframework.boot:spring-boot-starter-actuator'
3536 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
3637 implementation ' org.springframework.boot:spring-boot-starter-security'
3738 implementation ' org.springframework.boot:spring-boot-starter-web'
38- implementation ' org.springframework.ai:spring-ai-tika-document-reader:1.0.0-SNAPSHOT '
39+ implementation ' org.springframework.ai:spring-ai-tika-document-reader'
3940 implementation ' org.liquibase:liquibase-core'
4041 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
4142 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
4243 implementation ' net.javacrumbs.shedlock:shedlock-spring:6.0.1'
43- implementation ' net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.0.1'
44- implementation ' org.springframework.ai:spring-ai-pgvector- store-spring-boot-starter:1.0.0-SNAPSHOT '
45- implementation ' org.springframework.ai:spring-ai-transformers-spring-boot- starter:1.0.0-SNAPSHOT '
46- implementation ' org.springframework.ai:spring-ai-ollama-spring-boot- starter:1.0.0-SNAPSHOT '
44+ implementation ' net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.0.1'
45+ implementation ' org.springframework.ai:spring-ai-starter-vector- store-pgvector '
46+ implementation ' org.springframework.ai:spring-ai-starter-model-transformers '
47+ implementation ' org.springframework.ai:spring-ai-starter-model-ollama '
4748 testImplementation ' org.springframework.boot:spring-boot-starter-test'
4849 testImplementation ' org.springframework.security:spring-security-test'
4950 testImplementation ' com.tngtech.archunit:archunit-junit5:1.4.0'
0 commit comments