Skip to content

chore(deps): bump the maven-production group across 1 directory with 17 updates - #1044

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-production-2f3a67fe74
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-production-2f3a67fe74

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the maven-production group with 17 updates in the / directory:

Package From To
org.projectlombok:lombok 1.18.46 1.18.48
org.hibernate.validator:hibernate-validator 6.2.0.Final 9.1.3.Final
org.hibernate:hibernate-core 5.3.20.Final 7.4.7.Final
org.hibernate:hibernate-envers 5.3.20.Final 7.4.7.Final
com.fasterxml.jackson.core:jackson-databind 2.13.4.2 2.22.2
com.fasterxml.jackson.core:jackson-core 2.18.8 2.22.2
com.fasterxml.jackson.core:jackson-annotations 2.12.6 2.22
com.sun.xml.bind:jaxb-impl 2.3.3 4.0.9
com.sun.xml.bind:jaxb-core 2.3.0.1 4.0.9
org.junit.jupiter:junit-jupiter-api 5.14.1 6.1.3
org.junit.jupiter:junit-jupiter-params 5.14.1 6.1.3
org.apache.maven.plugins:maven-surefire-plugin 3.5.6 3.6.0
org.liquibase:liquibase-core 4.33.0 5.0.4
org.freemarker:freemarker 2.3.34 2.3.35
io.swagger.core.v3:swagger-models 2.2.41 2.2.55
io.swagger.core.v3:swagger-annotations 2.2.41 2.2.55
io.swagger.core.v3:swagger-jaxrs2 2.2.41 2.2.55

