Skip to content

Bump org.dizitart:nitrite-bom from 4.3.0 to 4.3.2#72

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/org.dizitart-nitrite-bom-4.3.2
Open

Bump org.dizitart:nitrite-bom from 4.3.0 to 4.3.2#72
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/org.dizitart-nitrite-bom-4.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

Bumps org.dizitart:nitrite-bom from 4.3.0 to 4.3.2.

Release notes

Sourced from org.dizitart:nitrite-bom's releases.

Release 4.3.2

Issue Fixes

  • Fix for small safety/cleanup in Nitrite interface (map lookups, closed check, name trim) #1161
  • Fix for updating to 4.3.1 causes existing databases to not open correctly #1162

Release 4.3.1

New Changes

  • GraalVM support for nitrite-mvstore-adapter #995
  • Event subscription api changes

Issue Fixes

  • Fix for Document.getFields() not returning iterable fields
  • Fix for failing tests on systems with non-ENGLISH locale #994
  • Fix for NPE in DefaultTransactionalRepository #1032
  • Fix for JPMS issue #1035
  • Fix for RocksDB adapter issue #1093
Changelog

Sourced from org.dizitart:nitrite-bom's changelog.

Release 4.3.2 - Sep 25, 2025

Issue Fixes

  • Fix for small safety/cleanup in Nitrite interface (map lookups, closed check, name trim) #1161
  • Fix for updating to 4.3.1 causes existing databases to not open correctly #1162

Release 4.3.1 - Sep 23, 2025

New Changes

  • GraalVM support for nitrite-mvstore-adapter #995
  • Event subscription api changes

Issue Fixes

  • Fix for Document.getFields() not returning iterable fields
  • Fix for failing tests on systems with non-ENGLISH locale #994
  • Fix for NPE in DefaultTransactionalRepository #1032
  • Fix for JPMS issue #1035
  • Fix for RocksDB adapter issue #1093
Commits
  • 8d87c86 Release version 4.3.2
  • 9477885 Merge branch 'develop' into release
  • 8034d99 Merge branch 'main' into develop
  • c58348d Add release date to 4.3.2 in CHANGELOG
  • 17b4506 Merge branch 'main' into develop
  • 51bd845 Bump version to 4.3.2-SNAPSHOT and update changelog
  • 352af93 fix(gh-1162): ensure NitriteId serialization is compatible with previous vers...
  • 7f6a037 [REFACTOR] Avoid double lookups in keyed repo checks; trim names; clarify op...
  • 9806e58 Bump the development-dependencies group with 2 updates (#1159)
  • 3417515 Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 (#1158)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.dizitart:nitrite-bom](https://github.com/nitrite/nitrite-java) from 4.3.0 to 4.3.2.
- [Release notes](https://github.com/nitrite/nitrite-java/releases)
- [Changelog](https://github.com/nitrite/nitrite-java/blob/main/CHANGELOG.md)
- [Commits](nitrite/nitrite-java@v4.3.0...v4.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 4, 2026
@greptile-apps

greptile-apps Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the org.dizitart:nitrite-bom Bill of Materials from 4.3.0 to 4.3.2 in klab.core.services/pom.xml. The 4.3.2 release notably fixes a serialization compatibility issue (gh-1162) where upgrading to 4.3.1 caused existing databases to fail to open — making the jump directly to 4.3.2 the correct approach.

Confidence Score: 5/5

Safe to merge — single-line version bump in a BOM import with only bug-fix releases included.

Change is limited to a single version string in the dependency management section. The 4.3.1→4.3.2 step specifically fixes a regression where databases failed to open, making this upgrade safer than staying on 4.3.0. No API-breaking changes are noted in the changelog.

No files require special attention.

Important Files Changed

Filename Overview
klab.core.services/pom.xml Bumps org.dizitart:nitrite-bom BOM import from 4.3.0 to 4.3.2; single-line version change with no other modifications.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[klab.core.services/pom.xml] -->|imports BOM| B[org.dizitart:nitrite-bom]
    B -->|was 4.3.0| C[Previous version]
    B -->|now 4.3.2| D[Updated version]
    D --> E[Fix: existing DBs fail to open after 4.3.1 upgrade]
    D --> F[Fix: NitriteId serialization compatibility]
    D --> G[Fix: small safety/cleanup in Nitrite interface]
Loading

Reviews (1): Last reviewed commit: "Bump org.dizitart:nitrite-bom from 4.3.0..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants