File tree 3 files changed +3
-3
lines changed
src/test/java/com/arangodb
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
- ## [ 6.22.0] - 2023-03-07
9
+ ## [ 6.22.0] - 2023-04-18
10
10
11
11
- added support to ` forceOneShardAttributeValue ` query parameter (DE-541)
12
12
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.arangodb</groupId >
7
7
<artifactId >arangodb-java-driver</artifactId >
8
- <version >6.21 .0</version >
8
+ <version >6.22 .0</version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<packaging >jar</packaging >
11
11
Original file line number Diff line number Diff line change 11
11
12
12
class UserAgentTest extends BaseJunit5 {
13
13
14
- private static final String EXPECTED_VERSION = "6.21 .0" ;
14
+ private static final String EXPECTED_VERSION = "6.22 .0" ;
15
15
16
16
@ Test
17
17
void packageVersion () {
You can’t perform that action at this time.
0 commit comments