Skip to content

Commit

Permalink
Update dependency org.apache.tomcat.embed:tomcat-embed-el to v10.1.16 (
Browse files Browse the repository at this point in the history
…#57)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent f433849 commit d1ebe8d
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 @@ -32,7 +32,7 @@ dependencies {
implementation('org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.apache.tomcat.embed:tomcat-embed-el:10.1.15') {
implementation('org.apache.tomcat.embed:tomcat-embed-el:10.1.16') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation 'com.h2database:h2:2.2.220'
Expand Down
2 changes: 1 addition & 1 deletion position-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation('org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.apache.tomcat.embed:tomcat-embed-el:10.1.15') {
implementation('org.apache.tomcat.embed:tomcat-embed-el:10.1.16') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation 'com.h2database:h2:2.2.220'
Expand Down
2 changes: 1 addition & 1 deletion trade-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation('org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.apache.tomcat.embed:tomcat-embed-el:10.1.15') {
implementation('org.apache.tomcat.embed:tomcat-embed-el:10.1.16') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.json:json:20231013') {
Expand Down
2 changes: 1 addition & 1 deletion trade-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation('org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.apache.tomcat.embed:tomcat-embed-el:10.1.15') {
implementation('org.apache.tomcat.embed:tomcat-embed-el:10.1.16') {
because 'previous versions are affected by CVE-2023-41080 and others'
}
implementation('org.json:json:20231013') {
Expand Down

0 comments on commit d1ebe8d

Please sign in to comment.