File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ repositories {
3131}
3232
3333dependencies {
34- implementation platform(" org.springframework.ai:spring-ai-bom:1.0 .0" )
34+ implementation platform(" org.springframework.ai:spring-ai-bom:1.1 .0" )
3535 implementation ' org.springframework.boot:spring-boot-starter-actuator'
3636 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
3737 implementation ' org.springframework.boot:spring-boot-starter-security'
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ repositories {
3131}
3232
3333dependencies {
34- implementation platform(" org.springframework.ai:spring-ai-bom:1.0 .0" )
34+ implementation platform(" org.springframework.ai:spring-ai-bom:1.1 .0" )
3535 implementation ' org.springframework.boot:spring-boot-starter-actuator'
3636 implementation ' org.springframework.ai:spring-ai-starter-mcp-server-webmvc'
3737 testImplementation ' org.springframework.boot:spring-boot-starter-test'
38- testImplementation ' com.tngtech.archunit:archunit-junit5:1.4.0 '
38+ testImplementation ' com.tngtech.archunit:archunit-junit5:1.4.1 '
3939 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
4040}
4141
You can’t perform that action at this time.
0 commit comments