Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the dependencies group with 11 updates:

Package From To
org.junit:junit-bom 5.12.2 5.13.0
com.graphql-java:graphql-java 24.0 24.1
org.hibernate.orm:hibernate-core 6.6.15.Final 7.0.0.Final
org.codehaus.mojo:exec-maven-plugin 3.5.0 3.5.1
org.codehaus.groovy:groovy-all 3.0.24 3.0.25
com.diffplug.spotless:spotless-maven-plugin 2.44.4 2.44.5
org.hibernate.validator:hibernate-validator 8.0.2.Final 9.0.0.Final
org.glassfish.expressly:expressly 5.0.0 6.0.0
software.amazon.awssdk:bom 2.31.50 2.31.54
org.jline:jline 3.30.3 3.30.4
org.jline:jline-terminal-jna 3.30.3 3.30.4

Updates org.junit:junit-bom from 5.12.2 to 5.13.0

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

Commits
  • f539f92 Release 5.13.0
  • a54ad65 Use set/get on AtomicBoolean compatibility with Java 8
  • 9bb6a0f Finalize 5.13.0 release notes
  • 5f0e4e6 Remove short-circuiting to ensure all classes are checked for cycles (#4598)
  • 36bb005 Improve assertion failure message in TestClassPredicatesTests
  • 2c86dfa Avoid publishing Gradle Module Metadata for shadowRuntimeElements
  • 4b27910 Allow publishing files to an existing directory
  • b819306 Fix console launcher's --uid option (#4589)
  • df46651 Fix :junit-platform-console:compileModule
  • 182a268 Force Gradle to update snapshots
  • Additional commits viewable in compare view

Updates com.graphql-java:graphql-java from 24.0 to 24.1

Release notes

Sourced from com.graphql-java:graphql-java's releases.

24.1

This is bugfix release for 24.

Main change is #3994: If you have defer enabled (an experimental feature) and use data loaders for mutations your requests would hang, because the data loaders are not dispatched correctly.

Additionally this release contains #3995.

Cheers

What's Changed

Full Changelog: graphql-java/graphql-java@v24.0...v24.1

Commits
  • fcb48ba Merge pull request #3995 from graphql-java/deterministic-source-location-back...
  • e72fddc update gradle wrapper validation
  • a66c594 tidy
  • 9ba39f3 deterministically serialize SourceLocation
  • 1db8cf4 Merge pull request #3994 from graphql-java/mutation-with-defer-enabled-v24
  • 37aa318 fix mutations data loading dispatching when defer is enabled
  • See full diff in compare view

Updates org.hibernate.orm:hibernate-core from 6.6.15.Final to 7.0.0.Final

Release notes

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

Hibernate ORM 7.0.0.Final released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Final.

You can find the full list of 7.0.0.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 from version 6.6 to 7.0.

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.

Hibernate ORM 7.0.0.CR2 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.CR2.

You can find the full list of 7.0.0.CR2 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 from version 6.6 to 7.0.

Conclusion

For additional details, see:

... (truncated)

Changelog

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

Changes in 7.0.0.Final (May 19, 2025)

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

** Task * [HHH-19474] - Release 7.0

Changes in 7.0.0.CR2 (May 14, 2025)

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

** Bug * [HHH-19425] - incorrect class literals in Processor-generated code * [HHH-19389] - use of @​Struct on databases without UDTs * [HHH-19386] - MutationSepectification#getResultType should return null

** Deprecation * [HHH-19440] - Deprecate exposing of LockOptions

** Improvement * [HHH-19460] - mis-named leads to NPE * [HHH-19456] - Upgrade to hibernate-models 1.0.0.CR3 * [HHH-19449] - how does client obtain a BindableType * [HHH-19448] - API/SPI split for BindableType/BindingContext * [HHH-19447] - org.hibernate.query.procedure * [HHH-19445] - methods of ProcedureCall accept BasicTypeReference * [HHH-19444] - [SQLiteDialect] Fix ViolatedConstraintNameExtractor * [HHH-19442] - ProcedureCall should not extend NameableQuery * [HHH-19438] - move OutputableType * [HHH-19428] - Support @​ListIndexBase in mapping.xml * [HHH-19422] - Introduce @​CollectionIdJavaClass * [HHH-19420] - Support batch-size for collections in mapping.xml * [HHH-19399] - setting to enable logging of SQLExceptions * [HHH-19397] - LIMIT clause does not work without ORDER BY clause * [HHH-19324] - Switch tests using hbm.xml to use mapping.xml * [HHH-19310] - Simplified declaration of type for basic mappings in XML * [HHH-19299] - with LIST classification interpreted as BAG * [HHH-19209] - Verify and fix ID class generation for inner classes

** New Feature * [HHH-19450] - Have processor generate EnabledFetchProfile for all discovered profiles

Changes in 7.0.0.CR1 (April 24, 2025)

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

... (truncated)

Commits
  • 9ff2e66 Pre-steps for release : 7.0.0.Final
  • c9dc199 extract a method
  • 853b76a remove some obsolete code
  • 7bd857c HHH-19440 - Deprecate exposing of LockOptions
  • d7c6c6a add more links to Short Guide
  • a65e301 add not-null assertions to catch something that should not be allowed to happen
  • 6d94c0a don't create UniqueKeys for Columns with no assigned names
  • fa964ed javadoc / code cleanup in ImplicitNamingStrategyJpaCompliantImpl
  • 11671ba squash! code cleanups in AnnotatedColumn
  • 73c484e add to @​sees to jdoc
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.5.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • bd1f6f7 [maven-release-plugin] prepare release 3.5.1
  • ac27173 Bump org.codehaus.mojo:mojo-parent from 88 to 89
  • 1ed0f42 Bump org.codehaus.mojo:mojo-parent from 87 to 88 (#474)
  • d221e23 Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0
  • 42bc369 Add ClassLoader support for ASM ClassWriter
  • f4e8634 Bump commons-io:commons-io in /src/test/projects/project6/project5lib
  • 303978c Bump commons-io:commons-io in /src/test/projects/project1
  • fc7ccf0 Bump asm.version from 9.7.1 to 9.8
  • f544485 Bump commons-io:commons-io in /src/test/projects/project2
  • d0fffa5 Bump commons-io:commons-io in /src/test/projects/project14
  • Additional commits viewable in compare view

Updates org.codehaus.groovy:groovy-all from 3.0.24 to 3.0.25

Commits

Updates com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Maven Plugin v2.44.5

Changed

  • Bump default eclipse version to latest 4.34 -> 4.35. (#2458)
  • Bump default greclipse version to latest 4.32 -> 4.35. (#2458)
  • pgp key had expired, this and future releases will be signed by new key (details)
Commits
  • a76bd6e Published maven/2.44.5
  • 04c0e77 Published gradle/7.0.4
  • 845d51c Published lib/3.1.2
  • ec10156 Update signing (#2494)
  • b7957d7 Add the public key here too, it's also available at `hkps://keyserver.ubuntu....
  • 11d98ab I guess it should be a pgp key, not gpg
  • 1185afb Update changelog with description of the deal with the new signing key.
  • 76a6b26 Specify the new subkey.
  • 7a38945 fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v6.10.1.202...
  • e480175 fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v6.10.1.202...
  • Additional commits viewable in compare view

Updates org.hibernate.validator:hibernate-validator from 8.0.2.Final to 9.0.0.Final

Changelog

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

9.0.0.Final (2025-05-20)

** Bug * HV-2074 Customizing PropertyNodeNameProvider Not Working in Programmatic Constraint Definition * HV-1917 MinDuration/MaxDuration validation message (english) broken for zero duration.

** Improvement * HV-2103 Include Jakarta Validation 3.1 XSDs * HV-2102 Disable external schema loading * HV-2094 Bump Jakarta EE BOM to 11.0.0 * HV-2093 Bump joda-time to 2.14.0 * HV-2091 Upgrade paranamer to 2.8.3 * HV-2090 Update to OpenJFX to 17.0.14 * HV-2089 Upgrade paranamer to 2.8.2 * HV-2088 Bump Jakarta EE BOM to 11.0.0-RC1 * HV-2087 Upgrade jboss-logging-tools to 3.0.4.Final * HV-2086 Bump Apache Groovy to 4.0.26 * HV-2085 Upgrade paranamer to 2.8.1 * HV-2084 Bump Jakarta EE BOM to 11.0.0-M5 * HV-2079 Bump joda-time to 2.13.1 * HV-2078 Bump Apache Groovy to 4.0.25

** Task * HV-2108 Test against wildfly-preview 36.0.1.Final * HV-2107 Enable copytocliboard extension from hibernate-asciidoctor-extensions * HV-2104 Remove Google Analytics * HV-2101 Test against wildfly-preview 36.0.0.Final * HV-2096 Use JReleaser to publish hibernate artifacts * HV-2095 Upgrade hibernate-asciidoctor-theme to 5.0.6.Final * HV-2081 Test against wildfly-preview 35.0.1.Final * HV-2077 Align content of CONTRIBUTING.md with what's in other projects * HV-2076 Test against wildfly-preview 35.0.0.Final * HV-2075 Upgrade to wildfly-arquillian-container-managed 5.1.0.Beta9 for testing * HV-2072 Make Hibernate Validator integration tests running on JDK 24+ * HV-2071 Build with JDK 21 * HV-2070 Use maven-assembly-plugin instead of copy-maven-plugin to rename the pdf documents * HV-2023 Add a step to build pdf documentation to the nightly CI job

9.0.0.CR1 (2024-12-13)

** Bug * HV-2067 UUID version not correctly validated * HV-2061 OSGi: HV 9.0.0.Beta1/2/3 imports wrong OSGi package version of Jakarta EL * HV-2044 The distribution package is missing the javadocs sub directory
* HV-1955 NotBlankValidator is not consistent with Jakarta @​NotBlank specs * HV-1829 Hibernate docs still reference ConstraintDefinitionContributor which was removed in 5.3

** Improvement

... (truncated)

Commits
  • c8913f9 [Jenkins release job] Preparing release 9.0.0.Final
  • 4afef4f [Jenkins release job] changelog.txt updated by release build 9.0.0.Final
  • fee9039 [Jenkins release job] README.md updated by release build 9.0.0.Final
  • fa7cd37 HV-2096 Use altReleaseDeploymentRepository to keep the flattened poms clean
  • d4aabc9 HV-2096 Use JReleaser to publish hibernate artifacts
  • 2994865 HV-2108 Test against wildfly-preview 36.0.1.Final
  • 6fecd45 HV-2107 Enable copytocliboard extension from hibernate-asciidoctor-extensions
  • 7ffd0a2 Bump the build-dependencies group across 1 directory with 4 updates
  • d30d626 HV-2104 Remove Google Analytics
  • 47da572 Bump com.gradle:common-custom-user-data-maven-extension
  • Additional commits viewable in compare view

Updates org.glassfish.expressly:expressly from 5.0.0 to 6.0.0

Release notes

Sourced from org.glassfish.expressly:expressly's releases.

6.0.0

What's Changed

New Contributors

Full Changelog: eclipse-ee4j/expressly@5.0.0-RELEASE...6.0.0-RELEASE

6.0.0-M1

What's Changed

Full Changelog: eclipse-ee4j/expressly@5.0.0-RELEASE...6.0.0-M1-RELEASE

Commits
  • 749486a Prepare release org.glassfish.expressly:expressly:6.0.0
  • 1e1a72d Merge pull request #14 from senivam/spiFix
  • 81c85eb Merge branch 'master' into spiFix
  • e1e4961 Merge pull request #17 from arjantijms/update_versions
  • 85f9300 Update versions in pom
  • fa5ed8c Fix for SPI services to be included into the resulting jar
  • 44346c8 Merge pull request #12 from arjantijms/expressly_60
  • 4d227dd Initial support for Expression Language 6.0
  • 22a696f Merge pull request #10 from pzygielo/unused
  • 3b72ce3 Remove unused method
  • See full diff in compare view

Updates software.amazon.awssdk:bom from 2.31.50 to 2.31.54

Updates org.jline:jline from 3.30.3 to 3.30.4

Release notes

Sourced from org.jline:jline's releases.

JLine 3.30.4

🐛 Bug Fixes

  • fix: fix Jansi AnsiConsole broken color detection in uber jars (#1305) @​gnodet
  • fix: Fix SyntaxHighlighter glob pattern handling for non-default file systems (#1300) @​gnodet

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

  • chore: fix intermittent encoding test failures by handling READ_EXPIRED correctly (#1303) @​gnodet
  • chore: improve Maven cache fallback strategy in GitHub Actions (#1304) @​gnodet
Commits
  • fcf6461 [maven-release-plugin] prepare release jline-3.30.4
  • d096f1f docs: Link to Pty4j on Terminal (#1295)
  • ce2d44f fix: fix Jansi AnsiConsole broken color detection in uber jars (#1305)
  • ac97af1 chore: Bump eu.maveniverse.maven.njord:extension from 0.5.4 to 0.6.2 (#1307)
  • f914fa8 chore: Bump groovy.version from 4.0.26 to 4.0.27 (#1306)
  • a21d909 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#1308)
  • 96c50f3 fix: fix SyntaxHighlighter addFiles method to handle glob patterns correctly ...
  • 1bdd1ac chore: fix intermittent encoding test failures by handling READ_EXPIRED corre...
  • 0cfb48c chore: improve Maven cache fallback strategy in GitHub Actions (#1304)
  • 3a12449 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.jline:jline-terminal-jna from 3.30.3 to 3.30.4

Release notes

Sourced from org.jline:jline-terminal-jna's releases.

JLine 3.30.4

🐛 Bug Fixes

  • fix: fix Jansi AnsiConsole broken color detection in uber jars (#1305) @​gnodet
  • fix: Fix SyntaxHighlighter glob pattern handling for non-default file systems (#1300) @​gnodet

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

  • chore: fix intermittent encoding test failures by handling READ_EXPIRED correctly (#1303) @​gnodet
  • chore: improve Maven cache fallback strategy in GitHub Actions (#1304) @​gnodet
Commits
  • fcf6461 [maven-release-plugin] prepare release jline-3.30.4
  • d096f1f docs: Link to Pty4j on Terminal (#1295)
  • ce2d44f fix: fix Jansi AnsiConsole broken color detection in uber jars (#1305)
  • ac97af1 chore: Bump eu.maveniverse.maven.njord:extension from 0.5.4 to 0.6.2 (#1307)
  • f914fa8 chore: Bump groovy.version from 4.0.26 to 4.0.27 (#1306)
  • a21d909 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#1308)
  • 96c50f3 fix: fix SyntaxHighlighter addFiles method to handle glob patterns correctly ...
  • 1bdd1ac chore: fix intermittent encoding test failures by handling READ_EXPIRED corre...
  • 0cfb48c chore: improve Maven cache fallback strategy in GitHub Actions (#1304)
  • 3a12449 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.jline:jline-terminal-jna from 3.30.3 to 3.30.4

Release notes

Sourced from org.jline:jline-terminal-jna's releases.

JLine 3.30.4

🐛 Bug Fixes

  • fix: fix Jansi AnsiConsole broken color detection in uber jars (#1305) @​gnodet
  • fix: Fix SyntaxHighlighter glob pattern handling for non-default file systems (#1300) @​gnodet

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

  • chore: fix intermittent encoding test failures by handling READ_EXPIRED correctly (#1303) @​gnodet
  • chore: improve Maven cache fallback strategy in GitHub Actions (#1304) @​gnodet
Commits
  • fcf6461 [maven-release-plugin] prepare release jline-3.30.4
  • d096f1f docs: Link to Pty4j on Terminal (#1295)
  • ce2d44f fix: fix Jansi AnsiConsole broken color detection in uber jars (#1305)
  • ac97af1 chore: Bump eu.maveniverse.maven.njord:extension from 0.5.4 to 0.6.2 (#1307)
  • f914fa8 chore: Bump groovy.version from 4.0.26 to 4.0.27 (#1306)
  • a21d909 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#1308)
  • 96c50f3 fix: fix SyntaxHighlighter addFiles method to handle glob patterns correctly ...
  • 1bdd1ac chore: fix intermittent encoding test failures by handling READ_EXPIRED corre...
  • 0cfb48c chore: improve Maven cache fallback strategy in GitHub Actions (#1304)
  • 3a12449 [maven-release-plugin] prepare for next development iteration
  • 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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 2, 2025
@jknack jknack added this to the 3.9.2 milestone Jun 2, 2025
@jknack
Copy link
Member

jknack commented Jun 2, 2025

@dependabot ignore org.hibernate.orm:hibernate-core major version
@dependabot ignore org.hibernate.validator:hibernate-validator major version
@dependabot ignore org.glassfish.expressly:expressly major version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

OK, I won't notify you about version 7.x.x of org.hibernate.orm:hibernate-core again, unless you unignore it.

@jknack
Copy link
Member

jknack commented Jun 2, 2025

@dependabot ignore org.hibernate.validator:hibernate-validator major version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

OK, I won't notify you about version 9.x.x of org.hibernate.validator:hibernate-validator again, unless you unignore it.

@jknack
Copy link
Member

jknack commented Jun 2, 2025

@dependabot ignore org.glassfish.expressly:expressly major version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

OK, I won't notify you about version 6.x.x of org.glassfish.expressly:expressly again, unless you unignore it.

Bumps the dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.12.2` | `5.13.0` |
| [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) | `24.0` | `24.1` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.15.Final` | `7.0.0.Final` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.5.0` | `3.5.1` |
| [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) | `3.0.24` | `3.0.25` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.44.4` | `2.44.5` |
| [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) | `8.0.2.Final` | `9.0.0.Final` |
| [org.glassfish.expressly:expressly](https://github.com/eclipse-ee4j/expressly) | `5.0.0` | `6.0.0` |
| software.amazon.awssdk:bom | `2.31.50` | `2.31.54` |
| [org.jline:jline](https://github.com/jline/jline3) | `3.30.3` | `3.30.4` |
| [org.jline:jline-terminal-jna](https://github.com/jline/jline3) | `3.30.3` | `3.30.4` |


Updates `org.junit:junit-bom` from 5.12.2 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.12.2...r5.13.0)

Updates `com.graphql-java:graphql-java` from 24.0 to 24.1
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v24.0...v24.1)

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

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.5.0...3.5.1)

Updates `org.codehaus.groovy:groovy-all` from 3.0.24 to 3.0.25
- [Commits](https://github.com/apache/groovy/commits)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.4 to 2.44.5
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@maven/2.44.4...maven/2.44.5)

Updates `org.hibernate.validator:hibernate-validator` from 8.0.2.Final to 9.0.0.Final
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.2.Final...9.0.0.Final)

Updates `org.glassfish.expressly:expressly` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/eclipse-ee4j/expressly/releases)
- [Commits](eclipse-ee4j/expressly@5.0.0-RELEASE...6.0.0-RELEASE)

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.31.54

Updates `org.jline:jline` from 3.30.3 to 3.30.4
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.3...jline-3.30.4)

Updates `org.jline:jline-terminal-jna` from 3.30.3 to 3.30.4
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.3...jline-3.30.4)

Updates `org.jline:jline-terminal-jna` from 3.30.3 to 3.30.4
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.3...jline-3.30.4)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 5.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.graphql-java:graphql-java
  dependency-version: '24.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.0.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.codehaus.groovy:groovy-all
  dependency-version: 3.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 2.44.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-version: 9.0.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.glassfish.expressly:expressly
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.31.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jline:jline
  dependency-version: 3.30.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jline:jline-terminal-jna
  dependency-version: 3.30.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jline:jline-terminal-jna
  dependency-version: 3.30.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/dependencies-7f5bccc463 branch from 922a07d to 5ea24da Compare June 2, 2025 09:45
@jknack
Copy link
Member

jknack commented Jun 2, 2025

@dependabot ignore org.hibernate.validator:hibernate-validator major version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

OK, I won't notify you about version 9.x.x of org.hibernate.validator:hibernate-validator again, unless you unignore it.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

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

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/maven/dependencies-7f5bccc463 branch June 2, 2025 10:19
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.

2 participants