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 23
23
<springdoc-openapi-starter-webmvc-ui .version>2.3.0</springdoc-openapi-starter-webmvc-ui .version>
24
24
<snakeyaml .version>2.2</snakeyaml .version>
25
25
<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>
27
28
</properties >
28
29
29
30
<dependencyManagement >
123
124
<groupId >org.springframework.boot</groupId >
124
125
<artifactId >spring-boot-starter-test</artifactId >
125
126
<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 >
126
139
</dependency >
127
140
<dependency >
128
141
<groupId >io.opentelemetry</groupId >
You can’t perform that action at this time.
0 commit comments