Skip to content

Commit 6864cf7

Browse files
Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 (#2266)
1 parent 75696bc commit 6864cf7

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,36 @@
3131
</suppress>
3232

3333
<!-- Suppressed vulnerabilities. These need monthly review. -->
34-
<suppress until="2025-08-10Z">
34+
<suppress until="2025-11-10Z">
3535
<notes><![CDATA[
3636
This vulnerability affects a transitive dependency of the test module but is not relevant
3737
for how it is used in the context of the Java Client Libraries.
3838
]]></notes>
3939
<packageUrl regex="true">^pkg:maven/net\.minidev/json-smart@.*$</packageUrl>
4040
<vulnerabilityName>CVE-2024-57699</vulnerabilityName>
4141
</suppress>
42-
<suppress until="2025-08-10Z">
42+
<suppress until="2025-11-10Z">
4343
<notes><![CDATA[
4444
This vulnerability affects a transitive dependency of the test module but is not relevant
4545
for how it is used in the context of the Java Client Libraries.
4646
]]></notes>
4747
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
4848
<cve>CVE-2024-6763</cve>
4949
</suppress>
50-
<suppress until="2025-08-10Z">
50+
<suppress until="2025-11-10Z">
5151
<notes><![CDATA[
5252
This vulnerability affects a transitive dependency of the test module but is not relevant
5353
for how it is used in the context of the Java Client Libraries.
5454
]]></notes>
5555
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
5656
<cve>CVE-2025-1948</cve>
5757
</suppress>
58+
<suppress until="2025-11-10Z">
59+
<notes><![CDATA[
60+
This vulnerability affects a transitive dependency of the test module but is not relevant
61+
for how it is used in the context of the Java Client Libraries.
62+
]]></notes>
63+
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
64+
<cve>CVE-2025-5115</cve>
65+
</suppress>
5866
</suppressions>

rdf-legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.compiler.release>8</maven.compiler.release>
1818

1919
<!-- version management -->
20-
<commons.text.version>1.13.1</commons.text.version>
20+
<commons.text.version>1.14.0</commons.text.version>
2121
<!-- do not advance to v4.x -->
2222
<legacy.rdf4j.version>3.7.7</legacy.rdf4j.version>
2323
</properties>

spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.springframework</groupId>
9797
<artifactId>spring-web</artifactId>
98-
<version>6.2.8</version>
98+
<version>6.2.10</version>
9999
<scope>provided</scope>
100100
</dependency>
101101
</dependencies>
@@ -107,7 +107,7 @@
107107
<jdk>[17,)</jdk>
108108
</activation>
109109
<properties>
110-
<spring.security.version>6.5.2</spring.security.version>
110+
<spring.security.version>6.5.3</spring.security.version>
111111
</properties>
112112
</profile>
113113
</profiles>

0 commit comments

Comments
 (0)