1
1
plugins {
2
2
id ' java'
3
- id ' org.cyclonedx.bom' version ' 2.2.0 '
3
+ id ' org.cyclonedx.bom' version ' 2.3.1 '
4
4
id ' com.gorylenko.gradle-git-properties' version ' 2.5.0'
5
- id ' org.springframework.boot' version ' 3.4.4 '
5
+ id ' org.springframework.boot' version ' 3.5.3 '
6
6
id ' io.spring.dependency-management' version ' 1.1.7'
7
7
id ' org.springdoc.openapi-gradle-plugin' version ' 1.9.0'
8
8
}
@@ -18,23 +18,20 @@ java {
18
18
19
19
repositories {
20
20
mavenCentral()
21
- maven { url ' https://packages.atlassian.com/repository/public' }
22
- maven { url ' https://repo.spring.io/milestone' }
23
- maven { url ' https://repo.spring.io/snapshot' }
24
21
}
25
22
26
23
ext {
27
- set(' springAiVersion' , " 1.0.0-SNAPSHOT " )
24
+ set(' springAiVersion' , " 1.0.0" )
28
25
}
29
26
30
27
dependencies {
31
28
implementation(' org.springframework.boot:spring-boot-starter-actuator' )
32
29
implementation(' org.springframework.boot:spring-boot-starter-validation' )
33
30
implementation ' org.springframework.boot:spring-boot-starter-web'
34
31
implementation ' org.springframework.ai:spring-ai-starter-model-openai'
35
- implementation ' io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.1.1 '
36
- implementation ' io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.1 '
37
- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6 '
32
+ implementation ' io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.1.3 '
33
+ implementation ' io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.3 '
34
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9 '
38
35
testImplementation ' org.springframework.boot:spring-boot-starter-test'
39
36
testImplementation ' org.assertj:assertj-core:3.27.3'
40
37
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
0 commit comments