Updates org.projectlombok:lombok from 1.18.46 to 1.18.48

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.48 (September 1st, 2026)

  • BREAKING CHANGE/BUGFIX: @Builder(builderClassName = "Builder") now generates an error, because the type names collide. #3857 (found after release)
  • PLATFORM: JDK27 support added #4072.
  • BUGFIX: @SneakyThrows usage on JDK26 no longer results in class files that require lombok.jar to be on the runtime classpath (which should not be neccessary). #4040.
  • FEATURE: New config key lombok.checkReturnValueAnnotation (values: none, lombok; default: none) lets lombok generate @lombok.CheckReturnValue on generated methods where the return value should not be ignored, such as @With methods and @Builder.build(). A future lombok release may flip the default to lombok. #4013.
  • PROMOTION: @SuperBuilder has been promoted to the main package. Otherwise, no changes have been made to the annotation. The old experimental annotation will remain for a few versions, at which point it will be marked as a deprecated annotation. Eventually it'll be removed. If you had lombok.config configuration for this annotation, the configuration keys for this feature have been renamed. #2209.
  • OLD-CRUFT: lombok.experimental.Wither and lombok.Delegate are deprecated remnants; these features were moved (to respectively lombok.With and lombok.experimental.Delegate over 5 years ago. They are now removed entirely. If your project is dependent on an older version of lombok which still has those; fret not, lombok still processes these annotations. It just no longer includes them in the jar.
  • FEATURE: CheckerFramework: Lombok now adds @SideEffectFree to constructors it makes if you have enabled checker framework via lombok.config.
  • BUGFIX: CheckerFramework: Lombok would add @SideEffectFree to the build() method of any generated builder, even if it is a builder for invoking a method; in that case, the side-effect-free nature of build() mirrors the side-effect-free nature of the method invocation you've built. Lombok now checks if the method it generated a builder for is side effect free / 'check return type'.
Commits
  • b48657c [version] pre-release version bump v1.18.48
  • d1d0039 Merge branch 'jdk27'
  • 1a23dad [review][refactor] No meaningful changes: Improved comments, javadoc, and cle...
  • 40cdde8 [changelog] JDK27 support
  • 25eae29 Add Danish Nawab to AUTHORS
  • 10ab92b Support JDK27: end positions moved from EndPosTable to JCTree.endpos
  • af01b7a Document the new configuration syntax for listy things
  • 1be3857 There is no more HtAccess
  • 405985d Semantic sections for website
  • 04b7340 [trivial] fixing some outdated tests (tests were broken, not lombok).
  • Additional commits viewable in compare view

Updates org.hibernate.validator:hibernate-validator from 6.2.0.Final to 9.1.3.Final

Release notes

Sourced from org.hibernate.validator:hibernate-validator's releases.

Release 9.1.3.Final

Hibernate Validator 9.1.3.Final released

We are pleased to announce the release of Hibernate Validator 9.1: 9.1.3.Final.

You can find the full list of 9.1.3.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.

Conclusion

For additional details, see:

Visit the website for details on getting in touch with us.

Release 9.1.2.Final

Hibernate Validator 9.1.2.Final released

We are pleased to announce the release of Hibernate Validator 9.1: 9.1.2.Final.

You can find the full list of 9.1.2.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.

Conclusion

For additional details, see:

... (truncated)

Changelog

Sourced from org.hibernate.validator:hibernate-validator's changelog.

9.1.3.Final (2026-07-26)

Full changelog

Bug

  • HV-2231 - RegexpURLValidator throws NPE when URL has no authority component

9.1.2.Final (2026-07-06)

Full changelog

Bug

  • HV-2222 - ParameterNode.getParameterIndex throws NPE

9.1.1.Final (2026-06-22)

Full changelog

Bug

  • HV-2217 HibernateConstraintValidatorContext::addExpressionVariable throws NPE when given null value
  • HV-2164 NIP constraint javadoc incorrectly states that it is a 9 digit sequence
  • HV-1923 CPF constraint accepting incorrect format

Improvement

  • HV-2216 Use Maven 3.9.16 as a required minimum version for the build
  • HV-2214 Enable automatic releases
  • HV-2212 Bump joda-time to 2.14.2
  • HV-2208 Update to OpenJFX to 17.0.19
  • HV-2207 Use Maven 3.9.15 as a required minimum version for the build
  • HV-2197 Update to JBoss logging 3.6.3.Final
  • HV-2194 Bump joda-time to 2.14.1
  • HV-2191 Simplify PlatformResourceBundleLocator#determineAvailabilityOfResourceBundleControl() to drop reflection
  • HV-2173 Upgrade to JBoss logging 3.6.2.Final
  • HV-2172 Update to OpenJFX to 17.0.18
  • HV-2171 Bump Apache Groovy to 5.0.4
  • HV-2170 Pass a ROOT locale to loggers to avoid unnecessary class lookups
  • HV-2162 Provide the member name in the JavaBeanProperty
  • HV-2158 Update documentation theme to the current latest 6.1.2.Final
  • HV-2157 Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • HV-2156 Test against wildfly-preview 38.0.1.Final

Task

  • HV-2192 Use Maven 3.9.13 as a required minimum version for the build
  • HV-2163 Use Maven 3.9.12 as a required minimum version for the build

9.1.0.Final (2025-11-07)

... (truncated)

Commits
  • 8ab68bc [Jenkins release job] Preparing release 9.1.3.Final
  • 36a8551 [Jenkins release job] changelog.md updated by release build 9.1.3.Final
  • e8b4ebd [Jenkins release job] README.md updated by release build 9.1.3.Final
  • 8ba5072 HV-2231 Fix NPE in RegexpURLValidator when URL has no host
  • e9d4856 [9.1] Bump the build-dependencies group with 3 updates
  • 7793c80 Use correct env var name for additional arguments in the release script
  • 8cffdd8 [Jenkins release job] Preparing next development iteration
  • 51f5c8c [Jenkins release job] Preparing release 9.1.2.Final
  • c04ba71 [Jenkins release job] changelog.md updated by release build 9.1.2.Final
  • ac29d5e [Jenkins release job] README.md updated by release build 9.1.2.Final
  • Additional commits viewable in compare view

Updates org.hibernate:hibernate-core from 5.3.20.Final to 7.4.7.Final

Release notes

Sourced from org.hibernate:hibernate-core's releases.

Release 7.4.7

Hibernate ORM 7.4.7.Final released

Today, we published a new release of Hibernate ORM 7.4: 7.4.7.Final.

You can find the full list of 7.4.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.4.6

Hibernate ORM 7.4.6.Final released

Today, we published a new release of Hibernate ORM 7.4: 7.4.6.Final.

You can find the full list of 7.4.6.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate:hibernate-core's changelog.

Changes in 7.4.7.Final (August 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/40441

** Bug * HHH-20773 @​Basic(fetch=LAZY) field not served from 2LC for @​Immutable entities with associations * HHH-20720 Hibernate processor: @​Transactional annotation should be copied for all repositories, not just Jakarta Data * HHH-20718 Invalid SQL when a to-one foreign key references an ancestor table in a JOINED hierarchy

** Improvement * HHH-17990 More advanced "proxy" classes (and tests) for session/statelessSession for use in other libraries

Changes in 7.4.6.Final (August 23, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/40133

** Bug * HHH-20788 [Quarkus 3.20.5 / Hibernate ORM 6.6.40.Final] quarkus.otel.logs.enabled=true fails SessionFactory build for TABLE_PER_CLASS collections * HHH-20783 hibernate.transactions{result="failure"} metric can transiently go negative due to non-atomic counter reads, breaking the whole Prometheus scrape on Micrometer 1.14+ * HHH-20779 Envers: unwrap proxies in collection-change audit work units * HHH-20776 CriteriaBuilder.literal() mistypes an enum constant declared with a class body * HHH-20772 ARRAY_AGG column in Jakarta Data query method cannot be mapped to result type property * HHH-20743 hibernate-maven-plugin enhance goal computes wrong class names when fileSets directory differs from classesDirectory * HHH-20707 Missing import for inner interface type in CDI accessor metamodel methods * HHH-20696 Implicit name of list index columns not applied by MetadataBuilder * HHH-20661 HQL UNION fails when unioning java.util.Date from different attribute paths * HHH-20624 StackOverflowError when creating entity manager with attribute converter hierarchy with generic parameter * HHH-20515 Adjust default for SessionCheckMode on Session.findMultiple() * HHH-20472 Generated metamodel class missing List import * HHH-20452 @​OneToMany mapping silently dropped when orm.xml contributes a partial overlay (entity-listeners only) to an entity whose @​Id is inherited from a @​MappedSuperclass * HHH-20438 Basic-array body predicates fail with AssertionError from SqmMappingModelHelper.resolveSqmPath * HHH-20348 DataException / ClassCastException when aggregating primitive

** Task * HHH-20736 Tune the content of javadocs to reduce the size of files published to Maven Central * HHH-20710 Update to hibernate-models 1.1.2

Changes in 7.4.5.Final (July 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/40032

** Bug * HHH-20665 In loadJackson3Modules, the ObjectMapper check incorrectly compares against a Jackson 2 instead of a Jackson 3 mapper class * HHH-20650 CTE names/columns and generated recursive search/cycle columns are not quoted when they are reserved words

... (truncated)

Commits
  • 2897b69 [Jenkins release job] Preparing release 7.4.7.Final
  • a368750 [Jenkins release job] changelog.txt updated by release build 7.4.7.Final
  • ae2a193 HHH-20720 Guard inheritedAnnotations() on CDI availability and rename addDepe...
  • 88ff40a HHH-20720 Copy @​InterceptorBinding annotations for all repository types, not ...
  • e68da2d HHH-17990 - Create a helper class SPI for decorating a StatelessSession insta...
  • 15dc1ab HHH-20718 Retain superclass table join for to-one FK targets on a JOINED hier...
  • 5d86a96 HHH-20773 Resolve UNFETCHED_PROPERTY for initialized lazy fields during 2LC d...
  • 39a5fb0 [Jenkins release job] Preparing next development iteration
  • 43e2e9a [Jenkins release job] Preparing release 7.4.6.Final
  • cd34e60 [Jenkins release job] changelog.txt updated by release build 7.4.6.Final
  • Additional commits viewable in compare view

Updates org.hibernate:hibernate-envers from 5.3.20.Final to 7.4.7.Final

Release notes

Sourced from org.hibernate:hibernate-envers's releases.

Release 7.4.7

Hibernate ORM 7.4.7.Final released

Today, we published a new release of Hibernate ORM 7.4: 7.4.7.Final.

You can find the full list of 7.4.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.4.6

Hibernate ORM 7.4.6.Final released

Today, we published a new release of Hibernate ORM 7.4: 7.4.6.Final.

You can find the full list of 7.4.6.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate:hibernate-envers's changelog.

Changes in 7.4.7.Final (August 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/40441

** Bug * HHH-20773 @​Basic(fetch=LAZY) field not served from 2LC for @​Immutable entities with associations * HHH-20720 Hibernate processor: @​Transactional annotation should be copied for all repositories, not just Jakarta Data * HHH-20718 Invalid SQL when a to-one foreign key references an ancestor table in a JOINED hierarchy

** Improvement * HHH-17990 More advanced "proxy" classes (and tests) for session/statelessSession for use in other libraries

Changes in 7.4.6.Final (August 23, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/40133

** Bug * HHH-20788 [Quarkus 3.20.5 / Hibernate ORM 6.6.40.Final] quarkus.otel.logs.enabled=true fails SessionFactory build for TABLE_PER_CLASS collections * HHH-20783 hibernate.transactions{result="failure"} metric can transiently go negative due to non-atomic counter reads, breaking the whole Prometheus scrape on Micrometer 1.14+ * HHH-20779 Envers: unwrap proxies in collection-change audit work units * HHH-20776 CriteriaBuilder.literal() mistypes an enum constant declared with a class body * HHH-20772 ARRAY_AGG column in Jakarta Data query method cannot be mapped to result type property * HHH-20743 hibernate-maven-plugin enhance goal computes wrong class names when fileSets directory differs from classesDirectory * HHH-20707 Missing import for inner interface type in CDI accessor metamodel methods * HHH-20696 Implicit name of list index columns not applied by MetadataBuilder * HHH-20661 HQL UNION fails when unioning java.util.Date from different attribute paths * HHH-20624 StackOverflowError when creating entity manager with attribute converter hierarchy with generic parameter * HHH-20515 Adjust default for SessionCheckMode on Session.findMultiple() * HHH-20472 Generated metamodel class missing List import * HHH-20452 @​OneToMany mapping silently dropped when orm.xml contributes a partial overlay (entity-listeners only) to an entity whose @​Id is inherited from a @​MappedSuperclass * HHH-20438 Basic-array body predicates fail with AssertionError from SqmMappingModelHelper.resolveSqmPath * HHH-20348 DataException / ClassCastException when aggregating primitive

** Task * HHH-20736 Tune the content of javadocs to reduce the size of files published to Maven Central * HHH-20710 Update to hibernate-models 1.1.2

Changes in 7.4.5.Final (July 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/40032

** Bug * HHH-20665 In loadJackson3Modules, the ObjectMapper check incorrectly compares against a Jackson 2 instead of a Jackson 3 mapper class * HHH-20650 CTE names/columns and generated recursive search/cycle columns are not quoted when they are reserved words

... (truncated)

Commits
  • 2897b69 [Jenkins release job] Preparing release 7.4.7.Final
  • a368750 [Jenkins release job] changelog.txt updated by release build 7.4.7.Final
  • ae2a193 HHH-20720 Guard inheritedAnnotations() on CDI availability and rename addDepe...
  • 88ff40a HHH-20720 Copy @​InterceptorBinding annotations for all repository types, not ...
  • e68da2d HHH-17990 - Create a helper class SPI for decorating a StatelessSession insta...
  • 15dc1ab HHH-20718 Retain superclass table join for to-one FK targets on a JOINED hier...
  • 5d86a96 HHH-20773 Resolve UNFETCHED_PROPERTY for initialized lazy fields during 2LC d...
  • 39a5fb0 [Jenkins release job] Preparing next development iteration
  • 43e2e9a [Jenkins release job] Preparing release 7.4.6.Final
  • cd34e60 [Jenkins release job] changelog.txt updated by release build 7.4.6.Final
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.13.4.2 to 2.22.2

Commits
  • 25b2a22 [maven-release-plugin] prepare release jackson-databind-2.22.2
  • bab1c1a Prep for 2.22.2 release
  • bc03cf8 Merge branch '2.21' into 2.22
  • 83379fb Merge branch '2.20' into 2.21
  • 0d400c9 Merge branch '2.19' into 2.20
  • ce36a27 Merge branch '2.18' into 2.19
  • 7a209e1 Post-release dep version bump
  • a432707 [maven-release-plugin] prepare for next development iteration
  • 176df1d [maven-release-plugin] prepare release jackson-databind-2.18.10
  • 7785f5f Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-core from 2.18.8 to 2.22.2

Commits
  • 24bab14 [maven-release-plugin] prepare release jackson-core-2.22.2
  • dbbd2a0 Prep for 2.22.2 release
  • 038fc7a Merge branch '2.21' into 2.22
  • aaf3398 Merge branch '2.20' into 2.21
  • 2911dae Merge branch '2.19' into 2.20
  • ed8e9dc Merge branch '2.18' into 2.19
  • f8dc7d7 Post-release dep version bump
  • 7add1bf [maven-release-plugin] prepare for next development iteration
  • d11418c [maven-release-plugin] prepare release jackson-core-2.18.10
  • 66a7a17 Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.12.6 to 2.22

Commits
  • c638c81 [maven-release-plugin] prepare release jackson-annotations-2.22
  • 625a693 Prep for 2.22.0 release
  • 5038777 docs:update README, SECURITY, and docs links to canonical URLs (#348)
  • dd18c40 Remove default value for @​JsonApplyView.value (#347)
  • 85366ad PR for JsonApplyView (#78) (#338)
  • bdf79ad Implement #334: better Locale handling for @​JsonFormat (via JsonFormat.Valu...
  • d020e4a Fix couple of minor bugs (#343)
  • 5731cfe Add @JsonTypeInfo.writeTypeIdForDefaultImpl to allow skipping writing of ty...
  • fc9c6ab Javadoc improvement for JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_VALUES
  • a526254 Fix #339: Add OptBoolean valued property "order" in `@JsonIncludeProperties...
  • Additional commits viewable in compare view

Updates com.sun.xml.bind:jaxb-impl from 2.3.3 to 4.0.9

Updates com.sun.xml.bind:jaxb-core from 2.3.0.1 to 4.0.9

Updates org.junit.jupiter:junit-jupiter-api from 5.14.1 to 6.1.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.14.1 to 6.1.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.14.1 to 6.1.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.6 to 3.6.0

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.6.0

Please refer to the main page for what's new https://maven.apache.org/surefire/ And the migration page https://maven.apache.org/surefire/maven-surefire-plugin/whats-new-3-6-0.html

🚀 New features and improvements

…17 updates

Bumps the maven-production group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.46` | `1.18.48` |
| [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) | `6.2.0.Final` | `9.1.3.Final` |
| [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) | `5.3.20.Final` | `7.4.7.Final` |
| [org.hibernate:hibernate-envers](https://github.com/hibernate/hibernate-orm) | `5.3.20.Final` | `7.4.7.Final` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `2.13.4.2` | `2.22.2` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.18.8` | `2.22.2` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson-annotations) | `2.12.6` | `2.22` |
| com.sun.xml.bind:jaxb-impl | `2.3.3` | `4.0.9` |
| com.sun.xml.bind:jaxb-core | `2.3.0.1` | `4.0.9` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.14.1` | `6.1.3` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.14.1` | `6.1.3` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.6` | `3.6.0` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.33.0` | `5.0.4` |
| org.freemarker:freemarker | `2.3.34` | `2.3.35` |
| io.swagger.core.v3:swagger-models | `2.2.41` | `2.2.55` |
| io.swagger.core.v3:swagger-annotations | `2.2.41` | `2.2.55` |
| io.swagger.core.v3:swagger-jaxrs2 | `2.2.41` | `2.2.55` |



Updates `org.projectlombok:lombok` from 1.18.46 to 1.18.48
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.46...v1.18.48)

Updates `org.hibernate.validator:hibernate-validator` from 6.2.0.Final to 9.1.3.Final
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.3.Final/changelog.md)
- [Commits](hibernate/hibernate-validator@6.2.0.Final...9.1.3.Final)

Updates `org.hibernate:hibernate-core` from 5.3.20.Final to 7.4.7.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.7/changelog.txt)
- [Commits](hibernate/hibernate-orm@5.3.20...7.4.7)

Updates `org.hibernate:hibernate-envers` from 5.3.20.Final to 7.4.7.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.7/changelog.txt)
- [Commits](hibernate/hibernate-orm@5.3.20...7.4.7)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.13.4.2 to 2.22.2
- [Commits](FasterXML/jackson-databind@jackson-databind-2.13.4.2...jackson-databind-2.22.2)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.8 to 2.22.2
- [Commits](FasterXML/jackson-core@jackson-core-2.18.8...jackson-core-2.22.2)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.12.6 to 2.22
- [Commits](FasterXML/jackson-annotations@jackson-annotations-2.12.6...jackson-annotations-2.22)

Updates `com.sun.xml.bind:jaxb-impl` from 2.3.3 to 4.0.9

Updates `com.sun.xml.bind:jaxb-core` from 2.3.0.1 to 4.0.9

Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.1 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.1...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.14.1 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.1...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.14.1 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.1...r6.1.3)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.6 to 3.6.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.6...surefire-3.6.0)

Updates `org.liquibase:liquibase-core` from 4.33.0 to 5.0.4
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/main/changelog.txt)
- [Commits](liquibase/liquibase@v4.33.0...v5.0.4)

Updates `org.freemarker:freemarker` from 2.3.34 to 2.3.35

Updates `io.swagger.core.v3:swagger-models` from 2.2.41 to 2.2.55

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.41 to 2.2.55

Updates `io.swagger.core.v3:swagger-jaxrs2` from 2.2.41 to 2.2.55

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.41 to 2.2.55

Updates `io.swagger.core.v3:swagger-jaxrs2` from 2.2.41 to 2.2.55

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-production
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-version: 9.1.3.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-production
- dependency-name: org.hibernate:hibernate-core
  dependency-version: 7.4.7.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-production
- dependency-name: org.hibernate:hibernate-envers
  dependency-version: 7.4.7.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-production
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-production
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-production
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: '2.22'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-production
- dependency-name: com.sun.xml.bind:jaxb-impl
  dependency-version: 4.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-production
- dependency-name: com.sun.xml.bind:jaxb-core
  dependency-version: 4.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-production
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-production
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-production
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-production
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-production
- dependency-name: org.liquibase:liquibase-core
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-production
- dependency-name: org.freemarker:freemarker
  dependency-version: 2.3.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-production
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-production
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-production
- dependency-name: io.swagger.core.v3:swagger-jaxrs2
  dependency-version: 2.2.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-production
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-production
- dependency-name: io.swagger.core.v3:swagger-jaxrs2
  dependency-version: 2.2.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-production
...

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 4, 2026
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