Skip to content

Commit

Permalink
fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5…
Browse files Browse the repository at this point in the history
….5.1 (#2792)

* fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.5.1

* Add validation dependency

* Add reflection config for the stuff changed in hibernate 6.4.4

* Update reflect-config.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: radovanradic <radicr@gmail.com>
  • Loading branch information
renovate[bot] and radovanradic authored Feb 19, 2024
1 parent 925539e commit 332bd6f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"name": "org.hibernate.event.spi.PreInsertEventListener[]",
"condition": {
"typeReachable": "org.hibernate.event.service.internal.EventListenerGroupImpl"
},
"unsafeAllocated": true
},
{
"name": "org.hibernate.event.spi.PreDeleteEventListener[]",
"condition": {
"typeReachable": "org.hibernate.event.service.internal.EventListenerGroupImpl"
},
"unsafeAllocated": true
},
{
"name": "org.hibernate.event.spi.PreUpdateEventListener[]",
"condition": {
"typeReachable": "org.hibernate.event.service.internal.EventListenerGroupImpl"
},
"unsafeAllocated": true
}
]
1 change: 1 addition & 0 deletions data-hibernate-reactive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies {
testImplementation mnReactor.micronaut.reactor
testImplementation projects.micronautDataTck
testImplementation libs.groovy.sql
testImplementation mnValidation.validation

testRuntimeOnly mnSql.vertx.pg.client
testRuntimeOnly mnSql.vertx.mysql.client
Expand Down
1 change: 1 addition & 0 deletions doc-examples/hibernate-example-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
implementation mnRxjava2.micronaut.rxjava2
implementation mnSql.micronaut.hibernate.jpa
implementation projects.micronautDataHibernateJpa
implementation mnValidation.validation

runtimeOnly mnSql.micronaut.jdbc.tomcat
runtimeOnly mnLogging.logback.classic
Expand Down
1 change: 1 addition & 0 deletions doc-examples/hibernate-reactive-example-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies {
implementation mn.micronaut.http.client
implementation projects.micronautDataHibernateReactive
implementation mnReactor.micronaut.reactor
implementation mnValidation.validation
compileOnly mnSerde.micronaut.serde.api
runtimeOnly mnLogging.logback.classic
runtimeOnly mnSql.vertx.mysql.client
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ micronaut-reactor = "3.2.1"
micronaut-rxjava2 = "2.2.1"
micronaut-r2dbc = "5.3.0"
micronaut-serde = "2.8.1"
micronaut-sql = "5.5.0"
micronaut-sql = "5.5.1"
micronaut-spring = "5.4.0"
micronaut-test = "4.1.1"
micronaut-mongo = "5.2.0"
Expand Down

0 comments on commit 332bd6f

Please sign in to comment.