File tree Expand file tree Collapse file tree 5 files changed +9
-35
lines changed
Expand file tree Collapse file tree 5 files changed +9
-35
lines changed Original file line number Diff line number Diff line change 3838 </suppress >
3939
4040 <!-- Suppressed vulnerabilities. These need monthly review. -->
41- <suppress until =" 2025-11-10Z" >
42- <notes ><![CDATA[
43- This vulnerability affects a transitive dependency of the test module but is not relevant
44- for how it is used in the context of the Java Client Libraries.
45- ]]> </notes >
46- <packageUrl regex =" true" >^pkg:maven/net\.minidev/json-smart@.*$</packageUrl >
47- <vulnerabilityName >CVE-2024-57699</vulnerabilityName >
48- </suppress >
49- <suppress until =" 2025-11-10Z" >
50- <notes ><![CDATA[
51- This vulnerability affects a transitive dependency of the test module but is not relevant
52- for how it is used in the context of the Java Client Libraries.
53- ]]> </notes >
54- <packageUrl regex =" true" >^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl >
55- <cve >CVE-2024-6763</cve >
56- </suppress >
57- <suppress until =" 2025-11-10Z" >
58- <notes ><![CDATA[
59- This vulnerability affects a transitive dependency of the test module but is not relevant
60- for how it is used in the context of the Java Client Libraries.
61- ]]> </notes >
62- <packageUrl regex =" true" >^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl >
63- <cve >CVE-2025-1948</cve >
64- </suppress >
65- <suppress until =" 2025-11-10Z" >
66- <notes ><![CDATA[
67- This vulnerability affects a transitive dependency of the test module but is not relevant
68- for how it is used in the context of the Java Client Libraries.
69- ]]> </notes >
70- <packageUrl regex =" true" >^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl >
71- <cve >CVE-2025-5115</cve >
72- </suppress >
7341</suppressions >
Original file line number Diff line number Diff line change 107107 </dependency >
108108 <dependency >
109109 <groupId >org.wiremock</groupId >
110- <artifactId >wiremock</artifactId >
110+ <artifactId >wiremock-standalone </artifactId >
111111 <version >${wiremock.version} </version >
112112 <scope >provided</scope >
113113 </dependency >
114+ <dependency >
115+ <groupId >org.hamcrest</groupId >
116+ <artifactId >hamcrest</artifactId >
117+ <version >${hamcrest.version} </version >
118+ </dependency >
114119
115120 <!-- test dependencies -->
116121 <dependency >
Original file line number Diff line number Diff line change 107107 </dependency >
108108 <dependency >
109109 <groupId >org.wiremock</groupId >
110- <artifactId >wiremock</artifactId >
110+ <artifactId >wiremock-standalone </artifactId >
111111 <version >${wiremock.version} </version >
112112 <scope >provided</scope >
113113 </dependency >
Original file line number Diff line number Diff line change 7979 <smallrye .config.version>3.13.2</smallrye .config.version>
8080 <yasson .version>3.0.4</yasson .version>
8181 <wiremock .version>3.13.1</wiremock .version>
82+ <hamcrest .version>3.0</hamcrest .version>
8283
8384 <!-- disable by default (enabled by profile in CI) -->
8485 <dependency-check .skip>true</dependency-check .skip>
Original file line number Diff line number Diff line change 3939 </dependency >
4040 <dependency >
4141 <groupId >org.wiremock</groupId >
42- <artifactId >wiremock</artifactId >
42+ <artifactId >wiremock-standalone </artifactId >
4343 <version >${wiremock.version} </version >
4444 <scope >provided</scope >
4545 </dependency >
You can’t perform that action at this time.
0 commit comments