Skip to content

Commit bc9309b

Browse files
Merge pull request #3318 from ehcache/upgrade/master
[3.12] Core 5.12.22 + Platform 5.11.9 + CVEs
2 parents 2badca4 + 2754c27 commit bc9309b

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

.cra/.cveignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,10 @@
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+
]

clustered/osgi-test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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')

demos/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

88
dependencies {
99
api platform("org.eclipse.jetty:jetty-bom:${jettyVersion}")

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ slf4jVersion = 2.0.17
99
sizeofVersion = 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
1414
terracottaUtilitiesVersion = 0.0.19
1515

1616
# Test lib versions

osgi-test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)