Skip to content

Commit

Permalink
Bump com.aerospike:aerospike-document-api from 1.2.0 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [com.aerospike:aerospike-document-api](https://github.com/aerospike/aerospike-document-lib) from 1.2.0 to 2.0.2.
- [Release notes](https://github.com/aerospike/aerospike-document-lib/releases)
- [Commits](aerospike/aerospike-document-lib@1.2.0...2.0.2)

---
updated-dependencies:
- dependency-name: com.aerospike:aerospike-document-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 8a10193 commit 796d2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation('org.springframework.boot:spring-boot-starter-web:3.0.6')
// Separately upgraded to fix vulnerability. Version should be removed after upgrading to spring-boot 3.x
implementation("com.aerospike:aerospike-client:${aerospikeClientVersion}")
implementation("com.aerospike:aerospike-document-api:1.2.0")
implementation("com.aerospike:aerospike-document-api:2.0.2")
implementation("org.msgpack:jackson-dataformat-msgpack:0.9.3")
implementation('org.springframework.retry:spring-retry:2.0.1')
implementation('org.springframework:spring-aspects:6.0.6')
Expand Down

0 comments on commit 796d2f0

Please sign in to comment.