Skip to content

Commit a04e850

Browse files
Copilotgygrobot
andauthored
fix: upgrade tomcat-embed-core to 11.0.22 to fix GHSA-gx5v-xp9w-j4cg
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/6a03f7d0-70f5-4b9c-b7ef-c3fbfd87d4ce Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
1 parent 631a973 commit a04e850

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ subprojects {
3131
because('GHSA-2m67-wjpj-xhg9: Jackson Core 3.0.0-3.1.0 maxDocumentLength bypass')
3232
}
3333
if (requested.group == 'org.apache.tomcat.embed' && requested.name == 'tomcat-embed-core'
34-
&& requested.version != null && requested.version < '11.0.21') {
35-
useVersion('11.0.21')
36-
because('GHSA-rv64-5gf8-9qq8 / GHSA-x4m4-345f-5h5g / GHSA-24j9-x2wg-9qv6: Apache Tomcat < 11.0.21 vulnerabilities')
34+
&& requested.version != null && requested.version < '11.0.22') {
35+
useVersion('11.0.22')
36+
because('GHSA-rv64-5gf8-9qq8 / GHSA-x4m4-345f-5h5g / GHSA-24j9-x2wg-9qv6 / GHSA-gx5v-xp9w-j4cg: Apache Tomcat < 11.0.22 vulnerabilities')
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)