Skip to content

Commit

Permalink
Update commons-dbcp2 version to fix common vulnerabilities and exposures
Browse files Browse the repository at this point in the history
Update commons-dbcp2 version to fix common vulnerabilities and exposures
  • Loading branch information
bibith4 authored and tdcmeehan committed Jan 10, 2025
1 parent 1a5f462 commit 5d63246
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2252,6 +2252,13 @@
<artifactId>snakeyaml</artifactId>
<version>${dep.snakeyaml.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.12.0</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 5d63246

Please sign in to comment.