Skip to content

Commit 5cfb6ec

Browse files
authored
Merge branch 'main' into dependabot/gradle/org.openapi.generator-7.21.0
2 parents ccfdb57 + 831a3be commit 5cfb6ec

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
java = "21"
3-
spring-boot = "4.0.4"
3+
spring-boot = "4.0.5"
44
spring-dependency-management = "1.1.7"
55
openapi-generator = "7.21.0"
66
openapi-tools = "0.2.9"
7-
swagger = "2.2.45"
7+
swagger = "2.2.46"
88
swagger-request-validator = "2.46.0"
99
jakarta-validation = "3.1.1"
1010
lombok = "1.18.44"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi-validation-core/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ dependencies {
1313
implementation('org.mozilla:rhino:1.9.0') {
1414
because 'CVE-2025-66453: Rhino before 1.9.0 has high CPU usage and potential DoS when passing specific numbers to toFixed() function. See https://github.com/mozilla/rhino/security/advisories/GHSA-3w8q-xq97-5j7x'
1515
}
16+
implementation('tools.jackson.core:jackson-core') {
17+
version {
18+
strictly '[3.1.1,)'
19+
}
20+
because 'GHSA-2m67-wjpj-xhg9: Jackson Core 3.0.0-3.1.0 does not consistently enforce maxDocumentLength constraint, allowing DoS attacks. See https://github.com/getyourguide/openapi-validation-java/security/dependabot/41'
21+
}
1622
// implementation('org.yaml:snakeyaml:1.33') {
1723
// because 'Vulnerability in 1.33 is not yet fixed. See: https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in' +
1824
// 'https://devhub.checkmarx.com/cve-details/CVE-2022-41854/' +

0 commit comments

Comments
 (0)