Skip to content

Commit

Permalink
chore(deps): update hibernate core to v6.6.1.final (#786)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 324b8c9 commit 3c3607e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<spring-framework.version>6.2.0-M7</spring-framework.version>
<postgresql.version>42.7.4</postgresql.version>
<querydsl.version>5.1.0</querydsl.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<hibernate.version>6.6.1.Final</hibernate.version>
<reactor.version>2024.0.0-SNAPSHOT</reactor.version>
<spring-data.version>2024.0.4</spring-data.version>

Expand Down
2 changes: 1 addition & 1 deletion data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<postgresql.version>42.7.4</postgresql.version>
<querydsl.version>5.1.0</querydsl.version>
<spring-data.version>2024.0.4</spring-data.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<hibernate.version>6.6.1.Final</hibernate.version>
<reactor.version>2024.0.0-SNAPSHOT</reactor.version>
<jackson.version>2.17.2</jackson.version>
<testcontainers.version>1.20.1</testcontainers.version>
Expand Down
2 changes: 1 addition & 1 deletion events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<spring-framework.version>6.2.0-M7</spring-framework.version>
<postgresql.version>42.7.4</postgresql.version>
<querydsl.version>5.1.0</querydsl.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<hibernate.version>6.6.1.Final</hibernate.version>
<reactor.version>2024.0.0-SNAPSHOT</reactor.version>
<spring-data.version>2024.0.4</spring-data.version>

Expand Down
2 changes: 1 addition & 1 deletion jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<jakartaee-api.version>10.0.0</jakartaee-api.version>
<spring-framework.version>6.2.0-M7</spring-framework.version>
<postgresql.version>42.7.4</postgresql.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<hibernate.version>6.6.1.Final</hibernate.version>
<lombok.version>1.18.34</lombok.version>
<slf4j.version>2.0.16</slf4j.version>
<logback.version>1.5.8</logback.version>
Expand Down

0 comments on commit 3c3607e

Please sign in to comment.