Skip to content

Commit

Permalink
Update dependency org.apache.tomcat.embed:tomcat-embed-core to v10.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 58fb232 commit c4f5371
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion account-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-websocket'
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-el'
}
implementation('org.apache.tomcat.embed:tomcat-embed-core:10.1.15') {
implementation('org.apache.tomcat.embed:tomcat-embed-core:10.1.16') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15') {
Expand Down
2 changes: 1 addition & 1 deletion position-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-websocket'
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-el'
}
implementation('org.apache.tomcat.embed:tomcat-embed-core:10.1.15') {
implementation('org.apache.tomcat.embed:tomcat-embed-core:10.1.16') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15') {
Expand Down
2 changes: 1 addition & 1 deletion trade-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-websocket'
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-el'
}
implementation('org.apache.tomcat.embed:tomcat-embed-core:10.1.15') {
implementation('org.apache.tomcat.embed:tomcat-embed-core:10.1.16') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15') {
Expand Down
2 changes: 1 addition & 1 deletion trade-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-websocket'
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-el'
}
implementation('org.apache.tomcat.embed:tomcat-embed-core:10.1.15') {
implementation('org.apache.tomcat.embed:tomcat-embed-core:10.1.16') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15') {
Expand Down

0 comments on commit c4f5371

Please sign in to comment.