We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880d0aa commit ceaa646Copy full SHA for ceaa646
build.gradle
@@ -83,7 +83,7 @@ dependencies {
83
//Internal dependency overrides
84
implementation 'org.yaml:snakeyaml:2.2'
85
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:10.1.25'
86
- implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.25'
+ implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.31'
87
//
88
implementation("org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}")
89
implementation("org.springframework.boot:spring-boot-starter-data-jpa:${springBootVersion}")
0 commit comments