Skip to content

Commit ceaa646

Browse files
Update dependency org.apache.tomcat.embed:tomcat-embed-core to v10.1.31
1 parent 880d0aa commit ceaa646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
//Internal dependency overrides
8484
implementation 'org.yaml:snakeyaml:2.2'
8585
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:10.1.25'
86-
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.25'
86+
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.31'
8787
//
8888
implementation("org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}")
8989
implementation("org.springframework.boot:spring-boot-starter-data-jpa:${springBootVersion}")

0 commit comments

Comments
 (0)