Skip to content

Bump the development-dependencies group with 4 updates #10125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 4 updates: org.postgresql:postgresql, org.hibernate.orm:hibernate-core, org.apache.tomcat.embed:tomcat-embed-websocket and org.ajoberstar.grgit.

Updates org.postgresql:postgresql from 42.7.6 to 42.7.7

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.7

Changes

Security

  • security: Client Allows Fallback to Insecure Authentication Despite channelBinding=require configuration. Fix channel binding required handling to reject non-SASL authentication Previously, when channel binding was set to "require", the driver would silently ignore this requirement for non-SASL authentication methods. This could lead to a false sense of security when channel binding was explicitly requested but not actually enforced. The fix ensures that when channel binding is set to "require", the driver will reject connections that use non-SASL authentication methods or when SASL authentication has not completed properly. See the Security Advisory for more detail. Reported by George MacKerron The following CVE-2025-49146 has been issued

Added

  • test: Added ChannelBindingRequiredTest to verify proper behavior of channel binding settings

🐛 Bug Fixes

  • fix: ensure Connection.isValid() returns true even if prepared statements deallocate @​vlsi (#3655)

🧰 Maintenance

  • chore: bump slf4j and logback versions used for pgjdbc-osgi-test @​vlsi (#3653)
  • chore: fix the default branch name for dependency-submission action @​vlsi (#3650)
  • chore: add gradle/actions/dependency-submission so GitHub shows all dependencies used when building pgjdbc @​vlsi (#3646)

⬆️ Dependencies

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.7] (2025-06-10)

Security

  • security: Client Allows Fallback to Insecure Authentication Despite channelBinding=require configuration. Fix channel binding required handling to reject non-SASL authentication Previously, when channel binding was set to "require", the driver would silently ignore this requirement for non-SASL authentication methods. This could lead to a false sense of security when channel binding was explicitly requested but not actually enforced. The fix ensures that when channel binding is set to "require", the driver will reject connections that use non-SASL authentication methods or when SASL authentication has not completed properly. See the Security Advisory for more detail. Reported by George MacKerron The following CVE-2025-49146 has been issued

Added

  • test: Added ChannelBindingRequiredTest to verify proper behavior of channel binding settings
Commits
  • 9217ed1 Merge commit from fork
  • cb10dce fix: ensure Connection.isValid() returns true even if prepared statements dea...
  • 10e3546 chore: bump slf4j and logback versions used for pgjdbc-osgi-test
  • 6c5ea88 chore: fix the default branch name for dependency-submission action
  • 5616d5f chore(deps): update oracle-actions/setup-java action to v1.4.2
  • 0d43f0a fix(deps): update dependency checkstyle to v10.25.0
  • d0a8890 chore: add gradle/actions/dependency-submission so GitHub shows all dependenc...
  • 7105c75 fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.25
  • d9a6fc6 fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....
  • 19dff83 chore(deps): update plugin com.gradle.develocity to v4.0.2
  • Additional commits viewable in compare view

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

Release notes

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

Hibernate ORM 7.0.2.Final released

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

You can find the full list of 7.0.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.
  • 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.1.Final released

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

You can find the full list of 7.0.1.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:

... (truncated)

Changelog

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

Changes in 7.0.2.Final (June 12, 2025)

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

** Bug * [HHH-19533] - Implement equals() and hashCode() for NativeQueryConstructorTransformer * [HHH-19531] - Jakarta Data implementation casts StatlessSession to *Implementor interfaces * [HHH-19529] - Check bytecode generated classes with stable names class loaders * [HHH-19522] - upserts fail silently instead of throwing StaleObjectStateException

** Improvement * [HHH-19532] - Add unwrap() method to StatelessSession/SharedSessionContract

** Task * [HHH-19518] - Make hibernate-maven-plugin configuration parameters non-readonly

Changes in 7.0.1.Final (June 10, 2025)

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

** Bug * [HHH-19528] - Version xml mapping is ignored * [HHH-19515] - PhysicalNamingStrategy called to produce a logical column name * [HHH-19495] - [Hibernate 7] - Extra update when mixing entity annotation with XML when a collection is dirty * [HHH-19490] - NPE when using array_position function * [HHH-19482] - entity assigned LockMode.READ when read outside transaction * [HHH-19480] - missing FK constraint for unidirectional @​OneToMany on a non-primary key * [HHH-19479] - single referenced column not marked unique * [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release * [HHH-19476] - claimEntityHolderIfPossible Assertion Error * [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-19463] - Hibernate processor silently ignores incorrect repository definitions (e.g. @​Save on non-entity type) * [HHH-19446] - [Regression] UnknownEntityException: Could not resolve root entity * [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null * [HHH-19383] - validation of NativeQuery result mappings * [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy. * [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement * [HHH-18891] - java.lang.AssertionError generated in getResolvedInstance even though NotFound IGNORE set * [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should consider @​ListIndexBase * [HHH-18813] - DML update of secondary table column fails * [HHH-18252] - Support @​IdClass during annotation processing for Jakarta Data

** Improvement * [HHH-19507] - Upgrade to Hibernate Models 1.0.0

** Patch

... (truncated)

Commits
  • b5514cb Pre-steps for release : 7.0.2.Final
  • 62489a0 HHH-19531 Prefer unwrap() to casting sessions in SelectionSpecification/Mutat...
  • 5df154a HHH-19531 Test use of session proxies with SelectionSpecification/MutationSpe...
  • 2daccac HHH-19532 Add unwrap() method to StatelessSession/SharedSessionContract
  • 1e028f4 HHH-19522 report failed optimistic lock checking for upsert()
  • c145678 HHH-19522 report failed optimistic lock checking for upsert()
  • 58df98e use @​linkplain in jdoc
  • 09a863e HHH-19522 report failed optimistic lock checking for upsert()
  • f9bf7f8 Enable weekly releases (if there's something new) for branch 7.0
  • 6b82404 Add methods to CompositeNestedGeneratedValueGenerator for Hibernate reactive
  • Additional commits viewable in compare view

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 11.0.7 to 11.0.8

Updates org.ajoberstar.grgit from 5.3.0 to 5.3.2

Release notes

Sourced from org.ajoberstar.grgit's releases.

5.3.2

Patch release to fix a vulnerable transitive dependency.

[!NOTE] This release is the same as 5.3.1.

Breaking Changes

None

Enhancements

None

Fixes

  • Update dependencies to resolve JGit vulnerability

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.6.4, 8.0.2, 8.14.2
17 7.3.3, 7.6.4, 8.0.2, 8.14.2, 9.0.0-milestone-9
21 8.4, 8.14.2, 9.0.0-milestone-9

5.3.1

Patch release to fix a vulnerable transitive dependency.

Breaking Changes

None

Enhancements

None

Fixes

  • Update dependencies to resolve JGit vulnerability

Deprecations

None

... (truncated)

Commits
  • f11f9d1 patch: Fix publishing
  • c8f191d patch: Upgrade Gradle version
  • d1974cb patch: Fix vulnerability in JGit
  • e7d2ceb chore: Drop Java 11 with Gradle 9
  • 3b584f4 chore: Test against Gradle v9
  • c09770c chore: Publish Gradle deps
  • 311e7b0 chore: Add back signing config
  • 0d32176 chore: Update plugin versions
  • 1b7fdf2 chore: Update actions
  • 897ef8c chore: Enable dependabot for Action versions
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 4 updates: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm), org.apache.tomcat.embed:tomcat-embed-websocket and [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit).


Updates `org.postgresql:postgresql` from 42.7.6 to 42.7.7
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.6...REL42.7.7)

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

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.7 to 11.0.8

Updates `org.ajoberstar.grgit` from 5.3.0 to 5.3.2
- [Release notes](https://github.com/ajoberstar/grgit/releases)
- [Commits](ajoberstar/grgit@5.3.0...5.3.2)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.0.2.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-version: 11.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.ajoberstar.grgit
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependency-upgrade Pull requests that update a dependency file label Jun 15, 2025
@github-actions github-actions bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels Jun 15, 2025
@github-actions github-actions bot added this to the 7.0.0-M1 milestone Jun 15, 2025
@github-actions github-actions bot enabled auto-merge (squash) June 15, 2025 00:19
@github-actions github-actions bot merged commit 60b31da into main Jun 15, 2025
3 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/development-dependencies-36a59f3387 branch June 15, 2025 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants