File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,9 @@ ext['hibernate-validator.version'] = '8.0.2.Final'
26
26
27
27
dependencies {
28
28
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'
33
32
34
33
// Spring Boot Starters
35
34
api ' org.springframework.boot:spring-boot-starter-data-jpa'
@@ -92,7 +91,8 @@ dependencies {
92
91
implementation ' org.cryptacular:cryptacular:1.1.4'
93
92
implementation ' org.apache.velocity:velocity-engine-core:2.4.1'
94
93
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'
96
96
97
97
// Lombok
98
98
compileOnly " org.projectlombok:lombok:${ lombokVersion} "
You can’t perform that action at this time.
0 commit comments