File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ the specific language governing permissions and limitations under the License. -
3232 <groupId >org.springframework.boot</groupId >
3333 <artifactId >spring-boot-starter-actuator</artifactId >
3434 </dependency >
35+ <dependency >
36+ <groupId >org.springframework.boot</groupId >
37+ <artifactId >spring-boot-starter-restclient</artifactId >
38+ </dependency >
3539 <dependency >
3640 <groupId >org.springframework.boot</groupId >
3741 <artifactId >spring-boot-starter-data-mongodb-reactive</artifactId >
@@ -115,6 +119,11 @@ the specific language governing permissions and limitations under the License. -
115119 <artifactId >spring-boot-starter-websocket-test</artifactId >
116120 <scope >test</scope >
117121 </dependency >
122+ <dependency >
123+ <groupId >org.springframework.boot</groupId >
124+ <artifactId >spring-boot-starter-restclient-test</artifactId >
125+ <scope >test</scope >
126+ </dependency >
118127 <dependency >
119128 <groupId >org.springframework.ai</groupId >
120129 <artifactId >spring-ai-starter-model-chat-memory</artifactId >
Original file line number Diff line number Diff line change 2828 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2929 <project .build.finalName>AngularPwaMessenger</project .build.finalName>
3030 <java .version>25</java .version>
31- <spring-ai .version>1.0 .0</spring-ai .version>
31+ <spring-ai .version>1.1 .0</spring-ai .version>
3232 <docker .image.prefix>angular2guy</docker .image.prefix>
3333 <!-- <npm.test.script>test-chromium</npm.test.script> -->
3434 <npm .test.script>test</npm .test.script>
You can’t perform that action at this time.
0 commit comments