Skip to content

Commit bea264f

Browse files
authored
chore(deps): update dependency org.hibernate:hibernate-core to v5.4.13.final (GoogleCloudPlatform#2510)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.hibernate:hibernate-core](http://hibernate.org/orm) ([source](https://togithub.com/hibernate/hibernate-orm)) | patch | `5.4.12.Final` -> `5.4.13.Final` | --- ### Release Notes <details> <summary>hibernate/hibernate-orm</summary> ### [`v5.4.13.Final`](https://togithub.com/hibernate/hibernate-orm/blob/master/changelog.txt#Changes-in-5413Final-March-26-2020) [Compare Source](https://togithub.com/hibernate/hibernate-orm/compare/5.4.12...5.4.13) <https://hibernate.atlassian.net/projects/HHH/versions/31829/tab/release-report-done> \*_ Bug _ [HHH-13322] - Sequence increment is not correctly determined _ [HHH-13619] - size() does not work properly as select expression _ [HHH-13711] - H2 dialect not accurate for drop table since version 1.4.200 _ [HHH-13870] - Gradle plugin causes compile task to be always out of date _ [HHH-13875] - Optional one-to-one does not always join the associated entity table when querying _ [HHH-13876] - Fix an obvious bug in StandardStack implementation _ [HHH-13891] - ProxyFactory should not be built if any ID or property getter/setter methods are final \* [HHH-13910] - MySQL57Dialect selected by automatic dialect resolution when using MySQL 8.0 database \*_ New Feature _ [HHH-13799] - JPA Criteria API support for Hibernate Spatial \*_ Task _ [HHH-13874] - Deprecate relevant methods that are supposed to be removed in v6.0 \*_ Improvement _ [HHH-13103] - Allow Hibernate Types to get access to the current configuration properties using constructor injection _ [HHH-13853] - Pass the merged Integration settings and Persistence Unit properties to buildBootstrapServiceRegistry _ [HHH-13855] - Remove unnecessary declaration of JtaManager in HibernatePersistenceProviderAdaptor _ [HHH-13872] - Make the Java Stream close the underlying ScrollableResultsIterator upon calling a terminal operation _ [HHH-13873] - IdTableHelper can skip opening a connection when there's no statements to execute _ [HHH-13878] - Increase the scope of some methods to make them accessible outside of Hibernate ORM _ [HHH-13879] - Slow query log should use System#nanoTime not System#currentTimeMillis \* [HHH-13897] - ResultSetProcessingContextImpl: no need to clear collections before discarding the reference to them </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent 8fe8e54 commit bea264f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner/hibernate/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.hibernate</groupId>
4646
<artifactId>hibernate-core</artifactId>
47-
<version>5.4.12.Final</version>
47+
<version>5.4.13.Final</version>
4848
</dependency>
4949
</dependencies>
5050
<!-- [END spanner_hibernate_dependencies] -->

0 commit comments

Comments
 (0)