Skip to content

Commit 4910ba5

Browse files
committed
Fix CVE
1 parent df2d756 commit 4910ba5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ ext['hibernate-validator.version'] = '8.0.2.Final'
2626

2727
dependencies {
2828

29-
//Fix CVE-2025-24813
30-
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.35'
31-
implementation 'org.apache.tomcat.embed:tomcat-embed-el:10.1.35'
32-
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:10.1.35'
29+
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.40'
30+
implementation 'org.apache.tomcat.embed:tomcat-embed-el:10.1.40'
31+
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:10.1.40'
3332

3433
// Spring Boot Starters
3534
api 'org.springframework.boot:spring-boot-starter-data-jpa'
@@ -92,7 +91,8 @@ dependencies {
9291
implementation 'org.cryptacular:cryptacular:1.1.4'
9392
implementation 'org.apache.velocity:velocity-engine-core:2.4.1'
9493
implementation 'com.rabbitmq:http-client:5.3.0'
95-
api 'org.apache.httpcomponents.client5:httpclient5:5.4.2'
94+
api 'org.apache.httpcomponents.client5:httpclient5:5.4.3'
95+
implementation 'org.bouncycastle:bcprov-jdk18on:1.80'
9696

9797
// Lombok
9898
compileOnly "org.projectlombok:lombok:${lombokVersion}"

0 commit comments

Comments
 (0)