Skip to content

Commit

Permalink
Salesforce-CDP-jdbc driver release_2022.08a (#90)
Browse files Browse the repository at this point in the history
* Fixing arrow vulnerabilities found in JDBC driver jar
  • Loading branch information
anahita-arora authored Aug 18, 2022
1 parent 0141114 commit d3cb9f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.queryService</groupId>
<artifactId>Salesforce-CDP-jdbc</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -53,15 +53,15 @@
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>4.0.1</version>
<version>9.0.0</version>
</dependency>


<!-- https://mvnrepository.com/artifact/org.apache.arrow/arrow-memory-netty -->
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
<version>4.0.1</version>
<version>9.0.0</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit d3cb9f8

Please sign in to comment.