Skip to content

Commit

Permalink
Bump org.mapdb:mapdb from 3.0.8 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [org.mapdb:mapdb](https://github.com/jankotek/mapdb) from 3.0.8 to 3.1.0.
- [Commits](jankotek/mapdb@mapdb-3.0.8...mapdb-3.1.0)

---
updated-dependencies:
- dependency-name: org.mapdb:mapdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 21, 2024
1 parent bb494de commit 9bffd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-prepper-plugins/geoip-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core'
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation libs.commons.compress
implementation 'org.mapdb:mapdb:3.0.8'
implementation 'org.mapdb:mapdb:3.1.0'
implementation libs.commons.io
implementation 'software.amazon.awssdk:sts'
implementation 'software.amazon.awssdk:s3-transfer-manager'
Expand Down
2 changes: 1 addition & 1 deletion data-prepper-plugins/mapdb-processor-state/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
dependencies {
implementation project(':data-prepper-api')
implementation project(':data-prepper-plugins:common')
implementation 'org.mapdb:mapdb:3.0.10'
implementation 'org.mapdb:mapdb:3.1.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21'
testImplementation project(':data-prepper-plugins:common').sourceSets.test.output
Expand Down

0 comments on commit 9bffd5c

Please sign in to comment.