File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
5
6
6
## [ Unreleased]
7
7
8
+ - updated Java Driver to version ` 7.9.0 `
9
+ - added support to load SSL Trust Store from file (DE-502, #61 )
8
10
- dropped support for Spark 3.2
9
11
10
12
## [ 1.7.0] - 2024-07-04
Original file line number Diff line number Diff line change 6
6
mvn clean -Pspark-3.3 -Pscala-2.12
7
7
mvn test -Pspark-3.3 -Pscala-2.12
8
8
9
- mvn clean -Pspark-3.3 -Pscala-2.13
10
- mvn test -Pspark-3.3 -Pscala-2.13
11
-
12
9
mvn clean -Pspark-3.4 -Pscala-2.12
13
10
mvn test -Pspark-3.4 -Pscala-2.12
14
11
15
- mvn clean -Pspark-3.4 -Pscala-2.13
16
- mvn test -Pspark-3.4 -Pscala-2.13
17
-
18
12
mvn clean -Pspark-3.5 -Pscala-2.12
19
13
mvn test -Pspark-3.5 -Pscala-2.12
20
14
15
+
16
+ mvn clean -Pspark-3.3 -Pscala-2.13
17
+ mvn test -Pspark-3.3 -Pscala-2.13
18
+
19
+ mvn clean -Pspark-3.4 -Pscala-2.13
20
+ mvn test -Pspark-3.4 -Pscala-2.13
21
+
21
22
mvn clean -Pspark-3.5 -Pscala-2.13
22
23
mvn test -Pspark-3.5 -Pscala-2.13
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >com.arangodb</groupId >
33
33
<artifactId >jackson-serde-json</artifactId >
34
- <version >7.1 .0</version >
34
+ <version >7.9 .0</version >
35
35
<scope >test</scope >
36
36
<exclusions >
37
37
<exclusion >
51
51
<dependency >
52
52
<groupId >com.arangodb</groupId >
53
53
<artifactId >jackson-serde-vpack</artifactId >
54
- <version >7.1 .0</version >
54
+ <version >7.9 .0</version >
55
55
<scope >test</scope >
56
56
<exclusions >
57
57
<exclusion >
Original file line number Diff line number Diff line change 180
180
<dependency >
181
181
<groupId >com.arangodb</groupId >
182
182
<artifactId >arangodb-java-driver-shaded</artifactId >
183
- <version >7.7.1</version >
183
+ <version >7.9.0</version >
184
+ <scope >compile</scope >
185
+ </dependency >
186
+ <dependency >
187
+ <groupId >com.arangodb</groupId >
188
+ <artifactId >velocypack</artifactId >
189
+ <version >3.1.0</version >
184
190
<scope >compile</scope >
185
191
</dependency >
186
192
<dependency >
You can’t perform that action at this time.
0 commit comments