Skip to content

Commit

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

## [Unreleased]

- Spring Boot 3.3 support (DE-816)
## [3.3-0] - 2024.06.21

- added support to Spring Boot `3.3.x` (DE-816)
- updated `arangodb-spring-data` to version `4.2.0`

## [3.2-0] - 2024.01.24
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-boot-starter</artifactId>
<version>3.3-0-SNAPSHOT</version>
<version>3.3-0</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>

Expand Down Expand Up @@ -271,7 +271,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 9cbcf5f

Please sign in to comment.