Skip to content

Commit

Permalink
Bump org.mapdb:mapdb in /data-prepper-plugins/mapdb-processor-state
Browse files Browse the repository at this point in the history
Bumps [org.mapdb:mapdb](https://github.com/jankotek/mapdb) from 3.0.10 to 3.1.0.
- [Commits](jankotek/mapdb@mapdb-3.0.10...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] authored Feb 1, 2024
1 parent 84dcca0 commit c43fde8
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -14,7 +14,7 @@ repositories {
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 c43fde8

Please sign in to comment.