Skip to content

Commit f0fd70e

Browse files
committed
v3.0.0
1 parent c2e5daa commit f0fd70e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [3.0.0] - 2022-11-30
10+
11+
- removed all databind capabilities (#31), which are now provided by [jackson-dataformat-velocypack](https://github.com/arangodb/jackson-dataformat-velocypack).
12+
913
## [2.5.4] - 2021-08-24
1014

1115
- fixed escaping in JSON string generation (#29)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>velocypack</artifactId>
7-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

@@ -196,13 +196,13 @@
196196
<dependency>
197197
<groupId>ch.qos.logback</groupId>
198198
<artifactId>logback-classic</artifactId>
199-
<version>1.2.3</version>
199+
<version>1.2.9</version>
200200
<scope>test</scope>
201201
</dependency>
202202
<dependency>
203203
<groupId>junit</groupId>
204204
<artifactId>junit</artifactId>
205-
<version>4.13.1</version>
205+
<version>4.13.2</version>
206206
<scope>test</scope>
207207
</dependency>
208208
<dependency>

0 commit comments

Comments
 (0)