Skip to content

Bump the backend-prod group across 2 directories with 8 updates#171

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-prod-20aed898fb
Closed

Bump the backend-prod group across 2 directories with 8 updates#171
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-prod-20aed898fb

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the backend-prod group with 8 updates in the / directory:

Package From To
software.amazon.awssdk:s3 2.32.28 2.33.5
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.19.2 2.20.0
org.flywaydb:flyway-core 11.11.2 11.12.0
org.flywaydb:flyway-mysql 11.11.2 11.12.0
org.projectlombok:lombok 1.18.38 1.18.40
io.hypersistence:hypersistence-utils-hibernate-63 3.10.3 3.11.0
com.fasterxml.jackson.datatype:jackson-datatype-hibernate6 2.19.2 2.20.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.10 2.8.13

Bumps the backend-prod group with 8 updates in the /server directory:

Package From To
software.amazon.awssdk:s3 2.32.28 2.33.5
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.19.2 2.20.0
org.flywaydb:flyway-core 11.11.2 11.12.0
org.flywaydb:flyway-mysql 11.11.2 11.12.0
org.projectlombok:lombok 1.18.38 1.18.40
io.hypersistence:hypersistence-utils-hibernate-63 3.10.3 3.11.0
com.fasterxml.jackson.datatype:jackson-datatype-hibernate6 2.19.2 2.20.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.10 2.8.13

Updates software.amazon.awssdk:s3 from 2.32.28 to 2.33.5

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.19.2 to 2.20.0

Updates org.flywaydb:flyway-core from 11.11.2 to 11.12.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.12.0

See release notes here

Commits

Updates org.flywaydb:flyway-mysql from 11.11.2 to 11.12.0

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

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.10.3 to 3.11.0

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.11.0 - September 09, 2025

Add support for Hibernate 7.1 #802

ObjectMapperWrapper not working with Map<String, String> #793

