Skip to content

Commit

Permalink
v7.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Nov 29, 2024
1 parent 106c800 commit 9202836
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [7.13.1] - 2024-11-29

- tolerate error responses with text content-type (#587, DE-960)

## [7.13.0] - 2024-11-15

- improved serialization and deserialization of `RawBytes` and `RawJson` (#586)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<name>core</name>
Expand Down
2 changes: 1 addition & 1 deletion driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<name>arangodb-java-driver</name>
Expand Down
2 changes: 1 addition & 1 deletion http-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<name>http-protocol</name>
Expand Down
2 changes: 1 addition & 1 deletion jackson-serde-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<name>jackson-serde-json</name>
Expand Down
2 changes: 1 addition & 1 deletion jackson-serde-vpack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<name>jackson-serde-vpack</name>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<name>jsonb-serde</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
<inceptionYear>2016</inceptionYear>
<modules>
<module>release-parent</module>
Expand Down
2 changes: 1 addition & 1 deletion release-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<name>arangodb-java-driver-shaded</name>
Expand Down
2 changes: 1 addition & 1 deletion test-functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../test-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>test-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<artifactId>test-functional</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class UserAgentTest extends BaseJunit5 {

private static final String EXPECTED_VERSION = "7.13.0";
private static final String EXPECTED_VERSION = "7.13.1";

private static final boolean SHADED = Boolean.parseBoolean(System.getProperty("shaded"));

Expand Down
2 changes: 1 addition & 1 deletion test-non-functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../test-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>test-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<artifactId>test-non-functional</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion test-resilience/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../test-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>test-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tutorial/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
implementation 'com.arangodb:arangodb-java-driver:7.13.0'
implementation 'com.arangodb:arangodb-java-driver:7.13.1'
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion tutorial/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion vst-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.13.0</version>
<version>7.13.1</version>
</parent>

<name>vst-protocol</name>
Expand Down

0 comments on commit 9202836

Please sign in to comment.