mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-09 18:42:47 +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>
|
<groupId>io.projectreactor</groupId>
|
||||||
<artifactId>reactor-core</artifactId>
|
<artifactId>reactor-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-beanutils</groupId>
|
||||||
|
<artifactId>commons-beanutils</artifactId>
|
||||||
|
<version>1.9.2</version> <!-- Known vulnerable version -->
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- Databases - Uses H2 by default -->
|
<!-- Databases - Uses H2 by default -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in a new issue