Skip to content

Commit 640e386

Browse files
committed
Upgrade dependencies
1 parent 6fb6854 commit 640e386

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dependencies {
3232
implementation('org.springframework.boot:spring-boot-starter-validation')
3333
implementation 'org.springframework.boot:spring-boot-starter-web'
3434
implementation 'org.springframework.ai:spring-ai-openai-spring-boot-starter'
35-
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.0.7'
36-
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.0.7'
37-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
35+
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.1.0'
36+
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.0'
37+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4'
3838
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3939
testImplementation 'org.assertj:assertj-core:3.27.3'
4040
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

docs/ENDPOINTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Chat
66

7-
CChat with a bot. Ask a question, get a response.
7+
Chat with a bot. Ask a question, get a response.
88

99
```python
1010
POST /api/chat

0 commit comments

Comments
 (0)