Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Apr 22, 2024
1 parent ec74e2d commit 9fab207
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [4.3.0] - 2024-04-22

- added support to Jackson 2.17
- changed default Jackson dependencies versions to 2.17

## [4.2.0] - 2023-12-19

- added support to Jackson 2.16
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.arangodb</groupId>
<artifactId>jackson-dataformat-velocypack</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>

Expand Down Expand Up @@ -187,7 +187,7 @@
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce</id>
Expand Down

0 comments on commit 9fab207

Please sign in to comment.