File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 5858 <maven .compiler.source>${java.version} </maven .compiler.source>
5959 <maven .compiler.target>${java.version} </maven .compiler.target>
6060
61- <switcher-client .version>2.3.1 </switcher-client .version>
61+ <switcher-client .version>2.3.2 </switcher-client .version>
6262 <jsonwebtoken .version>0.12.6</jsonwebtoken .version>
6363 <joda-time .version>2.14.0</joda-time .version>
6464 <gson .version>2.13.1</gson .version>
6565 <springdoc .version>2.8.9</springdoc .version>
6666
67- <!-- Patch -->
68- <commons-lang3 .version>3.18.0</commons-lang3 .version>
69-
7067 <!-- Test-->
7168 <flapdoodle .embed.mongo.version>4.20.0</flapdoodle .embed.mongo.version>
7269 <okhttp .version>5.1.0</okhttp .version>
291288
292289 <dependencyManagement >
293290 <dependencies >
291+ <!-- Patches Uncontrolled Recursion [High Severity][https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078]-->
294292 <dependency >
295293 <groupId >org.apache.commons</groupId >
296294 <artifactId >commons-lang3</artifactId >
297- <version >${commons-lang3.version} </version >
295+ <version >3.18.0</version >
296+ </dependency >
297+
298+ <!-- Patches [Low Severity][https://security.snyk.io/vuln/SNYK-JAVA-IOPROJECTREACTORNETTY-10770514]-->
299+ <dependency >
300+ <groupId >io.projectreactor.netty</groupId >
301+ <artifactId >reactor-netty-http</artifactId >
302+ <version >1.2.8</version >
303+ </dependency >
304+
305+ <dependency >
306+ <groupId >io.projectreactor.netty</groupId >
307+ <artifactId >reactor-netty-core</artifactId >
308+ <version >1.2.8</version >
298309 </dependency >
299310 </dependencies >
300311 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments