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
 This is the commit message #2:

Update commons-dbcp2 version to fix common vulnerabilities and exposures

Update commons-dbcp2 version to fix common vulnerabilities and exposures
  • Loading branch information
bibith4 committed Dec 13, 2024
1 parent e8cca76 commit 0bc5315
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions presto-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.12.0</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -184,6 +191,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
</ignoredDependencies>
</configuration>
</plugin>
Expand Down
7 changes: 7 additions & 0 deletions presto-product-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@
<groupId>com.facebook.presto.hive</groupId>
<artifactId>hive-apache</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.12.0</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0bc5315

Please sign in to comment.