-
Notifications
You must be signed in to change notification settings - Fork 3k
Bump hibernate-orm.version from 7.0.0.Final to 7.0.1.Final #48318
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
Bump hibernate-orm.version from 7.0.0.Final to 7.0.1.Final #48318
Conversation
Bumps `hibernate-orm.version` from 7.0.0.Final to 7.0.1.Final. Updates `org.hibernate.orm:hibernate-core` from 7.0.0.Final to 7.0.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt) - [Commits](hibernate/hibernate-orm@7.0.0...7.0.1) Updates `org.hibernate.orm:hibernate-graalvm` from 7.0.0.Final to 7.0.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt) - [Commits](hibernate/hibernate-orm@7.0.0...7.0.1) Updates `org.hibernate.orm:hibernate-envers` from 7.0.0.Final to 7.0.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt) - [Commits](hibernate/hibernate-orm@7.0.0...7.0.1) Updates `org.hibernate.orm:hibernate-processor` from 7.0.0.Final to 7.0.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt) - [Commits](hibernate/hibernate-orm@7.0.0...7.0.1) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.0.0.Final to 7.0.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt) - [Commits](hibernate/hibernate-orm@7.0.0...7.0.1) Updates `org.hibernate:hibernate-jpamodelgen` from 7.0.0.Final to 7.0.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt) - [Commits](hibernate/hibernate-orm@7.0.0...7.0.1) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.0.0.Final to 7.0.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt) - [Commits](hibernate/hibernate-orm@7.0.0...7.0.1) Updates `org.hibernate.orm:hibernate-vector` from 7.0.0.Final to 7.0.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt) - [Commits](hibernate/hibernate-orm@7.0.0...7.0.1) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.0.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-graalvm dependency-version: 7.0.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-envers dependency-version: 7.0.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-processor dependency-version: 7.0.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.0.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate:hibernate-jpamodelgen dependency-version: 7.0.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.0.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-vector dependency-version: 7.0.1.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Status for workflow
|
No need to align dependencies, we're already aligned. |
Bumps
hibernate-orm.version
from 7.0.0.Final to 7.0.1.Final.Updates
org.hibernate.orm:hibernate-core
from 7.0.0.Final to 7.0.1.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-core's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-core's changelog.
Commits
0d7539f
Pre-steps for release :7.0.1.Final
dbe4ac1
HHH-19528 Read and apply the version from XML9874ccd
HHH-19495 Remove the default "true" from optimistic-lock283955a
HHH-19446 HHH-18633hibernate-scan-jandex
migration guide2b37e20
HHH-19507 - Upgrade to Hibernate Models 1.0.0fa1141c
HHH-19515 add a test for the issuef03483a
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column namec6f2312
HHH-19490 Fix NPE when using array_position on sql array type39e8da9
HHH-19482 fix handling of lock modes for reads outside tx6076711
add test for lock modesUpdates
org.hibernate.orm:hibernate-graalvm
from 7.0.0.Final to 7.0.1.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-graalvm's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-graalvm's changelog.
Commits
0d7539f
Pre-steps for release :7.0.1.Final
dbe4ac1
HHH-19528 Read and apply the version from XML9874ccd
HHH-19495 Remove the default "true" from optimistic-lock283955a
HHH-19446 HHH-18633hibernate-scan-jandex
migration guide2b37e20
HHH-19507 - Upgrade to Hibernate Models 1.0.0fa1141c
HHH-19515 add a test for the issuef03483a
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column namec6f2312
HHH-19490 Fix NPE when using array_position on sql array type39e8da9
HHH-19482 fix handling of lock modes for reads outside tx6076711
add test for lock modesUpdates
org.hibernate.orm:hibernate-envers
from 7.0.0.Final to 7.0.1.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-envers's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-envers's changelog.
Commits
0d7539f
Pre-steps for release :7.0.1.Final
dbe4ac1
HHH-19528 Read and apply the version from XML9874ccd
HHH-19495 Remove the default "true" from optimistic-lock283955a
HHH-19446 HHH-18633hibernate-scan-jandex
migration guide2b37e20
HHH-19507 - Upgrade to Hibernate Models 1.0.0fa1141c
HHH-19515 add a test for the issuef03483a
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column namec6f2312
HHH-19490 Fix NPE when using array_position on sql array type39e8da9
HHH-19482 fix handling of lock modes for reads outside tx6076711
add test for lock modesUpdates
org.hibernate.orm:hibernate-processor
from 7.0.0.Final to 7.0.1.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-processor's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-processor's changelog.
Commits
0d7539f
Pre-steps for release :7.0.1.Final
dbe4ac1
HHH-19528 Read and apply the version from XML9874ccd
HHH-19495 Remove the default "true" from optimistic-lock283955a
HHH-19446 HHH-18633hibernate-scan-jandex
migration guide2b37e20
HHH-19507 - Upgrade to Hibernate Models 1.0.0fa1141c
HHH-19515 add a test for the issuef03483a
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column namec6f2312
HHH-19490 Fix NPE when using array_position on sql array type39e8da9
HHH-19482 fix handling of lock modes for reads outside tx6076711
add test for lock modesUpdates
org.hibernate.orm:hibernate-jpamodelgen
from 7.0.0.Final to 7.0.1.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-jpamodelgen's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-jpamodelgen's changelog.
Commits
0d7539f
Pre-steps for release :7.0.1.Final
dbe4ac1
HHH-19528 Read and apply the version from XML9874ccd
HHH-19495 Remove the default "true" from optimistic-lock283955a
HHH-19446 HHH-18633hibernate-scan-jandex
migration guide2b37e20
HHH-19507 - Upgrade to Hibernate Models 1.0.0fa1141c
HHH-19515 add a test for the issuef03483a
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column namec6f2312
HHH-19490 Fix NPE when using array_position on sql array type39e8da9
HHH-19482 fix handling of lock modes for reads outside tx6076711
add test for lock modesUpdates
org.hibernate:hibernate-jpamodelgen
from 7.0.0.Final to 7.0.1.FinalRelease notes
Sourced from org.hibernate:hibernate-jpamodelgen's releases.
Changelog
Sourced from org.hibernate:hibernate-jpamodelgen's changelog.
Commits
0d7539f
Pre-steps for release :7.0.1.Final
dbe4ac1
HHH-19528 Read and apply the version from XML9874ccd
HHH-19495 Remove the default "true" from optimistic-lock283955a
HHH-19446 HHH-18633hibernate-scan-jandex
migration guide2b37e20
HHH-19507 - Upgrade to Hibernate Models 1.0.0fa1141c
HHH-19515 add a test for the issuef03483a
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column namec6f2312
HHH-19490 Fix NPE when using array_position on sql array type39e8da9
HHH-19482 fix handling of lock modes for reads outside tx6076711
add test for lock modesUpdates
org.hibernate.orm:hibernate-community-dialects
from 7.0.0.Final to 7.0.1.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-community-dialects's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-community-dialects's changelog.
Commits
0d7539f
Pre-steps for release :7.0.1.Final
dbe4ac1
HHH-19528 Read and apply the version from XML9874ccd
HHH-19495 Remove the default "true" from optimistic-lock283955a
HHH-19446 HHH-18633hibernate-scan-jandex
migration guide2b37e20
HHH-19507 - Upgrade to Hibernate Models 1.0.0fa1141c
HHH-19515 add a test for the issuef03483a
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column namec6f2312
HHH-19490 Fix NPE when using array_position on sql array type39e8da9
HHH-19482 fix handling of lock modes for reads outside tx6076711
add test for lock modesUpdates
org.hibernate.orm:hibernate-vector
from 7.0.0.Final to 7.0.1.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-vector's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-vector's changelog.
Commits
0d7539f
Pre-steps for release :7.0.1.Final
dbe4ac1
HHH-19528 Read and apply the version from XML9874ccd
HHH-19495 Remove the default "true" from optimistic-lock283955a
HHH-19446 HHH-18633hibernate-scan-jandex
migration guide2b37e20
HHH-19507 - Upgrade to Hibernate Models 1.0.0fa1141c
HHH-19515 add a test for the issuef03483a
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column namec6f2312
HHH-19490 Fix NPE when using array_position on sql array type39e8da9
HHH-19482 fix handling of lock modes for reads outside tx6076711
add test for lock modesYou can trigger a rebase of this PR 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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)