Skip to content
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

fix(deps): update managed.hibernate to v6.6.1.final #1397

Merged
merged 9 commits into from
Nov 5, 2024
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",
Copy link
Contributor

@radovanradic radovanradic Sep 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already in graalvm metadata repo but not in the version we are using. Will remove later when not needed.

"methods": [
{
"name": "<init>",
"parameterTypes": [
"org.jboss.logging.Logger"
]
}
]
},
{
"name": "[Lorg.hibernate.event.spi.PostUpsertEventListener;"
}
]
Loading