mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:48 +00:00
known vulnerable
This commit is contained in:
parent
929b562112
commit
7c27eef9c1
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -76,6 +76,12 @@
|
|||
<groupId>io.projectreactor</groupId>
|
||||
<artifactId>reactor-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<version>1.9.2</version> <!-- Known vulnerable version -->
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Databases - Uses H2 by default -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue