File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,19 @@ updates:
20
20
update-types :
21
21
- " patch"
22
22
- " minor"
23
+ exclude-patterns :
24
+ - " org.springframework.boot:*"
25
+ - " io.spring.dependency-management"
26
+ # All netty references are temporary overwrites that must be set carefully
27
+ # We do not need dependabot to send pull requests
28
+ - " io.netty:*"
23
29
other-dependencies :
24
30
exclude-patterns :
25
31
- " org.springframework.boot:*"
26
32
- " io.spring.dependency-management"
33
+ # All netty references are temporary overwrites that must be set carefully
34
+ # We do not need dependabot to send pull requests
35
+ - " io.netty:*"
27
36
patterns :
28
37
- " *"
29
38
update-types :
Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ dependencies {
68
68
// CVE Fixes
69
69
implementation libs. apache. commons. compress
70
70
implementation libs. okhttp3. logging. intercepter
71
+ // START Fixes https://www.cve.org/CVERecord?id=CVE-2025-58056 and https://www.cve.org/CVERecord?id=CVE-2025-58057
72
+ implementation libs. netty. codec
73
+ implementation libs. netty. codec. http
74
+ // END Fixes https://www.cve.org/CVERecord?id=CVE-2025-58056 and https://www.cve.org/CVERecord?id=CVE-2025-58057
71
75
// CVE Fixes End
72
76
73
77
implementation libs. modelcontextprotocol. spring. webflux
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
spring-boot = ' 3.5.5'
3
3
nimbus-jose-jwt = ' 10.0.2'
4
+ netty = ' 4.1.125.Final'
4
5
5
6
aws-msk-auth = ' 2.3.0'
6
7
azure-identity = ' 1.15.4'
@@ -149,3 +150,9 @@ prometheus-metrics-textformats = { module = 'io.prometheus:prometheus-metrics-ex
149
150
prometheus-metrics-exporter-pushgateway = { module = ' io.prometheus:prometheus-metrics-exporter-pushgateway' , version.ref = ' prometheus' }
150
151
151
152
snappy = {module = ' org.xerial.snappy:snappy-java' , version = ' 1.1.10.7' }
153
+
154
+ # CVE fixes
155
+ # START Fixes https://www.cve.org/CVERecord?id=CVE-2025-58056 and https://www.cve.org/CVERecord?id=CVE-2025-58057
156
+ netty-codec = {module = ' io.netty:netty-codec' , version.ref = ' netty' }
157
+ netty-codec-http = {module = ' io.netty:netty-codec-http' , version.ref = ' netty' }
158
+ # END Fixes https://www.cve.org/CVERecord?id=CVE-2025-58056 and https://www.cve.org/CVERecord?id=CVE-2025-58057
You can’t perform that action at this time.
0 commit comments