Skip to content

Commit f536e4a

Browse files
authored
Merge branch 'main' into dependabot/gradle/junit-jupiter-6.0.2
2 parents df4d85a + 75b211c commit f536e4a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
java = "21"
3-
spring-boot = "4.0.0"
3+
spring-boot = "4.0.2"
44
spring-dependency-management = "1.1.7"
55
openapi-generator = "7.17.0"
66
openapi-tools = "0.2.8"
@@ -17,9 +17,9 @@ checkstyle = "8.44"
1717
pmd = "7.14.0"
1818
jacoco = "0.8.13"
1919
# Testing
20-
mockito = "5.20.0"
20+
mockito = "5.21.0"
2121
junit-jupiter = "6.0.2"
22-
junit-platform = "6.0.1"
22+
junit-platform = "6.0.2"
2323

2424
[libraries]
2525
openapi-tools-jacksonDatabindNullable = { group = "org.openapitools", name = "jackson-databind-nullable", version.ref = "openapi-tools" }

openapi-validation-core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies {
1010
implementation(libs.commons.codec) {
1111
because 'Apache commons-codec before 1.13 is vulnerable to information exposure. See https://devhub.checkmarx.com/cve-details/Cxeb68d52e-5509/'
1212
}
13-
implementation('org.mozilla:rhino:1.7.14.1') {
14-
because 'CVE-2025-66453: Rhino before 1.7.14.1 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'
13+
implementation('org.mozilla:rhino:1.9.0') {
14+
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
}
1616
// implementation('org.yaml:snakeyaml:1.33') {
1717
// because 'Vulnerability in 1.33 is not yet fixed. See: https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in' +

0 commit comments

Comments
 (0)