known vulnerable

This commit is contained in:
Jesse Houldsworth 2025-04-07 15:06:51 -07:00
parent 929b562112
commit 7c27eef9c1

View file

@ -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>