Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 9 updates in the / directory:

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 6.6.17.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
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 6.6.17.Final

Release notes

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

Hibernate ORM 6.6.17.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.17.Final.

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

What's new

This release introduces a few minor improvements as well as bug fixes.

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 6.6.16.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.16.Final.

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

What's new

This release introduces a few minor improvements as well as bug fixes.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

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

Changes in 6.6.17.Final (May 28, 2025)

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

** Bug * [HHH-19490] - NPE when using array_position function * [HHH-19476] - claimEntityHolderIfPossible Assertion Error * [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null * [HHH-18946] - Startup issues with HANA in failover situations

Changes in 6.6.16.Final (May 25, 2025)

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

** Bug * [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release * [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities * [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object * [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null * [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy. * [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement * [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api * [HHH-18813] - DML update of secondary table column fails

Commits
  • 3643eb0 Pre-steps for release : 6.6.17.Final
  • 0a96a58 HHH-18946 Fix startup issues with HANA in failover situations
  • 31ecca5 HHH-19490 Fix NPE when using array_position on sql array type
  • 90bf4f4 HHH-19387 - Reformat and reword test entities
  • e5c2197 HHH-19387 - Fix concrete descriptor when left join returns null in a cached q...
  • cfb1d76 Call LazyInitialized#getInternalIdentifier() instead of getIdentifier()
  • 811d0e8 HHH-19476 claimEntityHolderIfPossible Assertion Error
  • 89aab0d HHH-19476 Add test for issue
  • f823b60 Avoid auto-release when there are no "releasable" commits
  • 6cd0aca Use a script to release on Jira
  • 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 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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.hibernate.orm:hibernate-core [>= 7.a0, < 8]

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

…dates

Bumps the dependencies group with 9 updates in the / directory:

| 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` | `6.6.17.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` |
| 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 6.6.17.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.17/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.15...6.6.17)

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 `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: 6.6.17.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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 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 jknack merged commit b4e63bf into 3.x Jun 2, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-63fc718d03 branch June 2, 2025 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants