File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 "cve": "CVE-2025-48924",
6969 "alwaysOmit": true,
7070 "comment": "testing"
71+ },
72+ {
73+ "cve": "CVE-2025-67030",
74+ "alwaysOmit": true,
75+ "comment": "gradle check"
7176 }
72- ]
77+ ]
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ configurations.all {
6666 .using(module(' org.ops4j.pax.url:pax-url-link:2.6.11' ))
6767 substitute(module(' org.ops4j.pax.url:pax-url-aether:2.6.8' ))
6868 .using(module(' org.ops4j.pax.url:pax-url-aether:3.0.2' ))
69+ substitute(module(' org.codehaus.plexus:plexus-utils:3.6.0' ))
70+ .using(module(' org.codehaus.plexus:plexus-utils:3.6.1' ))
71+ .because(' CVE-2025-67030' )
6972 substitute(module(' org.apache.commons:commons-lang3:3.12.0' ))
7073 .using(module(' org.apache.commons:commons-lang3:3.18.0' ))
7174 .because(' CVE-2025-48924' )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' org.ehcache.build.conventions.war' apply false
44}
55
6- def jettyVersion = ' 12.1.5 '
6+ def jettyVersion = ' 12.1.8 '
77
88dependencies {
99 api platform(" org.eclipse.jetty:jetty-bom:${ jettyVersion} " )
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ slf4jVersion = 2.0.17
99sizeofVersion = 0.4.4
1010
1111# Terracotta clustered
12- terracottaPlatformVersion = 5.11.7
13- terracottaCoreVersion = 5.12.18
12+ terracottaPlatformVersion = 5.11.9
13+ terracottaCoreVersion = 5.12.22
1414terracottaUtilitiesVersion = 0.0.19
1515
1616# Test lib versions
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ configurations.all {
8080 .using(module(' org.ops4j.pax.url:pax-url-link:2.6.11' ))
8181 substitute(module(' org.ops4j.pax.url:pax-url-aether:2.6.8' ))
8282 .using(module(' org.ops4j.pax.url:pax-url-aether:3.0.2' ))
83+ substitute(module(' org.codehaus.plexus:plexus-utils:3.6.0' ))
84+ .using(module(' org.codehaus.plexus:plexus-utils:3.6.1' ))
85+ .because(' CVE-2025-67030' )
8386 substitute(module(' org.apache.commons:commons-lang3:3.12.0' ))
8487 .using(module(' org.apache.commons:commons-lang3:3.18.0' ))
8588 .because(' CVE-2025-48924' )
You can’t perform that action at this time.
0 commit comments