### Feature description Recently I discovered that micronaut-sql-bom only includes a specific set of managed Hibernate dependencies - https://github.com/micronaut-projects/micronaut-sql/blob/4.8.x/gradle/libs.versions.toml#L68-L73 Would it make sense to tie the micronaut-sql-bom to hibernate-platform? https://github.com/hibernate/hibernate-orm/blob/da522846d8625720bd4cb7ffb27153e0eed35be1/documentation/src/main/asciidoc/quickstart/guides/obtaining.adoc#L69 This was done before previously with jdbi3-bom - https://github.com/micronaut-projects/micronaut-sql/pull/574
Feature description
Recently I discovered that micronaut-sql-bom only includes a specific set of managed Hibernate dependencies - https://github.com/micronaut-projects/micronaut-sql/blob/4.8.x/gradle/libs.versions.toml#L68-L73
Would it make sense to tie the micronaut-sql-bom to hibernate-platform?
https://github.com/hibernate/hibernate-orm/blob/da522846d8625720bd4cb7ffb27153e0eed35be1/documentation/src/main/asciidoc/quickstart/guides/obtaining.adoc#L69
This was done before previously with jdbi3-bom - #574