Commits
  • 898576d [maven-release-plugin] prepare release hypersistence-utils-parent-3.11.0
  • d1f3f6f Update changelog for the 3.11.0 release
  • e6ccf13 Add support for Hibernate 7.1 #802
  • 44e32c8 ObjectMapperWrapper not working with Map<String, String> #793
  • 03a7f62 Misleading error message in JsonJavaTypeDescriptor.wrap() due to fallback on ...
  • f0657d8 Misleading Error in JsonJavaTypeDescriptor.wrap() Due to Fallback on PGobject...
  • b363b6d [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-hibernate6 from 2.19.2 to 2.20.0

Commits
  • 2176f4b [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.20.0
  • 36ca742 Prep for 2.20.0
  • f6930c8 Drop rc2 from version
  • fdc9e1e Post-release version bump
  • 5034a26 [maven-release-plugin] prepare for next development iteration
  • e73a5d5 [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.20...
  • dc95a11 Prep for 2.20.0-rc1
  • 41b04e0 Merge branch '2.x' of github.com:FasterXML/jackson-datatype-hibernate into 2.x
  • c676bdc -> 2.20.0-rc1-SNAPSHOT
  • 4d1187e Update README.md
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.10 to 2.8.13

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.13 released!

Added

  • #3084 - Add Scalar Support

Changed

  • Upgrade swagger-ui to v5.28.1

Fixed

  • #3076 - With oneOf the response schema contains an extra type: string

Full Changelog: springdoc/springdoc-openapi@v2.8.12...v2.8.13

springdoc-openapi v2.8.12 released!

Changed

  • Upgrade swagger-ui to v5.28.0

Fixed

  • #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

Full Changelog: springdoc/springdoc-openapi@v2.8.11...v2.8.12

springdoc-openapi v2.8.11 released!

Added

  • #3065 - javadoc and overall performance optimization

Changed

  • Upgrade spring-boot to v3.5.5

Fixed

  • #3064 -ClassNotFoundException: kotlin.reflect.full.KClasses

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.10...v2.8.11

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.13] - 2025-09-07

Added

  • #3084 - Add Scalar Support

Changed

  • Upgrade swagger-ui to v5.28.1

Fixed

  • #3076 - With oneOf the response schema contains an extra type: string

[2.8.12] - 2025-09-01

Changed

  • Upgrade swagger-ui to v5.28.0

Fixed

  • #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

[2.8.11] - 2025-08-23

Added

  • #3065 - javadoc and overall performance optimization

Changed

  • Upgrade spring-boot to v3.5.5

Fixed

  • #3064 -ClassNotFoundException: kotlin.reflect.full.KClasses
Commits
  • 7ddac7d [maven-release-plugin] prepare release v2.8.13
  • a66dfdb dependency review and prepare for the next release
  • 5c46afb Add logic to skipPublishing Tests to Maven Central
  • 92b5080 skip tests deploy
  • 672b42c Adding Scalar to springdoc-bom. Fixes #3084
  • e0feb04 Adding initial Scalar Support. Fixes #3084
  • 31ba90b Update pom.xml
  • 2c55b9d Update CHANGELOG.md
  • 4ca2601 With 'oneOf' the response schema contains an extra 'type: string. Fixes #3076
  • ea14088 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:s3 from 2.32.28 to 2.33.5

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.19.2 to 2.20.0

Updates org.flywaydb:flyway-core from 11.11.2 to 11.12.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.12.0

See release notes here

Commits

Updates org.flywaydb:flyway-mysql from 11.11.2 to 11.12.0

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

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.10.3 to 3.11.0

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.11.0 - September 09, 2025

Add support for Hibernate 7.1 #802

ObjectMapperWrapper not working with Map<String, String> #793

Commits
  • 898576d [maven-release-plugin] prepare release hypersistence-utils-parent-3.11.0
  • d1f3f6f Update changelog for the 3.11.0 release
  • e6ccf13 Add support for Hibernate 7.1 #802
  • 44e32c8 ObjectMapperWrapper not working with Map<String, String> #793
  • 03a7f62 Misleading error message in JsonJavaTypeDescriptor.wrap() due to fallback on ...
  • f0657d8 Misleading Error in JsonJavaTypeDescriptor.wrap() Due to Fallback on PGobject...
  • b363b6d [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-hibernate6 from 2.19.2 to 2.20.0

Commits
  • 2176f4b [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.20.0
  • 36ca742 Prep for 2.20.0
  • f6930c8 Drop rc2 from version
  • fdc9e1e Post-release version bump
  • 5034a26 [maven-release-plugin] prepare for next development iteration
  • e73a5d5 [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.20...
  • dc95a11 Prep for 2.20.0-rc1
  • 41b04e0 Merge branch '2.x' of github.com:FasterXML/jackson-datatype-hibernate into 2.x
  • c676bdc -> 2.20.0-rc1-SNAPSHOT
  • 4d1187e Update README.md
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.10 to 2.8.13

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.13 released!

Added

  • #3084 - Add Scalar Support

Changed

  • Upgrade swagger-ui to v5.28.1

Fixed

  • #3076 - With oneOf the response schema contains an extra type: string

Full Changelog: springdoc/springdoc-openapi@v2.8.12...v2.8.13

springdoc-openapi v2.8.12 released!

Changed

  • Upgrade swagger-ui to v5.28.0

Fixed

  • #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

Full Changelog: springdoc/springdoc-openapi@v2.8.11...v2.8.12

springdoc-openapi v2.8.11 released!

Added

  • #3065 - javadoc and overall performance optimization

Changed

  • Upgrade spring-boot to v3.5.5

Fixed

  • #3064 -ClassNotFoundException: kotlin.reflect.full.KClasses

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.10...v2.8.11

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.13] - 2025-09-07

Added

  • #3084 - Add Scalar Support

Changed

  • Upgrade swagger-ui to v5.28.1

Fixed

  • #3076 - With oneOf the response schema contains an extra type: string

[2.8.12] - 2025-09-01

Changed

  • Upgrade swagger-ui to v5.28.0

Fixed

  • #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

[2.8.11] - 2025-08-23

Added

  • #3065 - javadoc and overall performance optimization

Changed

  • Upgrade spring-boot to v3.5.5

Fixed

  • #3064 -ClassNotFoundException: kotlin.reflect.full.KClasses
Commits
  • 7ddac7d [maven-release-plugin] prepare release v2.8.13
  • a66dfdb dependency review and prepare for the next release
  • 5c46afb Add logic to skipPublishing Tests to Maven Central
  • 92b5080 skip tests deploy
  • 672b42c Adding Scalar to springdoc-bom. Fixes #3084
  • e0feb04 Adding initial Scalar Support. Fixes #3084
  • 31ba90b Update pom.xml
  • 2c55b9d Update CHANGELOG.md
  • 4ca2601 With 'oneOf' the response schema contains an extra 'type: string. Fixes #3076
  • ea14088 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:s3 from 2.32.28 to 2.33.5

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.19.2 to 2.20.0

Updates org.flywaydb:flyway-core from 11.11.2 to 11.12.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.12.0

See release notes here

Commits

Updates org.flywaydb:flyway-mysql from 11.11.2 to 11.12.0

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

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.10.3 to 3.11.0

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.11.0 - September 09, 2025

Add support for Hibernate 7.1 #802

ObjectMapperWrapper not working with Map<String, String> #793

Commits
  • 898576d [maven-release-plugin] prepare release hypersistence-utils-parent-3.11.0
  • d1f3f6f Update changelog for the 3.11.0 release
  • e6ccf13 Add support for Hibernate 7.1 #802
  • 44e32c8 ObjectMapperWrapper not working with Map<String, String> #793
  • 03a7f62 Misleading error message in JsonJavaTypeDescriptor.wrap() due to fallback on ...
  • f0657d8 Misleading Error in JsonJavaTypeDescriptor.wrap() Due to Fallback on PGobject...
  • b363b6d [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-hibernate6 from 2.19.2 to 2.20.0

Commits
  • 2176f4b [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.20.0
  • 36ca742 Prep for 2.20.0
  • f6930c8 Drop rc2 from version
  • fdc9e1e Post-release version bump
  • 5034a26 [maven-release-plugin] prepare for next development iteration
  • e73a5d5 [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.20...
  • dc95a11 Prep for 2.20.0-rc1
  • 41b04e0 Merge branch '2.x' of github.com:FasterXML/jackson-datatype-hibernate into 2.x
  • c676bdc -> 2.20.0-rc1-SNAPSHOT
  • 4d1187e Update README.md
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.10 to 2.8.13

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.13 released!

Added

  • #3084 - Add Scalar Support

Changed

  • Upgrade swagger-ui to v5.28.1

Fixed

  • #3076 - With oneOf the response schema contains an extra type: string

Full Changelog: springdoc/springdoc-openapi@v2.8.12...v2.8.13

springdoc-openapi v2.8.12 released!

Changed

  • Upgrade swagger-ui to v5.28.0

Fixed

  • #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

Full Changelog: springdoc/springdoc-openapi@v2.8.11...v2.8.12

springdoc-openapi v2.8.11 released!

Added

  • #3065 - javadoc and overall performance optimization

Changed

  • Upgrade spring-boot to v3.5.5

Fixed

  • #3064 -ClassNotFoundException: kotlin.reflect.full.KClasses

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.10...v2.8.11

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.13] - 2025-09-07

Added

  • #3084 - Add Scalar Support

Changed

  • Upgrade swagger-ui to v5.28.1

Fixed

  • #3076 - With oneOf the response schema contains an extra type: string

[2.8.12] - 2025-09-01

Changed

  • Upgrade swagger-ui to v5.28.0

Fixed

  • #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

[2.8.11] - 2025-08-23

Added

  • #3065 - javadoc and overall performance optimization

Changed

  • Upgrade spring-boot to v3.5.5

Fixed

  • #3064 -ClassNotFoundException: kotlin.reflect.full.KClasses
Commits
  • 7ddac7d [maven-release-plugin] prepare release v2.8.13
  • a66dfdb dependency review and prepare for the next release
  • 5c46afb Add logic to skipPublishing Tests to Maven Central
  • 92b5080 skip tests deploy
  • 672b42c Adding Scalar to springdoc-bom. Fixes #3084
  • e0feb04 Adding initial Scalar Support. Fixes #3084
  • 31ba90b Update pom.xml
  • 2c55b9d Update CHANGELOG.md
  • 4ca2601 With 'oneOf' the response schema contains an extra 'type: string. Fixes #3076
  • ea14088 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:s3 from 2.32.28 to 2.33.5

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.19.2 to 2.20.0

Updates org.flywaydb:flyway-core from 11.11.2 to 11.12.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.12.0

See release notes here

Commits

Updates org.flywaydb:flyway-mysql from 11.11.2 to 11.12.0

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

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.10.3 to 3.11.0

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.11.0 - September 09, 2025

Add support for Hibernate 7.1 #802

ObjectMapperWrapper not working with Map<String, String> #793

Commits
  • 898576d [maven-release-plugin] prepare release hypersistence-utils-parent-3.11.0
  • d1f3f6f Update changelog for the 3.11.0 release
  • e6ccf13 Add support for Hibernate 7.1 #802
  • 44e32c8 ObjectMapperWrapper not working with Map<String, String> #793
  • 03a7f62 Misleading error message in JsonJavaTypeDescriptor.wrap() due to fallback on ...
  • f0657d8 Misleading Error in JsonJavaTypeDescriptor.wrap() Due to Fallback on PGobject...
  • b363b6d [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-hibernate6 from 2.19.2 to 2.20.0

Commits
  • 2176f4b [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.20.0
  • 36ca742 Prep for 2.20.0
  • f6930c8 Drop rc2 from version
  • fdc9e1e Post-release version bump
  • 5034a26 [maven-release-plugin] prepare for next development iteration
  • e73a5d5 [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.20...
  • Description has been truncated

Bumps the backend-prod group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| software.amazon.awssdk:s3 | `2.32.28` | `2.33.5` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.19.2` | `2.20.0` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.11.2` | `11.12.0` |
| org.flywaydb:flyway-mysql | `11.11.2` | `11.12.0` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.38` | `1.18.40` |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.10.3` | `3.11.0` |
| [com.fasterxml.jackson.datatype:jackson-datatype-hibernate6](https://github.com/FasterXML/jackson-datatype-hibernate) | `2.19.2` | `2.20.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.10` | `2.8.13` |

Bumps the backend-prod group with 8 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| software.amazon.awssdk:s3 | `2.32.28` | `2.33.5` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.19.2` | `2.20.0` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.11.2` | `11.12.0` |
| org.flywaydb:flyway-mysql | `11.11.2` | `11.12.0` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.38` | `1.18.40` |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.10.3` | `3.11.0` |
| [com.fasterxml.jackson.datatype:jackson-datatype-hibernate6](https://github.com/FasterXML/jackson-datatype-hibernate) | `2.19.2` | `2.20.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.10` | `2.8.13` |



Updates `software.amazon.awssdk:s3` from 2.32.28 to 2.33.5

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.19.2 to 2.20.0

Updates `org.flywaydb:flyway-core` from 11.11.2 to 11.12.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.11.2...flyway-11.12.0)

Updates `org.flywaydb:flyway-mysql` from 11.11.2 to 11.12.0

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)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.10.3 to 3.11.0
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.10.3...hypersistence-utils-parent-3.11.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-hibernate6` from 2.19.2 to 2.20.0
- [Commits](FasterXML/jackson-datatype-hibernate@jackson-datatype-hibernate-parent-2.19.2...jackson-datatype-hibernate-parent-2.20.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.10 to 2.8.13
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.10...v2.8.13)

Updates `software.amazon.awssdk:s3` from 2.32.28 to 2.33.5

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.19.2 to 2.20.0

Updates `org.flywaydb:flyway-core` from 11.11.2 to 11.12.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.11.2...flyway-11.12.0)

Updates `org.flywaydb:flyway-mysql` from 11.11.2 to 11.12.0

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)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.10.3 to 3.11.0
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.10.3...hypersistence-utils-parent-3.11.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-hibernate6` from 2.19.2 to 2.20.0
- [Commits](FasterXML/jackson-datatype-hibernate@jackson-datatype-hibernate-parent-2.19.2...jackson-datatype-hibernate-parent-2.20.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.10 to 2.8.13
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.10...v2.8.13)

Updates `software.amazon.awssdk:s3` from 2.32.28 to 2.33.5

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.19.2 to 2.20.0

Updates `org.flywaydb:flyway-core` from 11.11.2 to 11.12.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.11.2...flyway-11.12.0)

Updates `org.flywaydb:flyway-mysql` from 11.11.2 to 11.12.0

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)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.10.3 to 3.11.0
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.10.3...hypersistence-utils-parent-3.11.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-hibernate6` from 2.19.2 to 2.20.0
- [Commits](FasterXML/jackson-datatype-hibernate@jackson-datatype-hibernate-parent-2.19.2...jackson-datatype-hibernate-parent-2.20.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.10 to 2.8.13
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.10...v2.8.13)

Updates `software.amazon.awssdk:s3` from 2.32.28 to 2.33.5

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.19.2 to 2.20.0

Updates `org.flywaydb:flyway-core` from 11.11.2 to 11.12.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.11.2...flyway-11.12.0)

Updates `org.flywaydb:flyway-mysql` from 11.11.2 to 11.12.0

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)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.10.3 to 3.11.0
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.10.3...hypersistence-utils-parent-3.11.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-hibernate6` from 2.19.2 to 2.20.0
- [Commits](FasterXML/jackson-datatype-hibernate@jackson-datatype-hibernate-parent-2.19.2...jackson-datatype-hibernate-parent-2.20.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.10 to 2.8.13
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.10...v2.8.13)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.33.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-hibernate6
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.33.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-hibernate6
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.33.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-hibernate6
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.33.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-hibernate6
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
...

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 Sep 10, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 12, 2025
@dependabot dependabot bot deleted the dependabot/maven/backend-prod-20aed898fb branch September 12, 2025 11:18
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