Skip to content

Commit

Permalink
Merge pull request #140 from oracle/fix_CVEs
Browse files Browse the repository at this point in the history
bump and exclude dependencies to fix CVEs
  • Loading branch information
oskar-van-rest authored Jul 29, 2024
2 parents f04a0f8 + 3dbb1c7 commit ec71423
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pgql-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand All @@ -64,6 +69,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.9.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit ec71423

Please sign in to comment.