File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/test/java/com/arangodb Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
9- ## [ 6.22.0] - 2023-03-07
9+ ## [ 6.22.0] - 2023-04-18
1010
1111- added support to ` forceOneShardAttributeValue ` query parameter (DE-541)
1212
Original file line number Diff line number Diff line change 55
66 <groupId >com.arangodb</groupId >
77 <artifactId >arangodb-java-driver</artifactId >
8- <version >6.21 .0</version >
8+ <version >6.22 .0</version >
99 <inceptionYear >2016</inceptionYear >
1010 <packaging >jar</packaging >
1111
Original file line number Diff line number Diff line change 1111
1212class UserAgentTest extends BaseJunit5 {
1313
14- private static final String EXPECTED_VERSION = "6.21 .0" ;
14+ private static final String EXPECTED_VERSION = "6.22 .0" ;
1515
1616 @ Test
1717 void packageVersion () {
You can’t perform that action at this time.
0 commit comments