Skip to content

Commit

Permalink
Bump org.dizitart:nitrite from 3.4.4 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [org.dizitart:nitrite](https://github.com/nitrite/nitrite-java) from 3.4.4 to 4.2.0.
- [Release notes](https://github.com/nitrite/nitrite-java/releases)
- [Changelog](https://github.com/nitrite/nitrite-java/blob/main/CHANGELOG.md)
- [Commits](nitrite/nitrite-java@v3.4.4...v4.2.0)

---
updated-dependencies:
- dependency-name: org.dizitart:nitrite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 531b6c0 commit 30f62b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

implementation "com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2"

implementation("org.dizitart:nitrite:3.4.4") {
implementation("org.dizitart:nitrite:4.2.0") {
exclude group: "javax.validation", module: "validation-api"
}

Expand Down

0 comments on commit 30f62b7

Please sign in to comment.