Skip to content

Bump the prod-deps group with 3 updates#616

Merged
thmarx merged 1 commit intomainfrom
dependabot/maven/prod-deps-b4414263d8
Mar 11, 2026
Merged

Bump the prod-deps group with 3 updates#616
thmarx merged 1 commit intomainfrom
dependabot/maven/prod-deps-b4414263d8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps the prod-deps group with 3 updates: org.projectlombok:lombok, io.github.wasabithumb:jtoml and io.github.wasabithumb:jtoml-serializer-gson.

Updates org.projectlombok:lombok from 1.18.42 to 1.18.44

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.44 (March 11th, 2026)

  • FEATURE: @Jacksonized now supports both Jackson2 and Jackson3; you'll get a warning until you configure which one (or even both!) you want lombok to generate. #3950.
  • BUGFIX: On JDK25, val and @ExtensionMethod could sometimes cause erroneous errors (in that you see errors but compilation succeeds anyway) using javac. #3947.
  • BUGFIX: @Jacksonized + fields marked transient would result in those transient fields being serialised which is surprising (and thus undesired) behaviour. #3936.
Commits
  • 17c78fe [version] pre-release version bump
  • 1edca70 [test][@Jacksonized] Test emission of warning when not choosing jackson ver...
  • e789e82 [test] Update the generation of eclipse test targets from JDK14 to JDK25.
  • a54cecd [trivial][changelog]
  • 3db0a6c [bugfix][@Jacksonized] javac handler of jacksonized checked for existing ja...
  • 12572fc [test] Adjusted tests to the new 'jackson version is a list' config key setup.
  • 0e9699c [changelog] Document implementation of Jackson3 support: #3950.
  • d441be1 [jacksonized] infrastructure for previous merge resolution: Changed to the co...
  • d62b2d5 Merge branch 'master' into cachescrubber-gh-3950
  • f49f0fe [test] Remove tests for deprecated @Logger(access = MODULE). They're deprec...
  • Additional commits viewable in compare view

Updates io.github.wasabithumb:jtoml from 1.5.1 to 1.5.2

Release notes

Sourced from io.github.wasabithumb:jtoml's releases.

1.5.2

Change notes:

  • Support serialization of Sets, enums via generated adapters (#66)
    • Moderate changes to reflect serializer internals; should not affect sanctioned API usage
    • Enum types are serializable by default
    • Set types are serializable by default
      • For Set of enum type: implementation is EnumSet, ordered by ordinal
      • For Set: implementation is LinkedHashSet, ordered by insertion (position in document)
      • For SortedSet: implementation is TreeSet, order is based on natural comparator, elements must be Comparable
      • Concrete implementations will be instantiated and populated via Collection#add
  • Improved test reproducibility
  • Fix edge case date-time serialization bug (#68)
Commits
  • 1c13c65 Merge pull request #67 from WasabiThumb/staging
  • 36ef73e Fix edge case OffsetDateTime serialization bug
  • 26d8edf Fix broken import
  • d6257c9 Improve test reproducibility
  • b845ac4 [chore] apply spotless
  • 6cf674c Clean up TypeAdapters interface
  • e98901f [chore] bump version
  • b528cef Support serialization of Sets, enums via generated adapters (#66)
  • See full diff in compare view

Updates io.github.wasabithumb:jtoml-serializer-gson from 1.5.1 to 1.5.2

Release notes

Sourced from io.github.wasabithumb:jtoml-serializer-gson's releases.

1.5.2

Change notes:

  • Support serialization of Sets, enums via generated adapters (#66)
    • Moderate changes to reflect serializer internals; should not affect sanctioned API usage
    • Enum types are serializable by default
    • Set types are serializable by default
      • For Set of enum type: implementation is EnumSet, ordered by ordinal
      • For Set: implementation is LinkedHashSet, ordered by insertion (position in document)
      • For SortedSet: implementation is TreeSet, order is based on natural comparator, elements must be Comparable
      • Concrete implementations will be instantiated and populated via Collection#add
  • Improved test reproducibility
  • Fix edge case date-time serialization bug (#68)
Commits
  • 1c13c65 Merge pull request #67 from WasabiThumb/staging
  • 36ef73e Fix edge case OffsetDateTime serialization bug
  • 26d8edf Fix broken import
  • d6257c9 Improve test reproducibility
  • b845ac4 [chore] apply spotless
  • 6cf674c Clean up TypeAdapters interface
  • e98901f [chore] bump version
  • b528cef Support serialization of Sets, enums via generated adapters (#66)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the prod-deps group with 3 updates: [org.projectlombok:lombok](https://github.com/projectlombok/lombok), [io.github.wasabithumb:jtoml](https://github.com/WasabiThumb/jtoml) and [io.github.wasabithumb:jtoml-serializer-gson](https://github.com/WasabiThumb/jtoml).


Updates `org.projectlombok:lombok` from 1.18.42 to 1.18.44
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.42...v1.18.44)

Updates `io.github.wasabithumb:jtoml` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/WasabiThumb/jtoml/releases)
- [Commits](WasabiThumb/jtoml@1.5.1...1.5.2)

Updates `io.github.wasabithumb:jtoml-serializer-gson` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/WasabiThumb/jtoml/releases)
- [Commits](WasabiThumb/jtoml@1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.github.wasabithumb:jtoml
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.github.wasabithumb:jtoml-serializer-gson
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

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 Mar 11, 2026
@thmarx thmarx merged commit fab7262 into main Mar 11, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/maven/prod-deps-b4414263d8 branch March 11, 2026 20:55
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.

1 participant