File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ subprojects {
69
69
70
70
// Security constraints
71
71
constraints {
72
- implementation(" org.springframework:spring-web:6.2.8 " ) {
72
+ implementation(" org.springframework:spring-web:6.2.10 " ) {
73
73
because(" versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12" )
74
74
}
75
75
implementation(" org.apache.tomcat.embed:tomcat-embed-core:10.1.42" ) {
@@ -78,6 +78,12 @@ subprojects {
78
78
implementation(" org.apache.commons:commons-lang3:3.18.0" ) {
79
79
because(" versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15" )
80
80
}
81
+ implementation(" io.projectreactor.netty:reactor-netty-http:1.2.9" ) {
82
+ because(" versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16" )
83
+ }
84
+ implementation(" io.netty:netty-codec-http2:4.1.124.Final" ) {
85
+ because(" versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17" )
86
+ }
81
87
}
82
88
}
83
89
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
java = " 21"
3
- spring-boot = " 3.5.3 "
3
+ spring-boot = " 3.5.4 "
4
4
spring-dependency-management = " 1.1.7"
5
- openapi-generator = " 7.13 .0"
5
+ openapi-generator = " 7.14 .0"
6
6
openapi-tools = " 0.2.6"
7
- swagger = " 2.2.34 "
8
- swagger-request-validator = " 2.44.9 "
7
+ swagger = " 2.2.36 "
8
+ swagger-request-validator = " 2.45.1 "
9
9
jakarta-validation = " 3.1.1"
10
10
lombok = " 1.18.38"
11
11
commons-codec = " 1.18.0"
@@ -17,8 +17,8 @@ checkstyle = "8.44"
17
17
pmd = " 7.14.0"
18
18
jacoco = " 0.8.13"
19
19
# Testing
20
- mockito = " 5.18 .0"
21
- junit-jupiter = " 5.13.1 "
20
+ mockito = " 5.19 .0"
21
+ junit-jupiter = " 5.13.4 "
22
22
junit-platform = " 1.13.4"
23
23
24
24
[libraries ]
Original file line number Diff line number Diff line change 1
- version : ' 1'
2
1
service :
3
2
name : openapi-validation-java
4
- type : Library
5
- main_language : Java
6
3
owner : chk
4
+ type : Library
7
5
level : best effort
6
+ main_language : Java
You can’t perform that action at this time.
0 commit comments