Skip to content

Commit 170b26f

Browse files
committed
Fix CVE
1 parent 4fd10ed commit 170b26f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ dependencies {
9595
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
9696

9797
//Fix CVE-2025-24813
98-
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.35'
99-
implementation 'org.apache.tomcat.embed:tomcat-embed-el:10.1.35'
100-
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:10.1.35'
98+
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.40'
99+
implementation 'org.apache.tomcat.embed:tomcat-embed-el:10.1.40'
100+
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:10.1.40'
101101

102102

103103
implementation 'com.opencsv:opencsv:5.10'
104104
implementation "org.jooq:jooq:${jooqVersion}"
105105

106106
// Optional for spring-boot-starter-amqp
107107
implementation "com.rabbitmq:http-client:5.3.0"
108-
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.2") // supports gzip encoding
108+
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.3") // supports gzip encoding
109109

110110
// check authentication error response format for versions higher than 6.21.3
111111
implementation('net.sf.jasperreports:jasperreports:6.21.3') { //TODO: consider upgrade to 7.0.1+

0 commit comments

Comments
 (0)