Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the dependencies group with 3 updates: io.avaje:avaje-jsonb, org.jetbrains:annotations and org.projectlombok:lombok.

Updates io.avaje:avaje-jsonb from 3.6 to 3.7

Release notes

Sourced from io.avaje:avaje-jsonb's releases.

3.7

What's Changed

New Contributors

Full Changelog: avaje/avaje-jsonb@3.6...3.7

Commits
  • ff636b4 Merge pull request #418 from avaje/dependabot/github_actions/main/actions/set...
  • 1baf92a [workflow]: Bump actions/setup-java from 4 to 5
  • c0235ca Merge pull request #417 from avaje/dependabot/maven/main/dependencies-e0d462035d
  • 05f2336 Bump org.springframework.boot:spring-boot-dependencies
  • e114281 Version 3.7-RC3
  • 044d49f Add a hasAdapter method to the JsonB interface (#415)
  • c73a308 Add explicit license information to packages' POM file (#413)
  • faea958 Fix trailing comma in properties call for empty subtypes (#412)
  • f822e1d Merge pull request #409 from avaje/dependabot/github_actions/main/actions/che...
  • ee9e98a [workflow]: Bump actions/checkout from 4 to 5
  • Additional commits viewable in compare view

Updates org.jetbrains:annotations from 26.0.2 to 26.0.2-1

Release notes

Sourced from org.jetbrains:annotations's releases.

26.0.2-1

A technical release to employ new Maven publishing machinery

Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 26.0.2-1

Commits
  • 20ff2b3 Merge pull request #130 from DmPanov/dmpanov/allworknoplay
  • 21116cc the version is bumped to 26.0.2-1 to test the Maven Central publication
  • b44ce8d Maven Central artifacts task
  • 5fb050c legacy Sonatype publishing removed
  • 2a28eab Merge pull request #120 from JojOatXGME/override-only-static
  • dd44b5b OverrideOnly: Update documentation to exclude static methods
  • See full diff in compare view

Updates org.projectlombok:lombok from 1.18.38 to 1.18.40

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.40 (September 4th, 2025)

  • PLATFORM: JDK25 support added #3859.
  • BUGFIX: Recent versions of eclipse (or the eclipse-based java lang server for VSCode) caused java.lang.IllegalArgumentException: Document does not match the AST. [Issue #3886](projectlombok/lombok#3886).
  • PERFORMANCE: @ExtensionMethod is now significantly faster [Issue #3866](projectlombok/lombok#3866).
  • BUGFIX: the command line config tool would emit incorrect output for nullity annotations. [Issue #3931](projectlombok/lombok#3931).
  • FEATURE: @Jacksonized @Accessors(fluent=true) automatically creates the relevant annotations such that Jackson correctly identifies fluent accessors. [Issue #3265](projectlombok/lombok#3265), [Issue #3270](projectlombok/lombok#3270).
  • IMPROBABLE BREAKING CHANGE: From versions 1.18.16 to 1.18.38, lombok automatically copies certain Jackson annotations (e.g., @JsonProperty) from fields to the corresponding accessors (getters/setters). However, it turned out to be harmful in certain situations. Thus, Lombok does not automatically copy those annotations any more. You can restore the old behavior using the config key lombok.copyJacksonAnnotationsToAccessors = true.
Commits
  • 0187946 [release] pre-release version bump for v1.18.40
  • 3c0b6a8 [changelog] Replace PRs with issues, add #3866 fi and #3931 fix.
  • 4ae2db7 Merge pull request #3889 from Rawi01/extensionmethod-name-check
  • 7eee00a [fixes #3931] Proper output for config tool addNullAnnotations
  • 3392bb9 [fixes #3866] Check extension method name before resolving types
  • 87e8af4 [comment] Added explanation: We skip ecj check on `NonNullOnRecordExistingCon...
  • 1255ae0 [optimisation] Avoid making a pointless arraylist in 90% of cases.
  • 7aa264e Merge pull request #3888 from Rawi01/eclipse-record-refactoring
  • fb4651b [changelog] Logged: JDK25 support.
  • 6648115 Merge branch 'jdk25'
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dependencies group with 3 updates: [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb), [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) and [org.projectlombok:lombok](https://github.com/projectlombok/lombok).


Updates `io.avaje:avaje-jsonb` from 3.6 to 3.7
- [Release notes](https://github.com/avaje/avaje-jsonb/releases)
- [Commits](avaje/avaje-jsonb@3.6...3.7)

Updates `org.jetbrains:annotations` from 26.0.2 to 26.0.2-1
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@26.0.2...26.0.2-1)

Updates `org.projectlombok:lombok` from 1.18.38 to 1.18.40
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.38...v1.18.40)

---
updated-dependencies:
- dependency-name: io.avaje:avaje-jsonb
  dependency-version: '3.7'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains:annotations
  dependency-version: 26.0.2-1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.40
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2025
@github-actions github-actions bot enabled auto-merge September 8, 2025 05:07
@github-actions github-actions bot merged commit 4e7a610 into master Sep 8, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/master/dependencies-8400503eea branch September 8, 2025 05:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants