Skip to content

Commit

Permalink
FMWK-216 Update dependencies and prepare v2.0.1 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr authored Aug 8, 2023
1 parent de87d5f commit 5d5b110
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-document-api</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aerospike</groupId>
<artifactId>aerospike-document-api</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>

<name>Aerospike Document API</name>
<description>This project provides an API which allows Aerospike CDT (Collection Data Type) objects to be accessed
Expand All @@ -24,16 +24,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.plugin.version>3.10.1</maven.compiler.plugin.version>
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
<maven.compiler.plugin.version>3.11.0</maven.compiler.plugin.version>
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>
<maven.javadoc.plugin.version>3.3.0</maven.javadoc.plugin.version>
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<jackson-databind.version>2.14.1</jackson-databind.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<jackson-databind.version>2.15.2</jackson-databind.version>
<aerospike-client.version>7.0.0</aerospike-client.version>
<json-path.version>2.7.0</json-path.version>
<lombok.version>1.18.24</lombok.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<lombok.version>1.18.28</lombok.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<mockito.version>4.9.0</mockito.version>
</properties>

Expand Down

0 comments on commit 5d5b110

Please sign in to comment.