File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2323 <springdoc-openapi-starter-webmvc-ui .version>2.3.0</springdoc-openapi-starter-webmvc-ui .version>
2424 <snakeyaml .version>2.2</snakeyaml .version>
2525 <h2 .version>2.2.220</h2 .version>
26- <opentelemetry .version>1.30.0</opentelemetry .version>
26+ <opentelemetry .version>1.35.0</opentelemetry .version>
27+ <json-path .version>2.9.0</json-path .version>
2728 </properties >
2829
2930 <dependencyManagement >
123124 <groupId >org.springframework.boot</groupId >
124125 <artifactId >spring-boot-starter-test</artifactId >
125126 <scope >test</scope >
127+ <exclusions >
128+ <exclusion >
129+ <groupId >com.jayway.jsonpath</groupId >
130+ <artifactId >json-path</artifactId >
131+ </exclusion >
132+ </exclusions >
133+ </dependency >
134+ <!-- Solves the https://devhub.checkmarx.com/cve-details/CVE-2023-51074 -->
135+ <dependency >
136+ <groupId >com.jayway.jsonpath</groupId >
137+ <artifactId >json-path</artifactId >
138+ <version >${json-path.version} </version >
126139 </dependency >
127140 <dependency >
128141 <groupId >io.opentelemetry</groupId >
You can’t perform that action at this time.
0 commit comments