Skip to content

Commit

Permalink
Update dependency org.apache.tomcat.embed:tomcat-embed-core to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 176629c commit 60b587d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ dependencies {
implementation 'org.json:json:20240303'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.3'

implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.98'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '11.0.2'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '11.0.2'

implementation group: 'org.springframework.security', name: 'spring-security-crypto', version: '6.4.2'
Expand Down

0 comments on commit 60b587d

Please sign in to comment.