Skip to content

Commit

Permalink
Bump org.dizitart:nitrite from 3.4.4 to 4.2.1
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.1.
- [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.1)

---
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 Feb 20, 2024
1 parent e070fd0 commit 6dc1355
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.1") {
exclude group: "javax.validation", module: "validation-api"
}

Expand Down

0 comments on commit 6dc1355

Please sign in to comment.