Skip to content

Commit

Permalink
fix(deps): update managed.hibernate to v6.6.1.final (#1397)
Browse files Browse the repository at this point in the history
* fix(deps): update managed.hibernate to v6.6.1.final
* Update hibernate-reactive version
* Add missing Hibernate metadata
* Try different MSSQL image
* Use new MSSQL docker image
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 02d0f9e commit eccc399
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ micronaut-validation = "4.7.0"

managed-vertx = "4.5.10"
managed-jooq = "3.19.14"
managed-hibernate = "6.5.2.Final"
managed-hibernate-reactive = "2.3.1.Final"
managed-hibernate = "6.6.1.Final"
managed-hibernate-reactive = "2.4.2.Final"
managed-jasync = "2.2.4"
managed-jdbi = "3.45.4"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"name": "org.hibernate.internal.log.ConnectionInfoLogger_$logger",
"methods": [
{
"name": "<init>",
"parameterTypes": [
"org.jboss.logging.Logger"
]
}
]
},
{
"name": "[Lorg.hibernate.event.spi.PostUpsertEventListener;"
}
]

0 comments on commit eccc399

Please sign in to comment.