Skip to content

Commit 9f3a62c

Browse files
springboot@3.5.10 openapi-java@4.16.0
1 parent 28f02de commit 9f3a62c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111

1212
plugins {
1313
id 'java'
14-
id 'org.springframework.boot' version '3.5.9'
14+
id 'org.springframework.boot' version '3.5.10'
1515
// Spotless for the code style
1616
id "com.diffplug.spotless" version "8.1.0"
1717
id "com.github.ben-manes.versions" version "0.53.0"
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'org.springframework.boot:spring-boot-starter-security'
5555
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
5656
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:2.8.3'
57-
implementation 'com.openai:openai-java:4.13.0'
57+
implementation 'com.openai:openai-java:4.16.0'
5858
// RxJava2 for Flowable streaming support
5959
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
6060
implementation 'com.vladsch.flexmark:flexmark-all:0.64.8'

0 commit comments

Comments
 (0)