File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
24
24
implementation ' org.springframework.boot:spring-boot-starter-web'
25
25
implementation ' com.h2database:h2:2.2.224'
26
- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0 '
26
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3 '
27
27
28
28
implementation (' ch.qos.logback:logback-core:1.5.15' ){
29
29
because ' version brought in by spring boot 3.3.7 affected by CVE-2024-12798'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
24
24
implementation ' org.springframework.boot:spring-boot-starter-web'
25
25
implementation ' com.h2database:h2:2.2.224'
26
- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0 '
26
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3 '
27
27
28
28
implementation (' ch.qos.logback:logback-core:1.5.15' ){
29
29
because ' version brought in by spring boot 3.3.7 affected by CVE-2024-12798'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
24
24
implementation ' org.springframework.boot:spring-boot-starter-web'
25
25
implementation ' com.h2database:h2:2.2.224'
26
- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0 '
26
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3 '
27
27
28
28
implementation(' org.json:json:20240303' ) {
29
29
because ' previous versions are affected by multiple CVE'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
28
28
implementation ' org.springframework.boot:spring-boot-starter-web'
29
29
implementation ' com.h2database:h2:2.2.224'
30
- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0 '
30
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3 '
31
31
32
32
implementation(' org.json:json:20240303' ) {
33
33
because ' previous versions are affected by multiple CVE'
You can’t perform that action at this time.
0 commit comments